﻿/*header disable*/
#header.header_class {
    display: none;
}


#extr-page #main {
    background: transparent;
    padding: 0px;
}

#extr-page {
    display: grid;
    overflow: hidden;
}

.videoContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

    .videoContainer video {
        min-width: 100%;
        min-height: 100%;
        position: fixed;
        z-index: 1;
    }

    .videoContainer .overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        z-index: 2;
        background: #000;
        opacity: 0.7;
    }

/*#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}*/



/*overlay{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    vertical-align:top;
    content:'Here is some text..';
    color:#fff;
    position:absolute;
    background:rgba(0,0,0,0.6);
    opacity:1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}*/


/*body {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: myfirst 160s forwards 0s infinite normal;
}

@keyframes myfirst {
    0% {
        background-image: url('../LoginImages/1.jpg');
        left: 0px;
        top: 0px;
    }

    10% {
        background-image: url('../LoginImages/2.jpg');
        left: 0px;
        top: 0px;
    }

    20% {
        background-image: url('../LoginImages/3.jpg');
        left: 100px;
        top: 100px;
    }

    30% {
        background-image: url('../LoginImages/4.jpg');
        left: 0px;
        top: 100px;
    }

    40% {
        background-image: url('../LoginImages/5.jpg');
        left: 0px;
        top: 0px;
    }

    50% {
        background-image: url('../LoginImages/6.jpg');
        left: 100px;
        top: 0px;
    }

    60% {
        background-image: url('../LoginImages/7.jpg');
        left: 100px;
        top: 100px;
    }

    70% {
        background-image: url('../LoginImages/8.jpg');
        left: 0px;
        top: 100px;
    }

    80% {
        background-image: url('../LoginImages/9.jpg');
        left: 0px;
        top: 0px;
    }

    90% {
        background-image: url('../LoginImages/10.jpg');
        left: 100px;
        top: 0px;
    }

    100% {
        background-image: url('../LoginImages/11.jpg');
        left: 100px;
        top: 100px;
    }
}*/

/*body .mainHeader {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

body.desktop-detected
{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../LoginImages/9.jpg');
}*/

body
{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#smart-form client-form {
    float: right;
}


#main {
    float: right;
}

/*.row{
    float:right;
}*/

#logo img {
    width: 180px;
    height: 50px;
    padding-left: 3px;
}

/*.copyright {
    clear: both;
    margin-top: 2.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    color: #6d6e71;
    background-color: #99d8e0;
    
}*/


