.background-login{
  background-image: url('../images/backgrounds/white-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.card {
  border-radius: 30px; /* Aumenta el radio de las esquinas */
  max-width: 450px; /* Reducir el ancho */
  margin: 0 auto; /* Centrar horizontalmente */
}

.footer {
  position: fixed; /* Fija el footer en la parte inferior */
  bottom: 0; /* Lo coloca al final de la página */
  width: 100%; /* Ocupa todo el ancho */
  background-color: #f8f9fa; /* Color de fondo */
  padding: 20px 0; /* Espaciado interior */
  text-align: center; /* Alinea el texto al centro */
}