Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.

/* Stop Swiper animation and transitions */ .swiper-container { animation: none !important; transition: none !important; } .swiper-wrapper { transform: none !important; } .swiper-slide { animation: none !important; transition: none !important; }