#auth-right {
    position: fixed;
    right: 0;
    top: 0;
    width: 58.3333%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.custom-main-page {
    transition: margin-left 0.4s ease;
}

.custom-title-login-page{
    font-size: 49px;
}

#auth-right video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
