h1.entry-title,
#customer_login h2 {
  font-family: "Funnel Display";
  font-size: 30px;
  font-weight: 700;
  line-height: 109%;
  letter-spacing: -0.096px;
  text-transform: none;
}

#customer_login form.register,
.woocommerce-form.woocommerce-form-login {
  border-radius: 40px;
  padding: 48px;
  box-shadow: none;
  /* border-top: 1px solid var(--Matte-Black, #28282B);
    border-bottom: 1px solid var(--Matte-Black, #28282B); */
  border: 1px solid var(--Matte-Black, #28282b);
  background-color: transparent;
}

#customer_login form.register a:hover,
.woocommerce-form.woocommerce-form-login a:hover {
  color: var(--Powder-Peach, #ff815f);
}

#customer_login form.register input,
.woocommerce-form.woocommerce-form-login input,
select.country_to_state.dokan-form-control,
select.dokan-form-control.wc-enhanced-select {
  border-radius: 12px;
  border: 1px solid var(--Powder-Peach, #a6a6a6);
  /* background: #fcfcfb; */
  background: transparent;
  padding: 16px;
  font-size: 16px;
  line-height: 16px;
}

select.country_to_state.dokan-form-control,
select.dokan-form-control.wc-enhanced-select {
  padding: 16px !important;
  height: fit-content;
  margin-top: 6px;
}

#customer_login form.register label,
.woocommerce-form.woocommerce-form-login ,
.ardk-terms-and-conditions-text {
  /* color: var(--Powder-Peach, #A6A6A6); */
  color: var(--Matte-Black, #28282b);
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.16px;
}

#customer_login form.register .required,
.woocommerce-form.woocommerce-form-login .required {
  color: var(--Powder-Peach, #ff815f);
}

#customer_login form.register .password-input,
.woocommerce-form.woocommerce-form-login .password-input {
  position: relative;
  display: block;
}

#customer_login form.register .show-password-input,
.woocommerce-form.woocommerce-form-login .show-password-input {
  margin: 0;
  padding: 0 14px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

#customer_login form.register .show-password-input.display-password::before,
.woocommerce-form.woocommerce-form-login
  .show-password-input.display-password::before {
  content: "\f530";
  font-family: dashicons;
  font-size: 20px;
}

#customer_login form.register .show-password-input::before,
.woocommerce-form.woocommerce-form-login .show-password-input::before {
  content: "\f177";
  font-family: dashicons;
  font-size: 20px;
}

#customer_login
  form.register
  .show-password-input:hover
  .woocommerce-form.woocommerce-form-login
  .show-password-input:hover {
  background-color: transparent;
}

#customer_login .register p.ardk-terms-and-conditions-input,
.woocommerce-form.woocommerce-form-login .woocommerce-form__label-for-checkbox,
.vendor-customer-registration label,
.vendor-customer-registration label.radio {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

#customer_login form.register input[type="checkbox"],
.woocommerce-form.woocommerce-form-login input[type="checkbox"],
.woocommerce-form.woocommerce-form-login
  .woocommerce-form__label-for-checkbox
  input {
  margin: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

#customer_login form.register input[type="checkbox"],
.woocommerce-form.woocommerce-form-login input[type="checkbox"] {
  accent-color: var(--Matte-Black, #28282b);
  color: var(--Matte-White, #fcfcfb);
  box-shadow: none;
}

#customer_login form.register input[type="checkbox"],
.woocommerce-form.woocommerce-form-login input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid var(--Powder-Peach, #a6a6a6);
  padding: 0;
}

#customer_login form.register input[type="checkbox"] {
  flex: 0 0 18px;
}

#customer_login form.register input[type="checkbox"]:checked::before,
.woocommerce-form.woocommerce-form-login
  input[type="checkbox"]:checked::before {
  content: "\f15e";
  display: block;
  font-family: dashicons;
  line-height: 18px;
  font-size: 18px;
  color: var(--Matte-Black, #28282b);
  margin-left: -1px;
}

/* #customer_login form.register input[type="checkbox"]:checked:before, 
.woocommerce-form.woocommerce-form-login input[type="checkbox"]:checked:before {
content: "";
} */

/* #customer_login form.register input[type="checkbox"]::before, 
.woocommerce-form.woocommerce-form-login input[type="checkbox"]::before {
content: "";
display: block;
width: 20px;
height: 20px;
border-radius: 6px;
border: 1px solid var(--Powder-Peach, #A6A6A6);
}  */

.ardk-terms-and-conditions-input label {
  line-height: 125%;
  letter-spacing: -0.16px;
  cursor: pointer;
}

#customer_login
  form.register
  .vendor-customer-registration
  input[type="radio"] {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: 20px;
  height: 20px;
  accent-color: #ff815f;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #a6a6a6;
  box-sizing: border-box;
}

#customer_login
  form.register
  .vendor-customer-registration
  input[type="radio"]:checked {
  border-color: #ff815f;
  box-shadow: none;
}

#customer_login
  form.register
  .vendor-customer-registration
  input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ff815f;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 4px;
}

/* 
.vendor-customer-registration input[type="radio"] {
  width: 18px;
  height: 0px;
  margin: 0;
}

.vendor-customer-registration input[type="radio"]::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  border: 1px solid #a6a6a6;
}

.vendor-customer-registration input[type="radio"]:checked::before {
  border: 2px solid #ff815f;
  width: 16px;
  height: 16px;
} */

#customer_login .register .woocommerce-password-strength {
  font-family: Lexend;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: -0.12px;
}

#customer_login .register .woocommerce-password-strength.bad,
#customer_login .register .woocommerce-password-strength.short {
  color: var(--System-Error, #ff3903);
}

.woocommerce-password-hint {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: -0.12px;
  font-family: Lexend;
}

.woocommerce-form.woocommerce-form-login
  .woocommerce-form__label-for-checkbox
  span {
  line-height: 20px;
}

.dokan-form-group input.dokan-form-control {
  margin-top: 6px;
}

#customer_login .woocommerce-form-login__submit,
.woocommerce-form-register .woocommerce-form-register__submit {
  border-radius: 1000px;
  background: var(--Powder-Peach, #ff815f);
  color: var(--Matte-White, #fcfcfb);
  text-align: center;
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.5px;
  text-transform: none;
  border: 0;
  text-shadow: none;
  min-width: 120px;
}

#customer_login .woocommerce-form-login__submit:hover,
.woocommerce-form-register .woocommerce-form-register__submit:hover {
  background: #ff6035;
  border-radius: 1000px;
  color: var(--Matte-White, #fcfcfb);
  text-align: center;
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.5px;
  text-transform: none;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  min-width: 120px;
}

#customer_login .woocommerce-form .split-row {
  gap: 16px;
}

#customer_login .woocommerce-form .split-row input {
  width: 100%;
}

@media (max-width: 1366px) and (min-width: 1050px) {
  h1.entry-title,
  #customer_login h2 {
    font-size: 26px;
  }

  #customer_login h2 {
    margin: 16px 0;
  }

  #customer_login form.register,
  .woocommerce-form.woocommerce-form-login {
    padding: 38px;
  }

  #customer_login form.register label,
  .woocommerce-form.woocommerce-form-login label,
  .ardk-terms-and-conditions-text {
    font-size: 14px;
    line-height: 16px;
  }

  #customer_login form.register input,
  .woocommerce-form.woocommerce-form-login input,
  select.country_to_state.dokan-form-control,
  select.dokan-form-control.wc-enhanced-select {
    font-size: 14px;
    padding: 12px;
  }

  #customer_login form.register label.radio,
  .woocommerce-form.woocommerce-form-login label.radio,
  #customer_login form.register .ardk-terms-and-conditions-input label,
  .woocommerce-form.woocommerce-form-login
    .ardk-terms-and-conditions-input
    label {
    line-height: 20px;
  }

  form p {
    margin: 8px 0px;
  }

  #customer_login .woocommerce-form-login__submit,
  .woocommerce-form-register .woocommerce-form-register__submit,
  #customer_login .woocommerce-form-login__submit:hover,
  .woocommerce-form-register .woocommerce-form-register__submit:hover {
    font-size: 14px;
    line-height: 20px;
    padding-block: 10px;
  }
}

@media (max-width: 650px) {
  .content {
    padding: 0px 16px;
  }

  #customer_login form.register,
  .woocommerce-form.woocommerce-form-login {
    padding: 24px;
  }

  #customer_login .woocommerce-form .split-row {
    flex-wrap: wrap;
    gap: 0;
  }
}
