.form-body {
  padding: 15px;
}
.form-header {
  display: none;
}
.active-step,
.step-btn {
  background-color: rgb(220 38 38);
}
.form-check-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 6px;
}
@media screen and (max-width: 576px) {
  #successModal {
    padding-right: 12px;
    padding-left: 12px;
  }
}
