body {
  background: #fff;
}

#login {
    padding: 2% 0 0;
}

input:focus {
border: 1px solid;
border-color: #62ca59 !important;

    -webkit-box-shadow:
        0 0 0 1px #62ca59,
        0 0 2px 1px rgba(140, 190, 30, .8) !important;
    box-shadow: 
        0 0 0 1px #62ca59,
        0 0 2px 1px rgba(140, 190, 30, .8) !important;
}

.ie8 a:focus {
    outline: #62ca59 solid 1px;
}

.login h1 a {
  background-image: url(login.png);
  width: 127px;
  height: 127px;
  background-size: 127px 127px;
  font-weight: lighter;
}

body.login div#login form#loginform {
color: #ff0000;
}
 
.login label {
  color: #4dc528;
  display: block;
  margin-bottom: 1em;
}

.login form .input {
  font-weight: lighter;
    
}

.login input {
  background-color: #ffffff !important;
-webkit-border-radius: 4px;
}

.login #backtoblog a, .login #nav a {
  color: #4dc528;
  display: none;
}
.wp-core-ui .button-primary {
  background: #62ca59 !important;
  border: 1px solid !important;
  border-color: #4dc528 !important;
  box-shadow: none !important;
 color: #ffffff !important;
font-color:#62ca59 !important;
text-shadow: none !important;}
