/* 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:  #F9208B !important;             
    color: white !important;
    cursor: pointer;
    opacity: 1;
}
#_submit[aria-disabled="false"]:hover{
    border-color: #F9208B !important;
    opacity: 1; 
}