.greyBckgrnd {
  background-color: #F2F2F2 !important;
}
#form {
  font-family: 'Montserrat', sans-serif;
}

.submitLoadingIcon {
  width: 30px;
  height: 30px;
  margin-top: -57px;
  display: none;
}

input, select {
  height: 1.1rem !important;
  border: 0 !important;
  border-bottom: 1px solid #3C3C3C !important;
  border-radius: 0 !important;
  background-color: #F2F2F2 !important;
  outline: none !important;
  box-shadow: none !important;
  color: black;
}

/* @media (max-width: 1200px) {
  .container-fluid { */
    /* expand the grey bckgrnd to lose the boxed look */
    /* background-color: #F2F2F2 !important;
  }
} */

@media (max-width: 992px) {
  .hideBelow992 {
    display: none !important;
  }
}

@media (max-width: 768px) {
  input, select {
    height: 2.5rem !important;
    color: black !important;
  }
  /* add margin above the preferred contact method label*/
  .preferredLabel {
    margin-top: 23px;
  }
  .commentsLabel {
    margin-top: 23px;
  }
}

.inputName {
  color: #fff;
  font-weight: bold;
}
.valid-feedback, .invalid-feedback {
  border-radius: 3px;
  padding-left: 12px;
  font-weight: bold;
}
.invalid-feedback {}
.inputLabel {
  color: #3C3C3C;
  font-weight: 500;
  font-size: 16px !important;
}
/* submit btn */
.btn-light {
  background-color: #0e354a !important;
  color:white;
  padding: 10px;
  width: 100%;
  height:3.3rem;
}
.btn-light:hover {
  color: #D66B00;
}
