.step-wrapper {
  padding: 20px 0;
  display: none;
  background-color: transparent !important;
  border-top: 0px ;
}

.step-wrapper.active {
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0px ;
}

.step-wrapper button:disabled {
  display: none;
}

.step-indicator {
  border-collapse: separate;
  display: table;
  margin-left: 0px;
  position: relative;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  padding-left: 0;
  padding-top: 20px;
}
.step-indicator li {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0;
  width: 1%;
}
.step-indicator li:after {
  background-color: #ccc;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  top: 32px;
}
.step-indicator li:after {
  left: 50%;
}
.step-indicator li:last-child:after {
  display: none;
}
.step-indicator li.active {
  border-radius : 45px;
  background-color: transparent !important;
}
.step-indicator li.active .step {
  border-color: yellowgreen;
  color: yellowgreen;
}
.step-indicator li.active .caption {
  color: yellowgreen;
}
.step-indicator li.complete:after {
  background-color: #87D37C;
}
.step-indicator li.complete .step {
  border-color: #87D37C;
  color: #87D37C;
}
.step-indicator li.complete .caption {
  color: #87D37C;
}
.step-indicator .step {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  color: #ccc;
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  margin: 0 auto;
  position: relative;
  width: 64px;
  z-index: 1;
}
.step-indicator .step:hover {
  cursor: pointer;
}
.step-indicator .caption {
  color: #ccc;
  padding: 11px 16px;
  background-color: white;
  border-radius: 45px;
  font-weight: bold;
}

.modal-footer{
    border-top: 0px;
}

.poeple {
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.9)), url("/images/wizard_corunners.jpg");
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: cover;
    background-position: bottom;
}