body.login {
  background-color: #231f20 !important;
  background-image: url(../images/loging.jpg);
  background-position: center center;
  background-size: cover;
}
.login h1 a {
  background-image: none, url("../../images/logo.gif");
  background-position: 25px top;
  background-repeat: no-repeat;
  background-size: auto !important;
  color: #999999;
  display: block;
  font-size: 20px;
  font-weight: 400;
  height: 50px;
  line-height: 1.3em;
  margin: 100px 0 0 0;
  outline: 0 none;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  text-indent: -9999px;
  width: 303px;
}
.login form {
  background: none repeat scroll 0 0 transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
}
.wp-core-ui .button-primary {
  background: none repeat scroll 0 0 #999;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 1px 0 rgba(140, 140, 140, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
}
.wp-core-ui .button-primary:hover {
	background: none repeat scroll 0 0 #E25150;
	box-shadow: 0 1px 0 rgba(250, 140, 140, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
}
.login label {
  color: #ccc;
  font-size: 14px;
}
.login #nav a, .login #backtoblog a {
  color: #ccc;
  text-decoration: none;
}
.login form {
  padding: 26px 24px 06px;
}