.authentication-inner {
    height: 100vh;
}

#swiperLogin img {
    width: auto;
    height: 100vh;
    max-width: 100%;
}

.video-container {
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.video-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.userListWrapper {
    max-height: 189px;
    overflow-y: auto;
    position: relative;
}