.bg-video{
    z-index: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
}
.bg-video video{
    pointer-events: none;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
#layoutAuthentication{
    z-index: 100;
}
#login-card{
    width: calc(100% - 2rem);
    max-width: 320px;
    background-color: rgba(255,255,255,.3);
    backdrop-filter: blur(10px);
    border: 4px solid;
    border-top-color: rgba(255, 255, 255, .75);
    border-right-color: rgba(255, 255, 255, .5);
    border-bottom-color: rgba(150, 150, 150, .75);
    border-left-color: rgba(180, 180, 180, .75);
}

    @media (min-width: 1800px){
    .container-xxl{
        max-width: 1760px;
    }
}