/* .contact-form {
    background: teal;
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 40px;
  } */
.callback-form {
  background: url("../../assets/desktop/images/index/requestCallback.png")
    center/cover no-repeat fixed;
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.callback-heading {
  color: white;
  text-align: center;
  padding: 16px 0;
}
.callback-heading > h1 {
  font-weight: 800;
  font-family: "Montserrat", sans-serif;

}
.callbackForm {
  padding: 0 32px 32px 32px;
}
.center-btn {
  display: flex;
  justify-content: center;
}

#submitButton,
#callback_submitButton {
  background: #ff9432;
  border: none;
}
#callback_successMessage {
  color: white;
}

@media (min-width: 992px) {
  .form-row {
    display: flex;
    justify-content: space-between;
  }

  .form-row > div {
    width: 48%;
  }

  .form-row .form-control,
  .form-row .form-select {
    width: 100%;
  }
}
