/* ShopGPT form pages — black + red branding (TASK form theme) */
body#contact,
body#authentication,
body#registration,
body#password,
body#identity,
body#address,
body#order-confirmation,
.page-contact,
.page-customer-account,
.page-authentication {
  background: #0a0a0a !important;
  color: #f5f5f5;
}
body#contact .page-header h1,
body#authentication .page-header h1,
.page-customer-account .page-header h1 {
  color: #ffffff !important;
  border-bottom: 2px solid #E30613;
  padding-bottom: 0.35rem;
}
body#contact .form-control,
body#authentication .form-control,
.page-customer-account .form-control,
body#contact textarea,
body#authentication input {
  background: #151515 !important;
  border: 1px solid #333 !important;
  color: #f5f5f5 !important;
}
body#contact .btn-primary,
body#authentication .btn-primary,
.page-customer-account .btn-primary {
  background: #E30613 !important;
  border-color: #E30613 !important;
  color: #fff !important;
}
body#contact a,
body#authentication a {
  color: #ff4d57;
}
body#contact .card,
body#authentication .card,
.page-customer-account .card {
  background: #121212 !important;
  border: 1px solid #2a2a2a !important;
  color: #f5f5f5;
}
