.login-form-card {
    padding: 24px 16px;
    background-color: #fff;
    border-radius: 16px !important;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 16%);
}

.login-form-card img {
    align-self: flex-start;
    cursor: pointer;
}

.login-form-card .login-description,
.card-description {
    margin: 1rem 0;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.form {
    padding: 0 16px;
    width: 100%;
    margin-bottom: 0;
    flex-grow: 1;
}

.login-form-card small.error-message {
    display: inline-block;
}

.login-form-card .button-footnote-section {
    padding: 0 16px;
    width: 100%;
}

.login-form-card .form-button button {
    width: 100%;
}

.login-form-card .forgot-password-link {
    margin-top: 8px;
}

.login-form-card .forgot-password-link a {
    cursor: pointer;
    font-size: .875rem;
    line-height: 16px;
    font-weight: 500;
    color: #949494;
    text-decoration: none;
}

.login-form-card .forgot-password-link a:hover {
    text-decoration: underline;
}

.login-form-card .signin-button {
    height: 32px;
}

.login-form-card .social-login {
    padding: 0 16px 16px;
}

.login-form-card .social-login .mobile-display {
    display: none;
}

.login-form-card .social-login .desktop-display {
    display: flex;
}

.login-form-card .form .label {
    font-size: .875rem;
    line-height: 16px;
    font-weight: 500;
    color: #949494;
    margin-bottom: 12px;
}

.login-form-card .social-login .social-login-buttons {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 4px;
    max-width: 300px;
}

.border-g_id_signin {
    border: 1px solid #212529;
    border-radius: 6px;
    position: absolute;
    height: 32px;
    width: 300px;
    background-color: transparent;
    pointer-events: none;
}

.g_id_signin {
    position: absolute;
}

.login-form-card .footnote {
    display: inline-block;
    color: var(--color-spanish-gray);
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 16px;
}

.login-form-card .footnote a {
    color: var(--color-spanish-gray) !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.login-form-card .success-forget-pw {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
}


.success-msg {
    margin: 24px 0 16px;
}

.success-msg img {
    width: 48px;
    height: 48px;
}

.success-msg .title {
    color: #66bb6a;
    font-weight: 500 !important;
    margin-top: 8px;
}

@media screen and (max-width: 428px) {
    .login-form-card .social-login .mobile-display {
        display: flex;
    }

    .login-form-card .social-login .desktop-display {
        display: none;
    }

    .login-form-card .social-login .social-login-buttons {
        max-width: 263px;
    }

    .border-g_id_signin {
        width: 263px;
    }
}