body.login {}

.login h1 a {
background-image: url('login-logo.png');
width: 200px !important;
height:34px !important; /*height of your image*/
background-size:100%; /*disable or change background-size*/
background-position: center center;
}

.login label {font-size: 12px;color: #333333;}
.login input[type="text"]{background-color: #ffffff; border-color:#dddddd;-webkit-border-radius: 0px;}
.login input[type="password"]{background-color: #ffffff; border-color:#dddddd;-webkit-border-radius: 0px;}

.login input[type="text"]:focus,
.login input[type="password"]:focus{
box-shadow: 0 0 2px rgba(51,51,51,.8) !important;
}




.login .button-primary {
border-color: #919191 !important;
background: #919191 !important;
font-weight: normal !important;
color: FFF !important;
text-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 0px !important;
}
.login .button-primary:hover {
border-color: #333333 !important;
background: #333333 !important;
}
.login .button-primary:active {
border-color: #333333 !important;
background: #333333 !important;
}


.login #login_error, .login .message {
border-left: 4px solid #333333 !important;

}

