*{
  font-family: "Inter", sans-serif;
}
 .txt-light-brown{
    color:#CAA471;
 }
 .bg-footer{
  background-color: #417897;
 }
 .bg-yellow{
  background-color: #FFB81C;
 }
 .bg-dark-brown{
  background-color: #241515;
 }
 .bg-dark-blue{
  background-color:  #003046;
 }
 .bg-blue{
  background-color:  #002337;
 }
 .bg-grey{
  background-color: #F8F8F8;
 }
 

 
 .image-section {
      position: relative;
      width: 100%;
      margin: auto;
    }

    .image-section img {
      width: 100%;
      display: block;
    }

    
    .form-overlay {
        width: 50%;
        position: absolute;
        top: 50%;
        left: 26%;
        transform: translate(-50%, -50%);
        background: rgba(255, 255, 255, 0.9);
        padding: 40px;
        border-radius: 10px;
        /* text-align: center; */
        /* width: 90%; */
        max-width: 500px;
        /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); */
    }
   

body {
  padding-bottom: 40px;
}
    @media (max-width: 768px) {
      .form-overlay {
        position: static;
        width: 90%;
        margin: 1rem auto;
        transform: none; 
      }
      .margin-1rem{
      margin: 1rem !important;
    }
    .margin-0rem{
      margin: 0rem !important;
    }
    .margin-1rem-top{
      margin-top: 1rem !important;
    }
    .display-none{
       display: block !important;
    }
    .padding-13px{
      padding:13px !important
    }
    .fnt-17px{
      font-size: 17px;
    }
    .width-100{
      width: 100% !important;
    }
    .height-100{
      height: 100% !important;
    }
    }
    

.inp-h{
   height: 70%;
} 