/*
 * DO NOT EDIT THIS FILE.
 * Find all style at ./sass folder.
 * @preserve
 */
/* Bootstrap abstracts */
/* Bootstrap related abstracts */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form-group label,
.form-group .fieldset-legend {
  font-family: "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 2.27;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-group label a,
.form-group .fieldset-legend a {
  color: #00728f;
}

.form-check .form-check-input {
  margin-top: 0.6rem;
}

.text-count-wrapper {
  font-size: 80%;
  font-weight: 400;
  color: #8C8C8C;
}

.webform-flexbox {
  margin-top: 0;
  margin-bottom: 0;
}

.webform-address {
  margin-bottom: -1rem;
}

.webform-address .webform-address__city {
  order: 1;
  flex-basis: 60%;
}

.webform-address .webform-address__postal-code {
  order: 0;
  flex-basis: 40%;
}

.form-check-label a {
  color: #00728f;
}

.form-check-label a[target="_blank"]:before {
  display: none;
}

.form-item-civility {
  max-width: 180px;
}

.user-login-form {
  max-width: 480px;
}

/*# sourceMappingURL=forms.build.css.map */