/* Wheels On Demand — branded wp-login.php. Mirrors the brand tokens in
   style-main.css (navy/red/cream palette, Bricolage/Manrope type, pill
   buttons) without loading the full site stylesheet on this page. */

body.login {
  background: #faf7f2;
  font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

body.login #login {
  width: 100%;
  max-width: 384px;
  padding: 6% 0 0;
}

.login h1.wp-login-logo a {
  background-image: url('../img/logo-transparent.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 260px;
  height: 90px;
  margin: 0 auto 28px;
}

.login form {
  background: #ffffff;
  border: 1px solid #e7e3d9;
  border-radius: 16px;
  box-shadow: 0 8px 24px -8px rgba(10,20,40,.14), 0 2px 6px -2px rgba(10,20,40,.08);
  padding: 32px 32px 22px;
}

.login label {
  color: #0a1b48;
  font-weight: 600;
  font-size: 13.5px;
}

.login form .input,
.login input[type="text"],
.login input[type="password"] {
  border-radius: 10px;
  border-color: #d8d2c2;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  box-shadow: none;
}

.login form .input:focus,
.login input[type="text"]:focus,
.login input[type="password"]:focus {
  border-color: #0a1b48;
  box-shadow: 0 0 0 3px rgba(10,27,72,.12);
}

.login form .forgetmenot label {
  font-weight: 500;
  color: #414867;
}

.wp-core-ui .button-primary {
  background: #d8253a;
  border: none;
  border-radius: 99px;
  box-shadow: 0 1px 0 rgba(255,255,255,.15) inset, 0 6px 18px -6px rgba(216,37,58,.6);
  font-weight: 700;
  font-size: 14.5px;
  text-shadow: none;
  padding: 10px 22px;
  height: auto;
  line-height: 1.4;
  float: none;
  width: 100%;
  text-align: center;
  transition: transform .12s ease, background .15s;
}

.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:focus {
  background: #e63548;
  border: none;
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(255,255,255,.15) inset, 0 6px 18px -6px rgba(216,37,58,.6);
}

#login form p.submit {
  margin-bottom: 0;
}

.login #nav,
.login #backtoblog {
  text-align: center;
  padding: 0 8px;
}

.login #nav a,
.login #backtoblog a {
  color: #414867;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
}

.login #nav a:hover,
.login #backtoblog a:hover {
  color: #d8253a;
}

#login_error {
  border-left-color: #d8253a;
  background: #fbe6e8;
  color: #b41a2c;
  border-radius: 10px;
  font-size: 13.5px;
}

.login .message {
  border-left-color: #0a1b48;
  background: #eef1fb;
  border-radius: 10px;
  font-size: 13.5px;
}

.login .privacy-policy-page-link a {
  color: #8a91ab;
  font-size: 12.5px;
}
