/* Vista: Account/Registro */
.registro-contenedor {
  display: flex;
  justify-content: center;
  padding: var(--space-16) var(--space-4);
}

.registro-card {
  width: 100%;
  max-width: 420px;
}

/* h1 (por SEO/accesibilidad) con el tamaño de encabezado de tarjeta */
.registro-titulo {
  font-size: var(--font-size-2xl, 24px);
  margin-bottom: var(--space-6);
}

.registro-campo {
  margin-bottom: var(--space-4);
}

.registro-boton {
  width: 100%;
}

.registro-pie {
  margin-top: var(--space-6);
  margin-bottom: 0;
}
