body.login {
	background-color: #fff;
}

#login h1 a, .login h1 a {
    background-image: url('./img/main_logo.png');
    height: auto;
    width: 100%;
    background-size: inherit;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.forgetmenot {
	display: none;
}

.login .button-primary,
.login .button-primary:focus {
  padding: 13px 29px !important;
  color: #ffffff;
  letter-spacing: 0.05em;
  border: 2px solid #E30613;
  background: #E30613;
  background-image: linear-gradient(30deg, #E30613 50%, transparent 50%);
  background-size: 540px;
  background-repeat: no-repeat;
  background-position: 0;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  height: auto !important;
  float: none;
  line-height: initial !important;
}

.login .button-primary:hover,
.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover, .wp-core-ui .button-primary:active {
	background-position: 100%;
  color: #000000;
  background-color: #ffffff;
  background: #ffffff;
  border-color: #E30613;
  box-shadow: none;
}

.login form .input, .login input[type=text] {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit;
  background: #fff;
}

.login form {
  padding: 30px;
  border: 1px solid #dddddd;
  line-height: 1;
  box-shadow: none;
}

#login {
	width: 670px;
}