body {
  background: #041014; }

#login .submit {
  text-align: center;
  width: 100%; }
  #login .submit #wp-submit {
    margin: 0 auto;
    float: none;
    background: #C3AF4B;
    border: none; }

.login form {
  background: #041014;
  border: none; }
  .login form input[type="password"] {
    background: #0d323f;
    color: #fff; }
    .login form input[type="password"]:focus {
      outline: none !important;
      box-shadow: none;
      border: none; }

#login {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }

.login h1 a {
  width: 168px;
  height: 52px;
  background-image: url(../img/logo_login.png);
  background-size: contain;
  background-repeat: no-repeat; }

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