@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: rgb(52, 71, 38);
  color: #FFF;
  margin: 0px 0px 20px 0px;
  padding: 15px 0px;
  font-weight: bold;
  font-size: 40px;
  display: block;
  border-bottom: 5px rgb(176, 87, 49) solid;
}
h1 span {
  font-weight: 100;
  font-size: 30px;
}

legend {
  color: rgb(176, 87, 49);
  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 rgb(52, 71, 38);
  height: 100%;
}
.box-check .form-check {
  background: rgb(52, 71, 38);
  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: rgb(176, 87, 49);
}

.step-4 h2 {
  text-align: center;
  color: rgb(176, 87, 49);
  margin: 20px 0px;
  font-size: 1.5em;
  font-weight: bold;
}

.step-5 h3 {
  color: rgb(176, 87, 49);
  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: rgb(176, 87, 49);
  border: solid 1px rgb(176, 87, 49);
  color: #FFF;
}

.prev {
  float: left;
}

.next,
.submit {
  float: right;
}

.error {
  color: #b33;
}

input[type=text].error,
input[type=phone].error,
input[type=email].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: rgb(176, 87, 49);
  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: rgb(176, 87, 49);
  text-align: center;
}
#wrapper-form > p {
  text-align: center;
}

footer {
  background: rgb(52, 71, 38);
  color: #FFF;
  text-align: center;
  display: block;
  padding: 15px 0px;
  font-size: 14px;
}
footer p {
  margin: 0;
}
footer p a {
  color: #FFF;
}
.more-information{
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #b05632;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 100px;
    font-size: 30px;
}/*# sourceMappingURL=styles.css.map */