.lead-form {
  display: flex;
  flex-direction: column;
  color: #172331;
  font-family: Avenir, "Helvetica Neue", Arial, sans-serif;
}

.lead-form label {
  margin: 0.75rem 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
  box-sizing: border-box;
  width: 100%;
  min-height: 2.85rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid #b9c4ce;
  border-radius: 0.4rem;
  background: #fff;
  color: #172331;
  font: inherit;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus {
  border-color: #1266a8;
  outline: 3px solid rgba(18, 102, 168, 0.18);
}

.lead-form button {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border: 0;
  border-radius: 0.45rem;
  background: #1266a8;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
}

.lead-form button:hover,
.lead-form button:focus-visible {
  background: #0b4b80;
}

.lead-form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.lead-form-container:not(.top-block) {
  max-width: 44rem;
  margin: 1.5rem auto;
  padding: 1.25rem;
  border: 1px solid #dce3e9;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(19, 38, 55, 0.08);
}
