/* Forgot password wrapper*/

.forget-password {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.woocommerce-lost-password {
  text-align: center;
  padding-bottom: 143px;
  padding-top: 143px;
}

/* Forgot password heading*/

.woocommerce-lost-password span.h5 {
  margin-bottom: 24px;
  display: block;
  text-align: center;
}

/* Forgot password input*/

.woocommerce-ResetPassword.lost_reset_password.forget-password .input-text {
  padding: 14.5px 20px 14.5px 54px;
}

.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  width: 100%;
  color: var(--black1);
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  max-width: 600px;
}

p.have-account {
  margin: 0 !important;
}
.lock_icon_input {
  background-color: transparent;
  border: none;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  height: 24px;
}
/* If have account*/
.have-account a {
  color: var(--blue1);
}
.have-account a:hover {
  text-decoration: underline;
}
.woocommerce-form-row.form-row,
.woocommerce-Button.button {
  width: 100%;
}

form.woocommerce-ResetPassword.lost_reset_password.lost_reset_password
  .woocommerce-form-row {
  position: relative;
  margin: 0;

}
.woocommerce-Input.input-text {
  border: 1px solid var(--grey1);
  border-radius: 12px;
}

/* Forgot password button*/
.woocommerce-lost-password .woocommerce-Button.button {
  background-color: var(--blue1) !important;
  border: 1px solid var(--blue1);
  color: var(--white1) !important;
  padding: 16.5px 113px !important;
  border-radius: 8px !important;
  transition: 0.3s ease;
  display: inline-block;
  width: 100%;
  margin-top: 24px !important;
  margin-bottom: 24px !important;
  cursor: pointer;
}

/* .woocommerce-ResetPassword{
  padding-bottom: 143px;
  padding-top: 143px;
}  */
.woocommerce-Button.button:hover {
  background-color: var(--hoverBlue) !important;
}

.email_icon_input {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
  width: 24px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.woocommerce-lost-password p {
  color: var(--black1) !important;
}

.confirm-sent-email a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
.woocommerce-ResetPassword.lost_reset_password.forget-password
  .input-text.full-input {
  padding: 14.5px 48px 14.5px 16px;
}
form.woocommerce-ResetPassword.lost_reset_password {
  width: 100% !important;
}

form.woocommerce-ResetPassword.lost_reset_password.lost_reset_password {
  text-align: center;
  max-width: 507px;
  margin: auto;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100% !important;
}
.lost_reset_password .password-input::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 19px;
  background-image: url(../../../assets/icons/lock.png);
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-size: contain;
  display: inline-block;
}
.woocommerce-lost-password .woocommerce {
  text-align: left;
  display: block !important;
  max-width: 770px !important;
  padding: 0;
  margin: auto;
}
form.woocommerce-ResetPassword.lost_reset_password.lost_reset_password .woocommerce-form-row {
  position: relative;
}
form.woocommerce-ResetPassword.lost_reset_password.lost_reset_password .woocommerce-form-row.form-row-last{
  margin-top: 20px;
  
}
form.lost_reset_password  .show-password-input {
  position: absolute;
}

form.lost_reset_password  .show-password-input {
  right: 20px !important;
}

.account-page .woocommerce-lost-password .woocommerce-error {
  text-align: center;
  max-width: 507px;
  margin: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  form.woocommerce-ResetPassword.lost_reset_password.lost_reset_password {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 769px) {
  .woocommerce {
    padding: 16px;
  }

  .woocommerce-lost-password  {
    padding-bottom: 140px;
    padding-top: 140px;
  }
  .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    max-width: 100%;
  }

  .woocommerce-Button.button {
    font-size: 13px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    padding: 12px 16px !important;
    width: 100%;
  }

  .single .single-container.container .content .woocommerce {
    padding: 0 0 !important;
  }

  .woocommerce-lost-password .woocommerce form .form-row {
    margin-bottom: 0;
  }

  .woocommerce-ResetPassword.lost_reset_password.forget-password,
  .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first,
  input.woocommerce-Input.woocommerce-Input--text.input-text {
    font-size: 13px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
  }

  .confirm-sent-email a {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
  }
}
