.content-wrapper {
    background: transparent !important;
    z-index: 1;
}

.container-scroller {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.container-scroller::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.container-scroller video {
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.password-wrapper {
    position: relative;
}

.show-password,
.hide-password {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    cursor: pointer;
}

.show-password {
    display: none;
}
