.form-control,
    .form-select {
      height: 58px !important;
    }

    textarea.form-control {
      /* height: auto !important; */
      height: 120px;
    }

    .captcha-box {
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 5px;
      background-color: #f1f1f1;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0 10px;
      padding: 0 15px;
      border-radius: 5px;
      height: 58px;
    }

    .captcha-refresh {
      cursor: pointer;
      font-size: 20px;
      color: #333;
    }

    .input-validation {
      color: red;
      font-size: 0.9rem;
    }
    .submit-button{
      background-color: rgb(30, 124, 231);
      border-radius: 50px;
      padding: 10px 20px !important;
    }
    .select-file{
      line-height: 2.5 !important;
      height: auto !important;
    }
    @media (max-width: 768px) {
        .generate-captcha, .enter-captcha{
            padding: 0 0px !important;
        }
        .submit-button{
          width: 100%;
        }
        .captcha-block {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
    }
@media (min-width: 991px) and (max-width: 1067px) {
    .captcha-box {
        font-size: 0px;
        font-weight: bold;
        letter-spacing: 2px;
        background-color: #f1f1f1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 10px;
        padding: 0 0px !important;
        border-radius: 5px;
        height: 58px;
    }
}