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 .field-name-customer_mobile .box-field {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
form .field-name-customer_mobile .box-field .control {
  grid-column: 1;
}
form .field-name-customer_mobile .box-field .profile-notice-phone {
  margin: 0;
}
form .field-name-customer_mobile .box-field .generate-otp {
  margin-top: 0 !important;
  width: auto !important;
  max-height: 40px;
  grid-column: 2;
}
form .field-name-customer_mobile .box-field input[name="customer_mobile"] {
  width: 400px;
}
form .field-name-customer_mobile .box-field .otp-message-container,
form .field-name-customer_mobile .box-field .box-recaptcha,
form .field-name-customer_mobile .box-field .otp-container {
  width: 100%;
  grid-column: 1 / -1;
}
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;
  }
  form .field-name-customer_mobile .box-field {
    display: flex;
    flex-wrap: wrap;
  }
  form .field-name-customer_mobile .box-field .control {
    width: 100%;
  }
  form .field-name-customer_mobile .box-field .control .iti {
    width: 100%;
  }
  form .field-name-customer_mobile .box-field input[name="customer_mobile"] {
    max-width: 400px;
    width: 100%;
  }
  form .field-name-customer_mobile .box-field .otp-message-container,
  form .field-name-customer_mobile .box-field .box-recaptcha,
  form .field-name-customer_mobile .box-field .otp-container {
    width: 100%;
    grid-column: 1 / -1;
  }
}
