.js-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  overflow: hidden;
}

.full-height {
  height: 100vh;
  min-height: 100vh;
}

.card-details, .step {
  display: none;
}

.step-show {
  display: block;
}

.register-card-body {
  max-height: 580px;
  overflow-y: auto;
}

.payment-choices label {
  margin: 0;
  padding-right: 20px;
  padding-left: 5px;
}
