input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #91d3d7 inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #4c2542 !important;
}

input:-moz-autofill {
  -moz-box-shadow: 0 0 0px 1000px #91d3d7 inset;
  -webkit-text-fill-color: #4c2542 !important;
}

input:-ms-input-autofill {
  background-color: #91d3d7;
  -webkit-text-fill-color: #4c2542 !important;
}

input.form-control,
.form-select {
  color: #4c2542 !important;
}

/* .form-select {
  font-size: 15px;
  font-weight: 500;
} */
.form-response {
  height: 52px;
}

.form-response p span {
  font-size: 18px;
  font-weight: bold;
}
.form-response p {
  font-size: 15px;
  line-height: 26px;
  width: 65%;
  margin: 0 auto;
  /* margin-top: 24px; */
  padding: 0;
  color: #4c2542 !important;
}

@media (min-width: 992px) and (max-width: 1439.98px),
  (min-width: 768px) and (max-width: 991.98px),
  (max-width: 767.98px) {
  .form-response p {
    font-size: 15px;
    line-height: 22px;
    width: 85%;
  }
  .form-response .text-center h1 {
    margin-top: 100px;
}
}

/* contact form error */
.helper-text {
  color: #fa5c3c;
  font-size: 12px !important;
  width: 100%;
  padding-right: 0 !important;
}

.submit-btn,
.submit-btn:focus,
.submit-btn[disabled] {
  background-color: #542a4c;
}

.submit-btn-wrapper {
  margin: 0 0 4rem;
  /* margin-bottom: 26px; */
  border-radius: 8px;
  cursor: not-allowed;
  /* height: 38px; */
}

.submit-btn {
  margin: 0 !important;
}

.submit-btn:active {
  background-color: #73536d !important;
}

.enquiry-success {
  font-size: 2rem;
}

.submit-btn-container {
  width: fit-content;
}

.close-btn {
  position: relative;
  left: 50%;
  padding: 0px 3px;
}
