.form-wrapper {
  max-width: 380px;
  display: block;
  background: #f1f1f1;
  margin: 0 auto;
  border-radius: 4px;
}
.form-wrapper > div:first-of-type {
  background-color: #dc2626;
  padding: 8px;
}
.form-wrapper > div:first-of-type p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
.form-header {
  display: none;
}
.form-body {
  padding: 16px;
}
.form-check,
.form-check-label,
.form-check-label a {
  line-height: 1.2;
  cursor: pointer;
  color: #333;
}
.form-btn-holder,
li.iti__country {
  margin-bottom: 0;
}
.active-step,
.step-btn {
  background-color: #dc2626;
}
#successModal {
  z-index: 9999;
}
