.containeri {
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    background-color: #808f66;
    text-align: center;
    margin: 20px auto;
  }
button{
    font-weight: bold;
}
  input[type="text"],input[type="email"], input[type="number"] ,textarea{
    width: 90%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 5px;
  }

  button {
    background-color: #bd765c;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin: 20px auto;
    display: block;
  }

  button:hover {
    background-color: #a8654d;
  }

  .input-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
 .inp-grp2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .inp-grp2 input[type="number"] {
    width: 40%;
    padding: 10px;
    margin: 0 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 5px;
  }

  ::-webkit-input-placeholder {
    color: white;
  }

  ::-moz-placeholder {
    color: white;
  }

  :-ms-input-placeholder {
    color: white;
  }

  :-moz-placeholder {
    color: white;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
  }

  .col-full {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .col-half {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }

  .image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .image-container img {
      max-width: 100%;
    border-radius: 15px;
    border: 2px solid #808f66;
    box-shadow: 0 5px 14px #808f66;
   transition: transform 0.3s ease; /* Animation for zoom effect */

  }
   .image-container img:hover {
    transform: scale(1.05); /* Zoom effect on hover */   
  }
    .captchaGD{
    margin-top: 1px !important;
    width: 11.1rem !important;
    }
    
    #CaptchaGD-Input{
        height: 3rem !important;
        width: 9.5rem !important;
        margin-left: 1rem;
    }
    #captchaGD{
    width: 9rem !important;
    height: 3.01rem !important;
    }
    
    .captchaGD img{
     width: 20px !important;
    }