/* line 1, stdin */

.login {
  background: #060608;
}

/* line 4, stdin */

.login form {
  background: #060608;
  color: #949698;
}

/* line 9, stdin */

.login input[type=checkbox]:checked::before {
  color: #b59657 !important;
}

/* line 13, stdin */

.login input[type=checkbox]:focus {
  border-color: #b59657;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 18, stdin */

.login input#wp-submit {
  background-color: #b59657;
  border-color: #a8894a;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: black;
  text-shadow: none;
}

/* line 28, stdin */

.login a {
  color: #b59657 !important;
}

/* line 32, stdin */

.login h1 a {
  background-image: url("/wp-content/uploads/2019/07/juliettes-interiors-logo.png");
  height: 90px;
  width: 189px;
  background-size: 189px 90px;
  background-repeat: no-repeat;
  padding-bottom: 0;
}

/* line 41, stdin */

.login a:active,
.login a:hover,
.login a:focus {
  color: #b59657 !important;
}


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