.loginbox .loginlogo {
background-image:url(https://s3.amazonaws.com/ecyber.public/dvi.png);
width:100%;
height:100px;
margin-bottom:20px;
background-size:contain;    
background-repeat: no-repeat;
background-position:center;

}
body[data-view='/Apps/Auth/userlogin'] {
    background-color:white;
  
}
.loginbox {
      background-color:#d4d4d4;
    background-image:none !important;
    color:#424242 !important;
}

body[data-view='/Apps/Auth/userlogin'] .errormessage {color: #f5693b !important}
body[data-view='/Apps/Auth/userlogin'] .subtxt {color: #424242 !important}