.fondo-oscuro {
    background-color: #121212;
    min-height: 100vh;
  }

.fondo-oscuro .card {
  border-radius: 30px !important;
  background: #121212!important;
  box-shadow: 0 10px 30px rgba(10, 239, 168, 1) !important; 
  color: white;
  margin-top : 150px !important; 
}


.fondo-oscuro .login-label{
  font-size: 25px !important; 
  margin-left: 10px !important; 
  vertical-align: middle !important;
  color: white !important;
}

.fondo-oscuro input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px  var(--negro-fondo) inset !important;
  -webkit-text-fill-color: rgb(255, 255, 255) !important;
}

.fondo-oscuro .input-field>label {
  color: white !important;
}

.fondo-oscuro .input.valid[type=email]:not(.browser-default){
  color: white !important;
}

.fondo-oscuro .custom-input {
  border: 1px solid var(--verde-huellax) !important; 
  border-radius: 30px !important; 
  padding-left: 20px !important;
  color: white !important;
}

.mundo-oscuro .background-image {
  background-image: url('../../../img/FondoHuellax.png') !important;
}

.mundo-oscuro .ch-color{
  color: white !important;
  font-size: 8vh;
  margin-top: 1vh !important;
}