/**                                                                                                               
To override the style for the user login you can override any styles here                                         
*/                                                                                                                
.loginbox__header {                                                                                               
    background: #04455b !important;                                                                               
                                                                                                                  
}                                                                                                                 
.loginbox__form .field input[type="submit"] {                                                                     
        background:black;                                                                                         
}                                                                                                                 
.loginbox__form .field input[type="submit"]:hover {                                                               
        background:black;                                                                                         
        cursor:pointer;                                                                                           
}                                                                                                                 
.loginbox__form .field input:focus {                                                                              
        border-bottom: 2px solid #04455b;                                                                         
}                                                                                                                 
.loginbox__form .field .switch-label .switch input:checked+.box .handle {                                         
        background: #04455b !important;                                                                           
}                                                                                                                 
.loginbox__form .field .switch-label .switch input:checked+.box {                                                 
            background: rgba(25, 117, 176, 0.5);                                                                  
}                                                                                                                 
.loginbox__container {                                                                                            
}                                                                                                                 
.loginbox__header .logo {                                                                                         
    background: none !important;  
    width: auto;                                                                                
}                                                                                                                 
.loginbox__form {                                                                                                 
    margin-top: 20px;                                                                                             
    background: white;                                                                                            
    padding: 6px;                                                                                                 
}        