.login {
  /* Set the size of the login logo */
  /* Hide the "Back to (website)" link */
  /* Hide the "Log in" link on the last password page, as it's pointless*/
  /* Center align the Lost Password link */
}
.login h1 a {
  background-image: url('../img/logo-login.png');
  background-size: cover;
  width: 320px;
  height: 87px;
}
.login p#backtoblog {
  display: none;
}
.login.login-action-lostpassword p#nav {
  display: none;
}
.login.login-action-login p#nav {
  text-align: center;
}
.login input#wp-submit {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.login input#wp-submit:hover,
.login input#wp-submit:focus {
  background-color: #c9302c;
  border-color: #b52b27;
}
.login .message {
  border-left-color: #d9534f;
}
