.form-section {
  display: none;
  transition: 1s;
}
.form-section.current {
  display: inherit;
  opacity:1;
}
