.login {
    overflow-y: hidden;
}

.container-login {
    height: 100vh;
}


.left-box {
    height: 100vh;
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.right-box {
    height: 100vh;
    /*background: url(../img/bg_login.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.right-box article {
    height: 100vh;
}

.right-box article img {
    width: 100%;
    max-width: 200px;
}

.container-login-box {
    text-align: center;
}
.container-login-box h1 {
    color:var(--black);
    font-weight: 600;
    font-size: 30px;
}
.container-login-box h3 {
    color:var(--black);
    font-weight: 400;
    font-size: 18px;
}

.logo-login {
    width: 100%;
    max-width: 180px;
}



.brand-logo {
    width: 100%;
    max-width: 150px;
}

@media only screen and (max-width : 992px) {
    .right-box {
        display: none !important;

    }


}

.google-button img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    max-width: 200px;
    cursor: pointer;
}

.google-button img:hover {
    opacity: .5;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}