/* Ofaami enterprise brand overlay for legacy auth module pages.
   Loaded only when website theme = enterprise (body.enterprise-auth-brand).
   Scoped: tokens + accents only; never touches module layout or form JS. */

body.enterprise-auth-brand{
  --green:#08783f; --green2:#0b9b55; --deep:#063c27;
  --ink:#0b1730; --muted:#64748b;
  font-family:'Public Sans',system-ui,-apple-system,'Segoe UI',sans-serif;
}

body.enterprise-auth-brand .preloader{background:#f5fbf7}

body.enterprise-auth-brand a{color:#08783f}
body.enterprise-auth-brand a:hover{color:#0b9b55}

body.enterprise-auth-brand .btn-primary{
  background:#08783f;border-color:#08783f;
}
body.enterprise-auth-brand .btn-primary:hover,
body.enterprise-auth-brand .btn-primary:focus{
  background:#0b9b55;border-color:#0b9b55;
}

body.enterprise-auth-brand .form-control:focus,
body.enterprise-auth-brand .form-select:focus{
  border-color:#0b9b55;
  box-shadow:0 0 0 .2rem rgba(8,120,63,.15);
}

body.enterprise-auth-brand .form-check-input:checked{background-color:#08783f;border-color:#08783f}
body.enterprise-auth-brand .form-check-input:focus{box-shadow:0 0 0 .2rem rgba(8,120,63,.15)}

body.enterprise-auth-brand ::selection{background:rgba(255,201,40,.45);color:#063c27}
