/* login form */
form {
    font-family: 'Arimo', sans-serif;
}

/* .btn-primary {
    color: white;
    background-color: #F92B8B !important;
} */
.disabled-cta {
    background-color: #FFD2E8 !important;  
    color: #4F4F4F !important;             
    border: 1px solid #FFD2E8 !important;  
    cursor: not-allowed;                   
    opacity: 0.6;                          
}
#_submit[aria-disabled="false"] {
    background-color:  #080166 !important;             
    color: white !important;
    cursor: pointer;
    opacity: 1;
}
#_submit[aria-disabled="false"]:hover{
    border-color: #080166 !important;
    opacity: 1; 
}
.forgot-head{
    font-weight: 700 !important;
    color: #333333 !important;
}
.shadow-padding{
    padding: 40px !important;
}
#passwordValidation {
    border: 1px solid #FE5353;
    padding: 16px;
    border-radius: 5px;
}
#passwordValidation li.not-valid i.fa-times{
    color: #FE5353 !important;
}
#passwordValidation li.success{
    color: #18C864 !important;
}
#passwordValidation .password-check{
    color: #FE5353 !important;
}
.invalid-detail{
    color: #E33A35;
    font-size: 12px;
}
.support-link {
    color: #E33A35;
    text-decoration: underline;
    text-underline-offset: 3px; 
    text-decoration-thickness: 0px; 
}