#login,
.login {
  background-color: #f3f3f3;
}
#login a,
.login a {
  color: #30336B;
}
#login #backtoblog a,
#login #backtoblog #nav a,
.login #backtoblog a,
.login #backtoblog #nav a {
  color: #30336B;
}
#login h1 a,
.login h1 a {
  background-image: url(../img/alpege-logo.svg);
  width: 329px;
  height: 150px;
  background-size: 329px 150px;
  background-repeat: no-repeat;
}
#login.wp-core-ui .button,
#login.wp-core-ui .button-secondary,
.login.wp-core-ui .button,
.login.wp-core-ui .button-secondary {
  color: #30336B;
  border-color: #30336B;
  background-color: #f7f6f6;
}
#login.wp-core-ui .button:hover,
#login.wp-core-ui .button-secondary:hover,
.login.wp-core-ui .button:hover,
.login.wp-core-ui .button-secondary:hover {
  background-color: #ebe9e9;
}
#login.wp-core-ui .button-primary,
.login.wp-core-ui .button-primary {
  background: #30336B;
  border-color: #30336B;
  color: #fff;
}
#login.wp-core-ui .button-primary:hover,
.login.wp-core-ui .button-primary:hover {
  background-color: #282b59;
}
#login input[type=checkbox]:focus,
#login input[type=color]:focus,
#login input[type=date]:focus,
#login input[type=datetime-local]:focus,
#login input[type=datetime]:focus,
#login input[type=email]:focus,
#login input[type=month]:focus,
#login input[type=number]:focus,
#login input[type=password]:focus,
#login input[type=radio]:focus,
#login input[type=search]:focus,
#login input[type=tel]:focus,
#login input[type=text]:focus,
#login input[type=time]:focus,
#login input[type=url]:focus,
#login input[type=week]:focus,
#login select:focus,
#login textarea:focus,
.login input[type=checkbox]:focus,
.login input[type=color]:focus,
.login input[type=date]:focus,
.login input[type=datetime-local]:focus,
.login input[type=datetime]:focus,
.login input[type=email]:focus,
.login input[type=month]:focus,
.login input[type=number]:focus,
.login input[type=password]:focus,
.login input[type=radio]:focus,
.login input[type=search]:focus,
.login input[type=tel]:focus,
.login input[type=text]:focus,
.login input[type=time]:focus,
.login input[type=url]:focus,
.login input[type=week]:focus,
.login select:focus,
.login textarea:focus {
  border-color: #30336B;
  box-shadow: 0 0 0 1px #30336B;
}

#login {
  width: auto;
  max-width: 400px;
}/*# sourceMappingURL=custom-login.css.map */