body{
  background-color: #010C1E;
}

.input-group-text {
  background-color: white;
  color: #495057;
}

.form-label{
  color: white;
}

/*
.fondo {
  background-image: url("../../img/background_001.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: border-box;
}
 */

@media (max-width: 768px) {
  .fondo {
    display: none !important;
  }
  #fondo{display: none !important;}
}
@media (max-width: 576px) {
  .fondo {
    display: none !important;
  }
  #fondo{display: none !important;}
}

