/**                                                                                                               
To override the style for the user login you can override any styles here                                         
*/                                                                                                                
.loginbox__header {                                                                                               
    background: #383431 !important;                                                                               
}                                                                                                                 
.loginbox__form .field input[type="submit"] {                                                                     
        background:#206FAD;                                                                                         
}                                                                                                                 
.loginbox__form .field input[type="submit"]:hover {                                                               
        background:#206FAD;                                                                                         
        cursor:pointer;                                                                                           
}                                                                                                                 
.loginbox__form .field input:focus {                                                                              
        border-bottom: 2px solid #206FAD;                                                                         
}                                                                                                                 
.loginbox__form .field .switch-label .switch input:checked+.box .handle {                                         
        background: #383431 !important;                                                                           
}                                                                                                                 
.loginbox__form .field .switch-label .switch input:checked+.box {                                                 
            background: #383431;
}                                                                                                                 
.loginbox__container {                                                                                            
}                                                                                                                 
.loginbox__header .logo {                                                                                         
    background-image:url(/files/themes/overrides/images/CypherDesk.svg);
    background-color:black;
    width: auto;                                                      
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    border-radius: 0;
    margin: 10px;
    background-size:90%;                          
}                                                  
.forgot {
    color:#ffffff !important;    
}                                                               
.loginbox__form {                                                                                                 
    margin-top: 20px;                                                                                             
    background: white;                                                                                            
    padding: 6px;                                                                                                 
}       

.logo img {
   visibility:hidden;
} 


