/* security-lockdown-login-only: the login page offers ONE thing, signing in.
   Signup and the email-link button are already off through their settings;
   these rules remove what Frappe renders unconditionally. The matching
   server-side endpoints are dead too (fsm_crm.security), so this is cosmetics
   over a closed door, never the lock itself. */
.forgot-password-message,
.btn-login-with-email-link,
.social-logins,
.for-signup,
.signup-disabled-message,
a[href="#forgot"],
a[href="#signup"],
a[href="#login-with-email-link"] {
  display: none !important;
}

/* Frappe's own footer branding has no place on a private CRM door */
.website-footer,
.footer-powered,
.page-footer {
  display: none !important;
}
