.btn-center {
  left: 35%; }

#id_business_phone_0 {
  width: 5.2em; }

#id_business_phone_1 {
  margin-left: 0.5em;
  flex: 5; }

.input-group > .form-control {
  border-radius: 4px !important; }

#id_business_phone_extension {
  padding-left: 0.3em; }

input[type=checkbox] {
  height: 19px;
  width: 17px;
  opacity: 0;
  margin: 2px 0 0 0; }

input[type=checkbox] + label {
  display: inline-block;
  padding: 0 0 0 2em;
  white-space: nowrap;
  position: relative; }

input[type=checkbox] + label::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  width: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0; }

input[type=checkbox]:checked + label {
  background: url("/static/images/checkbox_on.svg") no-repeat;
  background-size: .96em;
  background-position: left center; }

input[type=checkbox]:focus + label::before {
  box-shadow: 0 0 8px #299eb9;
  background-position: left center; }

label::before:focus {
  border: 2px solid #399eb9; }

.iti--allow-dropdown {
  width: 100%; }

.iti {
  width: 100%; }

.hide {
  display: none; }

#error-msg {
  color: red; }

#valid-msg {
  color: green; }
