body {
  align-items: unset !important;
  height: auto !important;
  background-color: white;
}

h2 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #212529;
}

h1 {
  font-size: 36px;
  color: #212529;
}

.f26 {
  font-size: 26px;
  color: #212529;
}

.f36 {
  font-size: 36px;
  color: #212529;
}

.fw-500 {
  font-weight: 500;
}

.f21 {
  font-size: 21px;
  color: #212529;
}

.f14, .f12 {
  font-size: 14px;
  color: #212529;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li {
  font-size: 14px;
  line-height: 1.29;
  color: #495057;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

li:before {
  content: url(/public/img/icon/blue-check.svg);
  margin-right: 7px;
}

.right-seperator {
  position: relative;
  text-align: center;
}
.right-seperator:before {
  content: "";
  border-right: solid 1px #eeeeee;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}

.form-signin {
  padding: 0;
  margin: 0;
  margin-top: 12px;
}

.form-group label {
  font-size: 14px;
  letter-spacing: -0.25px;
  color: #738694;
  margin-bottom: 3px;
}
.form-group input {
  border-radius: 5px;
  border: solid 1px #ccd4e0;
  background-color: #ffffff;
  height: 48px;
  margin-top: 5px;
}
.form-group .input-group-append select,
.form-group .input-group-append input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.form-group .input-group-prepend select,
.form-group .input-group-prepend input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.form-group select {
  font-size: 12px;
  color: #445165;
}

.terms {
  font-size: 12px;
  color: #868e96;
}
.terms .highlight {
  color: #4353ff;
}

.footer {
  margin-top: 45px;
}
.footer div {
  width: 50%;
  font-size: 14px;
  text-align: center;
  color: #97a5bb;
}

#passwordStrength {
  display: flex !important;
  margin-top: 10px;
}
#passwordStrength .piece {
  width: 35px;
  height: 6px;
  border-radius: 3px;
  background-color: #dc3545;
  margin-right: 3px;
  display: none;
}
#passwordStrength.very-weak .piece {
  background: #cf0000;
  display: block;
}
#passwordStrength.very-weak .piece:nth-of-type(n+2) {
  display: none;
}
#passwordStrength.weak .piece {
  background: #f6891f;
  display: block;
}
#passwordStrength.weak .piece:nth-of-type(n+3) {
  display: none;
}
#passwordStrength.mediocre .piece {
  background: #eeee00;
  display: block;
}
#passwordStrength.mediocre .piece:nth-of-type(n+4) {
  display: none;
}
#passwordStrength.strong .piece {
  background: #99ff33;
  display: block;
}
#passwordStrength.strong .piece:nth-of-type(n+5) {
  display: none;
}
#passwordStrength.very-strong .piece {
  background: #22cf00;
  display: block;
}
#passwordStrength.very-strong .piece:nth-of-type(n+6) {
  display: none;
}

.password-input {
  display: flex;
  position: relative;
}
.password-input img {
  position: absolute;
  top: 14px;
  right: 22px;
}
.password-input .form-control.is-valid + img,
.was-validated .password-input .form-control:valid + img,
.password-input .form-control.is-invalid + img,
.was-validated .password-input .form-control:invalid + img {
  display: none;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
  .p-0-mobile {
    padding: 0 !important;
  }
  .m-0-mobile {
    margin: 0 !important;
  }
}
.form-signin {
  max-width: unset !important;
}

.body--dark .f21, .body--dark .f26, .body--dark .half li, .body--dark .form-control {
  color: #f2f2f2 !important;
}
.body--dark a {
  color: #007bff;
}/*# sourceMappingURL=signup.css.map */