body.customer-account-forgotpassword {
  &:before {
    content: "";
    position: fixed;
    inset: 0;
    background: url('../images/auth/bg-register.jpg') center center / cover no-repeat;
    filter: blur(2px) brightness(0.7); /* Difuminado más fuerte como en la imagen */
    z-index: 0;
  }

  /* contenido por encima del fondo */
  .page-wrapper,
  .page-main {
    position: relative;
    z-index: 1;
  }
}

/* Reset del canvas para forgot password */
body.customer-account-forgotpassword .page-wrapper,
body.customer-account-forgotpassword .page-main {
  margin: 0;
  padding: 0;
  max-width: none;
}

body.customer-account-forgotpassword .column.main {
  padding: 0 !important;
}
