body.login {
  background-color: white; }
  body.login #loginform {
    box-shadow: none; }

.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("../images/login-logo.png");
    background-size: 188px 188px;
    width: 188px;
    height: 188px; }
  .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: #70d0e9;
    border-color: #5ac9e6; }
    .login input#wp-submit:hover, .login input#wp-submit:focus {
      background-color: #44c1e2;
      border-color: #2ebadf; }
  .login .message {
    border-left-color: #70d0e9; }
