.form-wizard {
  max-width: 680px;
}

.form-floating .form-control {
  padding: 0;
  height: 60px;
  background: transparent;
  border-radius: 0;
  color: #fff;
  font-size: 22px;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.form-floating .form-control:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #00c4cc;
}
.form-floating .form-control:focus ~ label {
  opacity: 1;
}
.form-floating .form-control.error {
  color: #fff;
  border-bottom: 2px solid #edb91e;
}
.form-floating > .form-label {
  font-size: 18px;
  border: none;
  padding: 0;
  top: 0;
  left: 0;
  font-weight: 300;
  text-transform: none;
}
.form-floating > label.error {
  color: #edb91e;
  top: inherit;
  right: 0;
  display: block;
  font-size: 14px;
  height: 29px;
  width: 229px;
  left: auto;
  text-align: right;
  padding: 0;
  bottom: -40px;
}

.wizard {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}
.wizard .step-current {
  position: absolute;
  left: 0;
  top: 0px;
  font-weight: 300;
  text-transform: uppercase;
  color: #00c4cc;
}
.wizard .steps {
  display: none;
}
.wizard .steps .current-info {
  position: absolute;
  left: -999em;
}
.wizard .content {
  display: block;
  min-height: 200px;
  overflow: hidden;
  position: relative;
  width: auto;
}
.wizard .content > .title {
  position: absolute;
  left: -999em;
}
.wizard .content > .body {
  position: absolute;
  top: 40px;
  width: 100%;
  height: 100%;
}
.wizard .content > .body ul {
  list-style: disc !important;
}
.wizard .content > .body ul li {
  display: list-item;
}
.wizard .content > .body input.error {
  color: #edb91e;
}

.actions ul {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.actions ul .disabled {
  opacity: 0;
}
.actions ul li {
  display: inline-block;
}
.actions ul li:first-child a {
  color: #00c4cc;
  background: transparent;
}
.actions ul li:first-child a:hover {
  color: #fff;
  background: #00c4cc;
}
.actions ul li a {
  white-space: nowrap;
  border: 2px solid #00c4cc;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 20px;
  min-width: 200px;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .actions ul li a {
    font-size: 16px;
    padding: 12px 25px;
    min-width: 100px;
  }
  .form-floating > .form-label {
    font-size: 16px;
  }
}

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