.form_wrapper {
  max-width: 400px;
  margin: 0 auto 32px;
}
.form-header {
  display: block;
  background-color: #0178d4 !important;
  line-height: 1.3 !important;
  padding: 16px !important;
}
.form-body {
  background-color: #f1f1f1;
}
.form-check-input {
  width: 15px !important;
  height: 15px !important;
}
.form-btn-holder {
  margin-bottom: 0;
}
.step-btn,
.active-step {
  background-color: #0178d4;
}
#successModal {
  z-index: 9999;
}
li.iti__country {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .form-body {
    padding: 16px !important;
  }
}
