/* Ajustes específicos para registro (reusa login.css) */

.registro-card{
  max-width: 860px;
}

.registro-hero{
  background: #f4f6fb;
}

/* Si quieres que la imagen NO se recorte (como en login con contain) */
.registro-hero-img{
  object-fit: contain;
  object-position: center;
  height: 360px;
  background: #f4f6fb;
}

@media (max-width: 576px){
  .registro-hero-img{
    height: 260px;
  }
}
