/* =========== Welcome-Create-an-account ============= */
.accountSwitch_title {
  color: #11263c;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.accountSwitch_title a {
  color: #e53fa0;
  font-weight: 500;
  text-decoration: underline;
}

.welcome {
  justify-content: space-between;
}

.create-an-account-wrapper {
  padding: 40px 0px;
}

.create-an-account-block {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.2);
  max-width: 845px;
  padding: 32px;
  margin: auto;
}

.create-an-account .section_heading {
  color: #11263c;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 0px;
}

.section_title {
  color: #11263c;
  font-size: 28px;
  font-weight: 300;
}

.create-an-account {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.account-title {
  color: #11263c;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}

.form_input_box .form-label {
  color: #20102b;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.form_input_box {
  margin-top: 16px;
}

.form_input_box .form-control {
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  background: #fff;
  box-shadow: none;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  height: 44px;
}

.form_input_box .form-group {
  position: relative;
  margin-bottom: 12px;
}

.form_input_box .form-control::placeholder {
  color: #9b959f;
}

.form_select_box .arrow-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.icon-Password .position-relative .form-control {
  padding-right: 40px;
}

.eye-slash-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.icon-Password .form-control {
  padding-right: 50px;
}

.eye-slash-icon svg {
  width: 18px;
  fill: #20102b;
}

.btn-primary {
  border-radius: 4px;
  background: #e53f9e;
  display: inline-block;
  width: 100%;
  padding: 9px 0px;
  border: 1px solid #e53f9e;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.login_btn {
  padding-top: 8px;
}

.btn-primary:hover {
  color: #e53f9e;
  background-color: transparent;
  border: 1px solid #e53f9e;
}

.login-mail {
  position: relative;
  text-align: center;
  margin-bottom: 12px;
}

.google_link_box {
  margin: 20px 0px;
}

.login-mail-title {
  position: relative;
  color: #20102b;
  font-size: 15px;
  font-weight: 400;
}

.login-mail-title::before {
  position: absolute;
  content: "";
  width: 85px;
  height: 1px;
  background: #f9d2e9;
  top: 0;
  left: -104px;
  bottom: 0;
  margin: auto;
}

.login-mail-title::after {
  position: absolute;
  content: "";
  width: 85px;
  height: 1px;
  background: #f9d2e9;
  top: 0;
  right: -104px;
  bottom: 0;
  margin: auto;
}

.login-option-items.google-sign {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.google-link {
  width: 32px;
  min-width: 32px;
  height: 32px;
}

.section-text {
  color: #595856;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.form-check-label {
  color: #20102b;
  font-size: 14px;
  font-weight: 400;
}

.form_check_input_box .form-check-label {
  font-size: 13px;
}

.form-check-input:focus {
  border-color: #20102b;
  outline: 0;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #20102b;
  border: 1px solid #20102b;
}

.form_check_box {
  margin-top: 16px;
}

.form-check-input {
  border: 1px solid #20102b;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 0px 10px !important;
}

.form_check_box .form-check {
  margin-bottom: 6px;
  padding-left: 0px;
  display: flex;
}

/* ======== forgot-password  ========= */
.forgot_password_content {
  padding: 80px 0px;
  max-width: 388px;
  margin: auto;
}

.desc {
  margin: 16px 0px;
  color: #595856;
  font-size: 13px;
  font-weight: 500;
}

.back-sing {
  color: #20102b;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

/*-------- responsive---------- */

@media (min-width: 768px) {
  .create-an-account-block .col-md-6 {
    width: calc(50% - 40px);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .create-an-account .section_heading {
    font-size: 30px;
  }

  .create-an-account-wrapper {
    padding: 35px 0px;
  }

  .create-an-account-block {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .create-an-account-block .col-md-6 {
    width: calc(50% - 15px);
  }
}

@media (max-width: 991.98px) {
  .create-an-account-wrapper {
    padding: 30px 0px;
  }
  .forgot_password_content {
    padding: 50px 0px;
  }
  .create-an-account .section_heading {
    font-size: 24px;
  }

  .section_title {
    font-size: 24px;
  }

  .account-title {
    font-size: 20px;
  }

  .form_input_box {
    margin-top: 14px;
  }

  .form-label {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .btn-primary {
    font-size: 15px;
  }

  .form_check_box {
    margin-top: 13px;
  }

  .form-check-input {
    margin: 0px 12px 0px 0px !important;
  }

  .google_link_box {
    margin: 15px 0px;
  }

  .section-text {
    font-size: 13px;
  }

  .form-check-label {
    font-size: 13px;
  }

  .login-mail-title::before {
    width: 50px;
    left: -70px;
  }

  .login-mail-title::after {
    width: 50px;
    right: -70px;
  }

  .google-link img {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }

  .create-an-account-block {
    padding: 22px;
  }

  .login_topHeader .navbar {
    justify-content: space-between;
    align-items: center;
    gap: 5px 15px;
  }

  #header.login_topHeader,
  #header.is-sticky {
    height: 75px;
  }

  #header.login_topHeader .ms-auto {
    margin-left: 0 !important;
  }

  .account-title {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .create-an-account .section_heading {
    font-size: 25px;
  }

  .login_topHeader .navbar {
    justify-content: center;
  }

  .section_title {
    font-size: 17px;
  }

  .create-an-account {
    margin-bottom: 20px;
    gap: 10px;
  }

  .create-an-account-wrapper {
    padding: 25px 0px;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .form_input_box .form-control {
    padding: 5px 10px;
    height: 40px;
  }

  .eye-slash-icon svg {
    width: 16px;
    height: 14px;
  }

  .btn-primary {
    font-size: 15px;
  }

  .google_link_box {
    margin: 10px 0px;
  }

  .login-mail-title::before {
    width: 45px;
    left: -55px;
  }

  .login-mail-title::after {
    width: 45px;
    right: -55px;
  }

  .create-an-account-block {
    max-width: 100%;
    padding: 15px;
  }
}

/* 07-11-23 */
.otp_verify input {
  height: 60px !important;
  font-size: 18px;
  color: #132b3e;
  font-weight: 500;
  background: #f9fcff;
  border: 1px solid #132b3e;
  border-radius: 10px;
  display: inline-block;
  width: 60px !important;
}
.otp_input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.otp_modal .modal-header {
  border-bottom: 0;
}
.otp_modal .modal-title {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
.otp_modal .modal-footer {
  border-top: 0;
  justify-content: center;
  flex-direction: column;
}

.otp_modal .btn-close {
  margin-top: -100px;
}
.otp_modal .btn-primary {
  max-width: 150px;
  margin: auto;
}
.mobile_otp {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
}
.resend_otp {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 0;
}
.create-an-account-wrapper .form-check-input {
  margin: 0px 10px 0 0 !important;
}
.create-an-account-wrapper .form_check_box .invalid-feedback {
  padding-left: 28px;
}
@media (max-width: 576.98px) {
  .otp_verify input {
    width: 50px !important;
    height: 50px !important;
  }
  .otp_6 input {
    width: 35px !important;
    height: 35px !important;
  }
}
