@import url('https://fonts.googleapis.com/css2?family=Golos+Text&display=swap');

body {
  font-family: "Golos Text", sans-serif;
  font-size: 12pt;
}

.login {
  min-height: 96.2vh;
}

.bg-image {
  background-image: url(../../../img/fondo-login2.jpg); /*url('../../../img/fondo-login2.png');*/
  background-size: cover;
  background-position: center;
}

.bg-image::before {
	background-color: rgba(0, 0, 0, 0.6);
}

.bg-primary {
  font-size: 1rem;
}

.login-heading {
  font-weight: 300;
  font-size: 1.8rem;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
}

/* Estilos para el footer */
footer.footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2; /* Asegura que el footer esté por encima del fondo */
  background-color: #263350;
  color: white;
  padding: 10px;
  font-size: 10pt;
}
