body.login {
  background-color: #46962b;
  background-image: url('body_bg.jpg');
}

.login h1 a {
  background-image: url('greenq_logo.svg');
  background-size: 300px;
  width: 300px;
  height: 100px
}

.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;
}






.login #backtoblog a, .login #nav a {
    text-decoration: none;
	color: #ffffff;
}

.login #backtoblog a:hover, .login #nav a:hover  {
    text-decoration: underline;
	color: #ffffff;
}






.login .button-primary {
  width: 120px;
  float:right;
  background-color:#e6007e !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6007e), to(#e6007e));
  background: -webkit-linear-gradient(top, #e6007e, #e6007e);
  background: -moz-linear-gradient(top, #e6007e, #e6007e);
  background: -ms-linear-gradient(top, #e6007e, #e6007e);
  background: -o-linear-gradient(top, #e6007e, #e6007e);
  background-image: -ms-linear-gradient(top, #e6007e 0%, #e6007e 100%);
  color: #ffffff;
  -webkit-border-radius: 4px;
  border: 1px solid #f70087;
}

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

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

}

.wp-core-ui .button-primary {
	background: #e6007e;
    border-color: #e6007e #e6007e #e6007e;
    -webkit-box-shadow: 0 1px 0 #e6007e;
    box-shadow: 0 1px 0 #e6007e;
    color: #fff; */
    text-decoration: none;
    text-shadow: 0 -1px 1px #e6007e, 1px 0 1px #e6007e, 0 1px 1px #e6007e, -1px 0 1px #e6007e;
}




