.elementor-41749 .elementor-element.elementor-element-a187349{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-c981542 *//* Title above paragraph */
body.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password > p:first-of-type::before,
body.woocommerce-reset-password .woocommerce-ResetPassword.lost_reset_password > p:first-of-type::before {
  content: "Forgot Password?";
  display: block;
  font-size: 40px;
  font-weight: 800;
  color: #000;
  line-height: 1em;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Pragmatica", sans-serif;
}

body.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password > p,
body.woocommerce-reset-password .woocommerce-ResetPassword.lost_reset_password > p {
  text-align: center;
}

body.woocommerce-lost-password .woocommerce form .form-row label,
body.woocommerce-reset-password .woocommerce form .form-row label {
  text-align: left;
  color:#000;
}

/* White reset-password box */
body.woocommerce-lost-password .elementor-element.elementor-element-a187349.e-con-full.e-flex.e-con.e-parent.e-lazyloaded .woocommerce-ResetPassword.lost_reset_password,
body.woocommerce-reset-password .elementor-element.elementor-element-a187349.e-con-full.e-flex.e-con.e-parent.e-lazyloaded .woocommerce-ResetPassword.lost_reset_password {
  background: #ffffff;
  width: 100%;
  max-width: 648px;
  padding: 80px 64px;
  margin: 0 auto;
  box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  box-sizing: border-box;
}

/* Section background */
body.woocommerce-lost-password .elementor-element.elementor-element-a187349.e-con-full.e-flex.e-con.e-parent.e-lazyloaded,
body.woocommerce-reset-password .elementor-element.elementor-element-a187349.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
  background-image: url("https://edgysport.com/wp-content/uploads/2025/10/MicrosoftTeams-image-5-jpg-scaled.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Full width input rows */
body.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .form-row,
body.woocommerce-reset-password .woocommerce-ResetPassword.lost_reset_password .form-row {
  width: 100%;
}

/* Button */
body.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .button,
body.woocommerce-reset-password .woocommerce-ResetPassword.lost_reset_password .button {
  margin-top: 20px;
  background-color: #2B2B2D;
  color: #ffffff;
  text-transform: capitalize;
  padding: 12px 24px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

body.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .button:hover,
body.woocommerce-reset-password .woocommerce-ResetPassword.lost_reset_password .button:hover {
  background-color: #6CBC06;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  body.woocommerce-lost-password .elementor-element.elementor-element-a187349.e-con-full.e-flex.e-con.e-parent.e-lazyloaded .woocommerce-ResetPassword.lost_reset_password,
  body.woocommerce-reset-password .elementor-element.elementor-element-a187349.e-con-full.e-flex.e-con.e-parent.e-lazyloaded .woocommerce-ResetPassword.lost_reset_password {
    width: 80%;
    padding: 60px 40px;
  }
}

@media (max-width: 480px) {
  body.woocommerce-lost-password .elementor-element.elementor-element-a187349.e-con-full.e-flex.e-con.e-parent.e-lazyloaded .woocommerce-ResetPassword.lost_reset_password,
  body.woocommerce-reset-password .elementor-element.elementor-element-a187349.e-con-full.e-flex.e-con.e-parent.e-lazyloaded .woocommerce-ResetPassword.lost_reset_password {
    width: 90%;
    padding: 40px 24px;
  }

  body.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .button,
  body.woocommerce-reset-password .woocommerce-ResetPassword.lost_reset_password .button {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* Success message base */
body.woocommerce-lost-password .woocommerce > .woocommerce-message,
body.woocommerce-reset-password .woocommerce > .woocommerce-message {
  background: #fff;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  max-width: 648px;
  border-top: 4px solid #6CBC06;
}

/* Error message base */
body.woocommerce-lost-password .woocommerce > .woocommerce-error,
body.woocommerce-reset-password .woocommerce > .woocommerce-error {
  background: #fff;
  padding: 25px;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto 20px auto;
  max-width: 648px;
  border-top: 4px solid #CC0000;
}

/* Remove bullets inside errors */
body.woocommerce-lost-password .woocommerce > .woocommerce-error li,
body.woocommerce-reset-password .woocommerce > .woocommerce-error li {
  list-style: none;
  color: #2B2B2D;
}

/* Style the explanatory paragraph below the message */
body.woocommerce-lost-password .woocommerce > .woocommerce-message + p,
body.woocommerce-reset-password .woocommerce > .woocommerce-message + p,
body.woocommerce-lost-password .woocommerce > .woocommerce-error + p,
body.woocommerce-reset-password .woocommerce > .woocommerce-error + p {
  background: #fff;
  padding: 25px;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
  margin: -20px auto 25px auto;
  max-width: 648px;
}/* End custom CSS */