main {
    min-height: 600px;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.card {
    width: 400px;
    /* height: 460px; */
    background-color: var(--color-items-background);
    box-shadow: 0 10px 25px 0 #ccc;
}

.card-img {
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
}

.vdx-icon img {
    height: 60px;
}

.icon img {
    height: 150px;
}

h2 {
    text-align: center;
}

.card-body input[type=text], .card-body input[type=password] {
    display: block;
    width: 80%;
    margin: 20px auto;
    border: none;
    outline: none;
    border-bottom: 2px solid #999;
}

.card-body button {
    width: 80%;
    height: 2em;
    font-size: 1.3em;
    display: block;
    margin: auto;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to right, #24d1fd, #b425ff);
    border-radius:30px;
    border: none;
}

.sso-buttons {
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
}

.google-signin-button {
    background-repeat: no-repeat;
    width: 191px;
    height: 46px;
    border: none;
}

.google-light-button {
    background-image: url(/static/img/htmlImg/button/google/btn_google_signin_light_normal_web.png);
}

.google-light-button:disabled {
    background-image: url(/static/img/htmlImg/button/google/btn_google_signin_light_disabled_web.png);
}

.google-light-button:hover {
    background-image: url(/static/img/htmlImg/button/google/btn_google_signin_light_focus_web.png);
}

.google-light-button:active {
    background-image: url(/static/img/htmlImg/button/google/btn_google_signin_light_pressed_web.png);
}

.google-dark-button {
    background-image: url(/static/img/htmlImg/button/google/btn_google_signin_dark_normal_web.png);
}

.google-dark-button:disabled {
    background-image: url(/static/img/htmlImg/button/google/btn_google_signin_dark_disabled_web.png);
}

.google-dark-button:hover {
    background-image: url(/static/img/htmlImg/button/google/btn_google_signin_dark_focus_web.png);
}

.google-dark-button:active {
    background-image: url(/static/img/htmlImg/button/google/btn_google_signin_dark_pressed_web.png);
}
