/* Login page (/) — extracted from inline <style> in `index.php` */

/* Force hide reCAPTCHA badge (v3) */
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  display: none !important;
  z-index: -9999 !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

