@media only screen and (min-width: 768px) {
  .main-row {
    min-height: 100vh;
  }

  .banner-height-reset {
    height: 100% !important;
    width: 100%;
  }

  .col-padd {
    padding: 0;
  }

  .form-container-reset {
    height: 100%;
    width: 100%;
  }

  .form-bg-div {
    height: 100% !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* .contact-form-section .contact-form-wrap {
    padding: 160px 40px 80px !important;
} */

  .section-padding-02 {
    padding: 0;
  }
}

.cstm-inpt {
  background: none !important;
  border-bottom: 1px solid white !important;
  padding: 1rem 0 !important;
  color: white !important;
}

::placeholder {
  color: white !important;
  opacity: 0.7 !important; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: white !important;
  opacity: 0.7 !important; /* Firefox */
}
