/**
 * VesselNow IO – wp-login.php styling
 * Matches theme: dark background, accent blue, clean form.
 */
body.login {
  background: #0f172a !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
}
body.login #login {
  padding-top: 8%;
}
body.login h1 a {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  width: 180px !important;
  height: 48px !important;
  margin: 0 auto 24px !important;
  display: block;
}
body.login #loginform,
body.login .message,
body.login .success {
  background: #1e293b !important;
  border: 1px solid #334155 !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2) !important;
}
body.login #loginform {
  padding: 26px 24px !important;
}
body.login label {
  color: #94a3b8 !important;
  font-size: 14px !important;
}
body.login .input,
body.login input[type="text"],
body.login input[type="password"] {
  background: #0f172a !important;
  border: 1px solid #334155 !important;
  border-radius: 8px !important;
  color: #f1f5f9 !important;
  font-size: 16px !important;
  padding: 10px 12px !important;
}
body.login .input:focus,
body.login input[type="text"]:focus,
body.login input[type="password"]:focus {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25) !important;
  outline: none !important;
}
body.login .button-primary,
body.login .button-primary:hover,
body.login .button-primary:focus {
  background: #3b82f6 !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: #fff !important;
  font-weight: 600 !important;
  height: auto !important;
  padding: 10px 20px !important;
  text-shadow: none !important;
}
body.login .button-primary:hover {
  background: #2563eb !important;
}
body.login #nav,
body.login #backtoblog {
  padding: 0 !important;
}
body.login #nav a,
body.login #backtoblog a {
  color: #38bdf8 !important;
  text-decoration: none !important;
}
body.login #nav a:hover,
body.login #backtoblog a:hover {
  color: #7dd3fc !important;
}
body.login .message,
body.login .success {
  color: #f1f5f9 !important;
  border-left-color: #3b82f6 !important;
}
body.login #login_error {
  background: rgba(239, 68, 68, 0.1) !important;
  border: 1px solid #ef4444 !important;
  border-radius: 12px !important;
  color: #fca5a5 !important;
}
body.login .privacy-policy-page-link {
  color: #94a3b8 !important;
}
body.login .privacy-policy-page-link a {
  color: #38bdf8 !important;
}
