  /* Ekko User Login Design
  –––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Label Styling for Login Screens */
body .signin_label {
    color: #106DB5;
}
  
/* User Login Screen Email, Password, First and Last Name Inputs  */
.login_text_input {
    border: .5px solid #868686 !important;
    background: transparent !important;
    color: #333133 !important;
}
  
.login_text_input:-webkit-autofill {
    -webkit-text-fill-color: #333133 
}

input:-internal-autofill-selected {
    background: transparent !important;
}
  
  
/* Instructions Styling for Login Screens; uses H6 */
/* .instructions_label {
    font-size: 1rem; 
    line-height: 1.6;  
    letter-spacing: 0; 
    margin-bottom: 0.75rem; 
    margin-top: 0.75rem;
} */
  
/* Password rules bulleted list */
.user_login_password_instructions {
    color: #ABB6C2;
}


/* Forgot Password Button {Light Mode} 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body .forgot_password_button {
    background: transparent;
    color: #454447;
    border: 1px solid #868686;    
}
  
body .forgot_password_button:hover {
    background: #DDDDDD;
    color: #454447;  
    border: 1px solid #868686;
}