/* Custom WP Login Styles */
body.login {
  background: #1d2336;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

body.login #loginform {
  background: #2b324a;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  padding: 40px;
}

body.login #login h1 a {
  background-image: url('/wp-content/uploads/your-logo.png'); /* Update path */
  background-size: contain;
  width: 100%;
  height: 80px;
}

body.login .button-primary {
  background-color: #f49330 !important;
  border-color: #f49330 !important;
  color: #1d2336 !important;
  font-weight: 700;
  border-radius: 8px;
}

