/* Home: subimos un poco el contenido y hacemos el login más ancho */
.wrap.home{
  align-items:flex-start;
  justify-content:center;
  min-height:100vh;
  padding-top: clamp(36px, 8vh, 96px);
}
.wrap.home .card{
  width:560px;
}
