/* Page background */
/* line 2, ./less/login.less */
body.login {
  background: #0f172a;
}
/* Login container */
/* line 7, ./less/login.less */
#login {
  padding-top: 5%;
}
/* line 10, ./less/login.less */
#login h1 {
  text-align: center;
  margin-bottom: 24px;
}
/* line 14, ./less/login.less */
#login h1 a {
  background-image: none !important;
  text-indent: 0;
  width: auto;
  height: auto;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
}
/* line 25, ./less/login.less */
#login h1 a:hover {
  color: #c7d2fe;
  text-decoration: none;
}
/* Login form styling */
/* line 35, ./less/login.less */
.login form {
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}
/* line 42, ./less/login.less */
.login #nav a,
.login #backtoblog a {
  color: #c7d2fe;
}
/* Buttons */
/* line 50, ./less/login.less */
.wp-core-ui .button-primary {
  background: #2563eb;
  border-color: #2563eb;
  text-shadow: none;
}
/* line 55, ./less/login.less */
.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:focus {
  background: #1555e2;
  border-color: #1555e2;
}
