body {
    background-image: url("/assets/img/fondo.png");
    background-repeat: no-repeat;
    background-size: cover
    }

.demo {
    max-width: 150px;
    background-color: #205d7f !important;
    border-color: #205d7f !important ;
}

@media (min-width: 540px) {
    .demo {
        position: absolute;
        right: 24px;
    }
}

h1 {
    background: linear-gradient(90deg, #AD5CFE 38%, #40B3F3 45%, #FCFCFC 53%, #40B3F3 60%, #AD5CFE 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     font-size: 4em !important;
     padding: 10px;  
}

@media (max-width: 540px) {
    h1 {
      font-size: 3em !important;
    }
  }

h2 {
    color: white !important;
}
h4 {
    color: white !important;
}
input {
   border: var(--bs-border-width) solid #404040 !important;
   margin-bottom: 15px !important;
   padding: 10px !important;
}
select {
    border: var(--bs-border-width) solid #404040 !important;
    margin-bottom: 15px !important;
 }
 /* .form {
    margin-bottom: 45px !important;
 } */
