.contact-form select {
  width: 100%;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  background: #fff;
  font: inherit;
}

#contact .contact-table input[type="checkbox"] {
  width: auto;
  min-height: 0;
  margin: 0 .4em 0 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

.contact-sales-note,
.contact-form-status,
.cf-turnstile {
  margin-top: 24px;
}

.contact-form-status {
  min-height: 1.6em;
  text-align: center;
}

.contact-form-status.is-error {
  color: #b42318;
}

.contact-form-status.is-success {
  color: #087a45;
}

#contact .contact-form .contact-submit.cmn-baseBtn {
  width: 300px;
  margin: 60px auto 20px;
}

#contact .contact-submit button {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
  border: 0;
  border-radius: 4rem;
  background: #222;
  color: #fff;
  cursor: pointer;
  font: inherit;
  transition: all .4s ease;
}

#contact .contact-submit button:hover:not(:disabled) {
  background: #ff8e00;
  color: #222;
}

#contact .contact-submit button:disabled {
  cursor: wait;
  opacity: .55;
}

@media screen and (max-width: 768px) {
  #contact .contact-form .contact-submit.cmn-baseBtn {
    width: auto;
    margin: 30px 10% 10px;
  }
}
