body {
  font-family: "Montserrat", sans-serif;
  --bs-heading-color: #404040;
  --bs-body-color: #404040;
}

.req {
  color: #ff2825 !important;
}

.alera-checkbox {
  padding-left: 0.75rem;
  display: inline;
}

.check-container {
  font-size: 0.95rem;
}

input[type="submit"]:disabled {
  background-color: rgba(128, 128, 128);
  color: rgba(180, 180, 180);
  pointer-events: none;
}

input[type="submit"] {
  background-color: #01949f;
  border: 1px solid transparent;
  color: #fff;
  width: 100%;
  min-width: 100px;
  padding: 0.75rem;
  border-radius: 2px;
}

input[type="submit"]:hover {
  background-color: #404040;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.2s;
}

input[type="checkbox"]:hover {
  cursor:pointer;
}

img#header-logo {
  width: 18rem;
}

#disclosures {
  font-size: 14px;
}