@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
body {
  background: #FFF;
  color: #000;
  padding: 15px 0px 0px;
  font-family: "Open Sans", sans-serif;
  position: relative;
}

h1 {
  background: #1E376C;
  color: #FFF;
  margin: 0px 0px 20px 0px;
  padding: 15px 0px;
  font-weight: bold;
  font-size: 40px;
  display: block;
  border-bottom: 5px #fba000 solid;
}
h1 span {
  font-weight: 100;
  font-size: 30px;
}

legend {
  color: #fba000;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin: 0px 0px 20px 0px;
}
legend small {
  font-size: 0.5em;
}

.box-check {
  border: solid 1px #1E376C;
  height: 100%;
}
.box-check .form-check {
  background: #1E376C;
  padding: 0.5em 0px 0.5em 2em;
  margin: 0px;
}
.box-check .form-check .form-check-label {
  color: #FFF;
  display: block;
}

.form-check.disabled label {
  opacity: 0.5;
}

.notes {
  padding: 15px;
}

.step-2 .form-check {
  margin-bottom: 1em;
}
.step-2 .form-check label span {
  color: #fba000;
}

.step-4 h2 {
  text-align: center;
  color: #fba000;
  margin: 20px 0px;
  font-size: 1.5em;
  font-weight: bold;
}

.step-5 h3 {
  color: #fba000;
  font-size: 1.2em;
  font-weight: bold;
}

#steps {
  margin: 80px 0 0 0;
}

.commands {
  overflow: hidden;
  margin-top: 30px;
}

.btn.prev, .btn.next,
.btn:active.prev,
.btn:active.next {
  background: #fba000;
  border: solid 1px #fba000;
  color: #FFF;
}

.prev {
  float: left;
}

.next,
.submit {
  float: right;
}

.error {
  color: #b33;
}

input[type=text].error,
input[type=phone].error,
input[type=email].error,
input[type=tel].error {
  border: solid red 1px;
}

#progress {
  position: relative;
  height: 5px;
  background-color: #eee;
  margin-bottom: 20px;
}

#progress-complete {
  border: 0;
  position: absolute;
  height: 5px;
  min-width: 10px;
  background-color: #00A1E0;
  transition: width 0.2s ease-in-out;
}

.error-box label,
.error-box-payment label {
  border: solid red 1px;
  display: block;
  width: 100%;
  background: #ffeaea;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  margin: 10px 0px;
}

#loading {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7019607843);
}
#loading img {
  width: 100px;
  height: auto;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#wrapper-form h2 {
  color: #fba000;
  text-align: center;
}
#wrapper-form > p {
  text-align: center;
}

footer {
  background: #1E376C;
  color: #FFF;
  text-align: center;
  display: block;
  padding: 15px 0px;
  font-size: 14px;
}
footer p {
  margin: 0;
}
footer p a {
  color: #FFF;
}

.input-group .btn-outline-secondary {
  border-color: #dee2e6 !important;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}/*# sourceMappingURL=styles.css.map */