.landing-video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;  
    background: url('../img/bg3.png');
    background-size: cover;
}

.landing-video {
    position: absolute;
    min-width: 100%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
}

.landing-video-container .black-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .15;
    background-color: black;
}

.landing-header {
    width: 100%;
    height: 100%;
    z-index:2;
}

#loginCard {
    z-index: 3;
}

.landing-comercial {
    position:relative;
    margin-top: 100px;
    z-index: 3;
}