.step {
  display: none;
}

.step.active {
  display: block;
}

#formcard {
  width: 100%;
  max-width: 400px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.infotext {
  font-size: 10px;
  font-weight: bold;
  color: indianred;
}