body.login {
  background-image: url('https://www.hygrocare.com/wp-content/uploads/2017/01/home.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
	background-size: cover;
}

.login h1 a {
  background-image: url('https://www.hygrocare.com/wp-content/uploads/2016/12/hygro-care-logo.gif');
      background-size: 220px;
	  width: 220px;
	  height:72px;
}

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


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #02d389 !important;
	
}


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

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

a {
    color: #01724a;
}

.login #login_error, .login .message {
    border-left: 4px solid #01724a;
}


.wp-core-ui .button-primary {
    background: #01724a;
    border-color: #009b64 #01724a #01724a;
    -webkit-box-shadow: 0 1px 0 #01724a;
    box-shadow: 0 1px 0 #01724a;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #01724a, 1px 0 1px #01724a, 0 1px 1px #01724a, -1px 0 1px #01724a;
}

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

p#backtoblog {
  display: none;
}