body {
  margin: 0;
  background: #fff !important; /* or whatever color you want */
}

.card {
  max-width: 900px;
  /* margin: 0 auto; */
  background: #ffffff;
}

.step-card {
  max-width: 800px;
  margin: 40px auto;
}

.hidden {
  display: none;
}

#alert .alert {
  border-radius: 0.5rem;
}

input::placeholder, textarea::placeholder {
  color: #aaa;
}

@media (max-width: 576px) {
  .btn {
    width: 100%;
  }
}


/* #responseMessage {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
} */


.form-check-input[type="radio"] {
  border-radius: 50%;
  border-color: #999;
}
