html,
body,
header,
.intro-2 {
    height: 100%;
}

@media (max-width: 600px) {

    .video-login {
        width: 350px;
    }
}



.log-in-bg {
    background: url("../img/intro02.jpg")no-repeat center center;
    background-size: cover;
}



.hm-gradient .full-bg-img {
    /*background: -webkit-linear-gradient(45deg,#68d0ff,#453cf5 75%);*/
    /*
    background: rgba(31, 30, 30, 0.5); 47,   172,  99 */
    background: linear-gradient(45deg, rgba(44, 43, 43, 0.0), rgba(44, 43, 43, 0.8), rgba(178, 165, 165, 0.4), rgba(0, 255, 0, 0.4), rgba(44, 43, 43, 0.0));
    background-size: 600% 600%;
    color: #fff;
    animation: changeColor 15s linear infinite;
}

@keyframes changeColor {
    0%, 20% {
        background-position: 0% 0%;
    }
    100%, 40% {
        background-position: 100% 100%;
    }
    60% {
        background-position: 0% 0%;
    }
}

.semitrasparent-app-color {
    background: rgba(47, 172, 99, 0.5);

}

.semitrasparent {
    background: rgba(0, 0, 0, 0.5);

}

.semioverlay {
    background: rgba(31, 30, 30, 0.5);

}

.form-rounded {
    border-radius: 2rem;
}


.full-width{
    width: 100%;
}



.module-desc {
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 500;
}

.view .maski {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.app-logo-primary{
    color: #2fac63;
}


.bg-app-logo-primary{
    background: #2fac63;//
}
