body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-image: url('/img/fondo.jpg'); /* Cambia por el fondo que te guste */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-card {
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
}

.icon {
  font-size: 3rem;
  color: #0d6efd;
}

.brand-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0d6efd;
}
