#auth-heading-title{
  padding-top:8px;
}

#auth-container{
  border:0px;
}

/* Enlaces de registro deshabilitados (mantiene href, solo bloquea clic) */
a[data-auth="register-link"],
a[href*="/register"] {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
