.form-wrapper {
  background:#fff;
  padding:30px;
  border-radius:8px;
}
.form-step { display:none; }
.form-step.active { display:block; }
