@import url('https://fonts.googleapis.com/css?family=Lato');

body {
    overflow: hidden;
}

html, body {
    width: 100%;
    height: 100%;
    font-family:'Lato', sans-serif;
    font-size: 16px;
}

html {		
	background: url(../img/video_preview.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

#logo { 
    position: fixed;
    top: 45%;
    left: 50%;
    width: 45%;
    height: 55%;
    min-width: 400px;
    min-height: 55%;
    z-index: 0; 
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('../img/logo_w.png') no-repeat;
    background-size: 100% auto;
    cursor:pointer;
   
    
}

#logoeu {  
    position: absolute;
    margin: 5px;
    bottom: 0;
    left:5px;
    width: 150px;
    height: 50px;
    background: url(../img/logo_FSE.jpg) no-repeat;
    background-size: 100% auto;
}




video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/video_preview.png) no-repeat;
    background-size: cover; 
}

video {
    display: block;
}

#modal_login {
    background-color: #7fa544;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    display: none;   
}

#close {
    background-color:transparent;
    border: none;
    color: #FFF;
    font-size: 50px;
    margin:0;
    padding:25px;
    position:fixed;
    top: 0;
    right: 0;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    cursor:pointer;
}
    
#form_login {
    color: #FFF;
    z-index: 2;
    position: absolute;
    top: 35%;
    left: 50%;
    width: 500px;
    height: 100px;
    margin-left:-250px;
    margin-top: -50px; 
    display: none;   
    text-align: center;
}
    
#form_login input {
    color: #FFF;
    font-size: 50px;
    text-align: center;
    width: 90%;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: transparent;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    margin-top: 20px;
}
    
@media screen and (max-device-width: 800px) {
    html {
         background: url(../img/video_preview.png) #000 no-repeat center center fixed;
         background-size: cover; 
         font-size: 20px;
    }

#logo {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 45%;
    height: 55%;
    /* min-width: 100%; */
    /* z-index: 0; */
    -moz-transform: translateX(-50%) translateY(-50%);
    /* -webkit-transform: translateX(-50%) translateY(-50%); */
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/logo_w.png) no-repeat;
    background-size: 95% auto;
    cursor: pointer;
  }
  
  #logoeu {  
    position: absolute;
    margin: 5px;
    bottom: 0;
    left:5px;
    width: 150px;
    height: 50px;
    background: url(../img/logo_FSE.jpg) no-repeat;
    background-size: 100% auto;
}


    #bgvid {
        display: none;
    }
        
    #form_login {
        width: 80%;
        margin-left:-40%;
    }
}
