#fw-section-custom-html-e07148a0-5911-4438-b764-aa1eb04b38b6 {

.animated-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background: linear-gradient(0deg, #fff0f5 0%, #ff69b4 25%, #c71585 50%, #4169e1 75%, #483d8b 100%);
  background-size: 200% 100%;
  z-index: -1; /* Ensure it stays behind content */
  display: block; /* Ensure proper display */
}
}











#fw-section-password {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #c2ccff;
--color-background-rgb: 194, 204, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-product-image-background: #e2eff1;
--color-background-brightness: 207;
background-color: var(--color-background);
color: var(--color-on-background);

}