:root {
  --nacor-primary-color: #711414;
  --nacor-primary-color-rgb: 113, 20, 20;
  --nacor-secondary-color: #eaeaea;
  --nacor-required-field-color: rgb(192, 42, 10);
}

html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  color: black;
  font-size: 40px;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
h1:focus {
  outline: none;
}

h3 {
  color: var(--nacor-primary-color);
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

a, .btn-link {
  color: var(--nacor-primary-color);
}

.form-control::placeholder {
  opacity: 0.6;
}

.app-button {
  width: 100%;
  background-color: var(--nacor-primary-color);
}
.app-button:disabled {
  background-color: var(--nacor-primary-color);
  opacity: 0.65;
}

.section-border {
  border-bottom: 1px solid rgb(204, 204, 204);
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.cursor-default {
  cursor: default;
}

.field-label {
  color: var(--nacor-primary-color);
  font-size: 1rem;
  font-weight: 700;
}

.required-field {
  color: var(--nacor-required-field-color);
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  display: inline;
}

.nacor-submit {
  color: var(--nacor-primary-color);
  border-color: rgba(255, 255, 255, 0);
  background-color: white;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.25em 0 0 rgba(3, 3, 3, 0.15), 0 4px 9px rgba(0, 0, 0, 0.75);
  border-radius: 0.25em;
  padding: 0.563em 1.125em;
}
.nacor-submit:hover {
  background-color: var(--nacor-primary-color);
  color: white;
  text-shadow: none;
}

/*# sourceMappingURL=app.css.map */
