.quote-request-form {
  max-width: 720px;
  margin: 0 auto;
}

.quote-request-form header {
  margin-bottom: 25px;
}

.quote-request-form .form-group {
  margin-bottom: 18px;
}

.quote-request-form label sup {
  color: #c0392b;
}

.quote-request-form .checkbox label {
  font-weight: normal;
  display: block;
}

.quote-request-form .checkbox input[type="checkbox"] {
  margin-right: 8px;
}

.quote-request-form .form-footer {
  margin-top: 25px;
}

/* Honeypot field: hidden from real visitors, left reachable to bots that
   fill every input blindly. */
.quote-request-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-request-button {
  margin-top: 12px;
}

.quote-request-button .quote-request-btn {
  display: inline-block;
}

.quote-request-button .quote-request-btn i {
  margin-right: 6px;
}
