.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100vh;
    justify-content: center;
  }
  
  .logo {
    margin-bottom: 0.5rem; /* Reduce el espacio entre el logo y el formulario */
  }