body.login {
  background-image: url('default-img.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

/*.login h1 a {
/*  background: url(header_300x80wp.png);
  background-size: 300px 100px; 	*/
	
/*  background-image: url('header_300x80wp.png');
     width: auto !important;
  background-repeat:repeat-y,
    background-size: 300px 80px;
 /*   background-repeat: no-repeat;  */

.login h1 a {
    width: auto !important;
}
.login h1 a {
    background: rgba(0, 0, 0, 0) url("header_300x80wp.png") no-repeat scroll center bottom !important;
    margin-bottom: 10px;
}
.login h1 a {
    background-image: none, url("../images/wordpress-logo.svg?ver=20131107");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 84px auto;
    display: block;
    font-size: 20px;
    height: 84px;
    line-height: 1.3em;
    margin: 0 auto 25px;
    outline: 0 none;
    padding: 0;
    text-indent: -9999px;
    width: 84px;
}
.login #backtoblog a, .login #nav a, .login h1 a {
    color: #999;
    text-decoration: none;
}




.login label {
  font-size: 12px;
  color: #555555;
}

.login input[type="text"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}

.login input[type="password"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}

/* BUTTON */
.login .button-primary {
  width: 140px;
  float:right;
  background-color:#1b2988 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#1b2988), to(#1b2988));
  background: -webkit-linear-gradient(top, #1b2988, #1b2988);
  background: -moz-linear-gradient(top, #1b2988, #1b2988);
  background: -ms-linear-gradient(top, #1b2988, #1b2988);
  background: -o-linear-gradient(top, #1b2988, #1b2988);
  background-image: -ms-linear-gradient(top, #1b2988 0%, #1b2988 100%);
  color: #fff;
  -webkit-border-radius: 4px;
  border: 0px solid #0d9ed9;
}

.login .button-primary:hover {
  background-color:#394bc6 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#394bc6), to(#0d9ed9 ));
  background: -webkit-linear-gradient(top, #394bc6, #0d9ed9 );
  background: -moz-linear-gradient(top, #394bc6, #0d9ed9 );
  background: -ms-linear-gradient(top, #394bc6, #0d9ed9 );
  background: -o-linear-gradient(top, #394bc6, #0d9ed9 );
  background-image: -ms-linear-gradient(top, #0b436e 0%, #0d9ed9 100%);
  color: #fff;
  -webkit-border-radius: 4px;
  border: 0px solid #0d9ed9;
}

.login .button-primary:active {
  background-color:#394bc6 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d9ed9), to(#394bc6));
  background: -webkit-linear-gradient(top, #0d9ed9, #394bc6);
  background: -moz-linear-gradient(top, #0d9ed9, #394bc6);
  background: -ms-linear-gradient(top, #0d9ed9, #394bc6);
  background: -o-linear-gradient(top, #0d9ed9, #394bc6);
  background-image: -ms-linear-gradient(top, #0d9ed9 0%, #394bc6 100%);
  color: #fff;
  -webkit-border-radius: 0px;
  border: 0px solid #0d9ed9;
}

/* REMOVE LOST PASSWORD */
/*p#nav {
  display: none;
}*/

/* REMOVE BACK TO LINK */
/*p#backtoblog {
  display: none;
}*/

#dnh-wrm_1e278f4992d8bb3f1f0b {
	display:none;
}