/*body.login {
  #login {
    h1 a {
      width: 90px;
      height: 53px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center top;
      background-image: url("../../images/kalleh-logo.png");
    }
  }

  .message, .success {
    border-left: 4px solid #009749;
  }

  a {
    color: #ee3439;

    text-decoration: none;
  }

  form {
    input[type="text"], input[type="password"], input[type="checkbox"] {
      &:focus {
        border-color: #ee3439;
        box-shadow: 0 0 2px rgba(238, 52, 57, 0.7);
      }
    }

    input[type="checkbox"]:checked::before {
      color: #ee3439;
    }

    #wp-submit {
      color: #fff;
      background: #ee3439;
      text-decoration: none;
      border-color: #ee3439 #aa2b2f #922427;
      box-shadow: 0 1px 0 #ee3439;
      text-shadow: 0 -1px 1px #ee3439, -1px 0 1px #c62f33, 0 1px 1px #b64548, 1px 0 1px #994042;
    }
  }


  #nav, #backtoblog {
    a {
      &:hover {
        color: #ee3439;
      }
    }
  }
}*/

/*# sourceMappingURL=custom-login.css.map */
