.auth-cover-bg {
    position: relative;
    height: 100%;
    background-color: transparent;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}
.swiper-slide img {
    max-width: 90%;
    height: auto;
    object-fit: contain;
}
.swiper-pagination-bullet {
    background: #fff;
}
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}
