
.search-form {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    min-height: 300px;
    height: auto;
}



.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    }
    .button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
    }
 
    .button1:hover {
    background-color: #4CAF50;
    color: white;
    }
    .button2 {
    background-color: white; 
    color: black; 
    border: 2px solid #04db81;
    }
 
    .button2:hover {
    background-color: #04db81;
    color: white;
    }
    .button3 {
    background-color: white; 
    color: black; 
    border: 2px solid #038d54;
    }
 
    .button3:hover {
    background-color: #038d54;
    color: white;
    }
    .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #02ff6b;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #039930 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.adinput{
    width: 250px;


}

select.form-select {
    width: 400px;
    height: 100px;
    
}
input.adinput {
    width: 400px;
}

@media (max-width: 768px) {
    .margin-l1{
        margin: auto;
        padding:  auto;
     }
    select.form-select,input.adinput{
        width: auto;
        
    }
  }

