#login h1 a, .login h1 a {
    background-image: url(../images/login-logo.png);
    width: 200px;
    background-size: contain;
    height: 35px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.login form {
  background:#222222;
}

.login label {
  color:#fff;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
  background: #b4c959;
  border-color: transparent;
  -webkit-box-shadow:none;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  text-shadow:none;
}
