
body {
    position: relative;
    height: 100%;
    width: 100%;
}

#blocConnexion,
#blocEmailPassword{
    position: absolute;
    top: 60px;
    left: 20%;
    right: 20%;
    width: 60%;
    margin-left: auto;
    max-width: 600px;
    margin-right: auto;
}

#idLogo{
    position: absolute;
    width: 70%;
    top: 15%;
    left: 13%;
    right: 13%;
    margin-left: auto;
    margin-right: auto;
}

#idLogo img{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#idLogo img:nth-child(1){
    width: 24%;
}
#idLogo img:nth-child(2){
    width: 46%;
    margin-top: -10%;
}
#idLogo img:nth-child(3){
    width: 60%;
    margin-top: 20%;
}

#idLogo img:nth-child(4){
    width: 100%;
    margin-top: 21%;
}

.wrap {
    /*height: 100%;*/
    height: 100vh;
    position: relative;
    overflow: hidden;
}

button[type=submit]{
    background-color: #00468a;
    border-color: #00468a;
}

.wrap .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: transparent url('images/bg/truck-wallpapers.jpg') no-repeat center center;
    opacity: .8;
    background-size: cover;
    transform: scale(1.1);
    transition: all 0.7s linear;
    filter: blur(0.5px);
}

.wrap:hover .bg{
    opacity: 0.5;
    filter: blur(2px);
}


.login-welcome {
    width: 50%;
    position: absolute;
    top: 5%;
    left: 10%;
    text-align: center;
    color: #FFF
}

.login-welcome img {
    width: 200px;
}

.tmt-login-langs {
    position: absolute;
    top: 20px;
    right: 20px;
}

.tmt-login-forgot-pwd {
    font-size: 10px;
    font-style: italic;
    background: #FFF;
    padding: 2px;
    border-radius: 3px;
    color: #00468a;
}


.login-form {
    margin-top: 60%;
}


.tmt-login-footer {
    margin: 0px 30px;
    width: calc(100% - 60px);
    position: absolute;
    bottom: 20px;
    text-align: right;
}

.tmt-login-footer div.line {
    box-sizing: border-box;
    position: absolute;
    width: calc(100% - 120px);
    bottom: 0px;
    text-align: right;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, rgba(156, 156, 156, 0.01) 0%, rgba(255,255,255,0.6) 50%, rgba(212, 212, 212, 0.11) 100%);
    border-image-slice: 1;
}

.tmt-login-footer img {
    width: 100px;
}

#loginForm input,
#loginForm select{
    height: 38px;
}

@media (max-height:700px){
    #idLogo{
        width: 40%;
    }
    .login-form {
        margin-top: 34%;
    }
}