.novodia-rebranding {
    
    .login-sso-keep-logged__form-fields {
        .login-sso-keep-logged__cta-registration {
            a[target=_blank] {
                font-family: 'Apis-700', sans-serif;
                font-size: 1rem;
                line-height: 24px;
                color: #001965;
                text-decoration: none !important;
                margin-bottom: 1px;
                padding-bottom: 0.5px;
                border-bottom: 1px solid #001965;
                b {
                    font-weight: normal;
                }
            }
            .login-sso-keep-logged__btn-icon.btn.btn-icon--eye i.fas {
                color: blue;
            }
        }
    }
    .social-login-section__disclaimer {
        a {
            font-family: 'Apis-700', sans-serif;
            line-height: 18px;
            color: #001965;
            text-decoration: none !important;
            margin-bottom: 1px;
            padding-bottom: 0.5px;
            border-bottom: 1px solid #001965;
        }
    }
    #forgot-password-cta {
        width: fit-content;
        font-family: 'Apis-700', sans-serif;
        line-height: 18px;
        color: #001965;
        text-decoration: none !important;
        margin-bottom: 1px;
        padding-bottom: 1.5px;
        border-bottom: 1px solid #001965;
        font-size: 14px;
        border-radius: 0px;
        padding-left: 0px;
        padding-right: 0px;
        align-self: center;
    }
    .forgot-password__modal-body.modal-body {
        .forgot-password__wrapper.forgot-password__wrapper--btn {
            button {
                border: none !important;
            }
        }
    }

    .forgot-password__modal-content.modal-content {
        .forgot-password__wrapper.forgot-password__wrapper--btn--double {
            button.btn.forgot-password__btn.forgot-password__btn--double.forgot-password__btn--blue {
                border: none;
            }
        }
    }
}