body {
  background-color: #FFFFFF;
}
.page-title-wrapper {
  text-align: center !important;
}
.page-title-wrapper h1.page-title {
  margin-bottom: 35px;
  font-size: 50px;
  color: #193E74;
}
.form.create.account.form-create-account {
  min-width: 596px;
  width: 48%;
  margin: auto;
}
.customer-account-create .ui-datepicker {
  max-width: 255.7px;
  width: 100%;
}
.form.create.account.form-create-account fieldset .legend > span {
  font-size: 25px;
  font-family: 'DB Heavent X Medium';
  color: #193E74;
}
.form.create.account.form-create-account .actions-toolbar {
  margin-top: 30px;
  margin-bottom: 40px;
}
form fieldset.fieldset {
  width: 100% !important;
}
form fieldset .legend {
  border-bottom: 1px solid #E0E0E0;
}
form fieldset label {
  font-size: 18px;
}
form fieldset .choice label span {
  font-size: 18px;
  color: #4F4F4F;
}
form fieldset .password-strength-meter {
  background-color: #F0F0F0;
  padding: 0 21px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #4F4F4F;
}
form fieldset.fieldset.additional_info {
  margin-bottom: 0;
}
form fieldset.create.account {
  margin-bottom: 0;
}
form .actions-toolbar .primary {
  width: 100%;
}
form .actions-toolbar > .primary .action {
  width: 100%;
  height: 40px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 !important;
  background-color: #193E74 !important;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 5px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .page-title-wrapper h1.page-title {
    font-size: 3.5rem;
  }
  form .fieldset .legend span {
    font-size: 2rem;
  }
  form .fieldset .field label {
    font-size: 1.6rem;
  }
  .form.create.account.form-create-account {
    min-width: 100%;
    width: 100%;
  }
  form fieldset.fieldset {
    width: 90% !important;
    margin: auto;
  }
  form fieldset.create.account {
    width: 90% !important;
    margin: auto;
  }
  form .actions-toolbar > .primary .action {
    width: 90% !important;
  }
  .password-strong .password-strength-meter:before {
    width: 100% !important;
  }
}
