@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

body{
   font-family: "Outfit", sans-serif !important;
   padding: 20px 0px !important;
   background-color: #d4f3f2 !important;;
}

.logo-image{
   width: 150px;
}



@media screen and (min-width: 992px){



   .form-container{
      background-color: transparent;
      border: 2px solid #000;
      width: 50%;
      border-radius: 5px;
   }

   .btn-submit{
      background-color: #1D5128;
      border: 0px;
      width: 100%;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      height: 50px;
      border-radius: 5px;
   }
}

.label01{
   color: #000 !important;
   font-weight: 700 !important;
}

.span01{
   color: #ff0000;
}


@media screen and (max-width: 992px){


   .form-container{
      background-color: transparent;
      border: 2px solid #000;
      width: 95%;
      border-radius: 5px;
   }

   .btn-submit{
      background-color: #1D5128;
      border: 0px;
      width: 100%;
      color: #fff;
      font-size: 17px;
      font-weight: 600;
      height: 45px;
      border-radius: 5px;
   }
}

.city-state-group {
   display: none;
 }