body {  
    background-color: black;     
    font-family: Arial, Helvetica, sans-serif;  
    color: white; 
    font-size: 14px; 
    line-height: 170%;
}  

#dark {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.97);
    z-index: 500;
}

#loading {
    margin: 0 auto;
    margin-top: 21% ;
    text-align:center;
    font-size: 30px;
    z-index: 1000;

}

#kontejner {
        margin: 0 auto;             
        background: url('../img/bg.jpg');
        background-repeat: repeat-x;  
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }
    
#leva_cast {
        width: 50%;
        float: left;
       
    }
#prava_cast {
        width: 50%;
        float: left;
    } 
    
    
 #mail {
 width: 80%;
 height: 60%;
 background: rgba(0, 0, 0, 0.5);
 margin-top: 15%;
 padding: 1%;
 border-style: dashed;
 border-width: thin;
 border-color: rgb(102,153,255);
 box-shadow:3px 3px 8px 3px #000000;
 }  
 
 #autorizace {
    width: 50%;
    position: fixed;
    top: 27%;
    left: 47%;
    background: rgba(0, 0, 0, 0.9);
    border-style: double;
 border-width: thin;
 border-color: rgba(255, 0, 0, 0.8);
 box-shadow:6px 6px 8px 6px #000000;
    z-index: 200; 
} 
 
#krizek{
float:right;
margin: 5px;
color: red; 
font-weight:bold;
font-size: 16px; 
cursor: pointer;
}

.nadpis {
margin-left: 1%;
}
#pass {
margin: 0 auto;
margin-top: 5%;
width: 98%;
}
.pass_input {
width: 4%;
height: 10%;
border-style: double;
 border-width: thin;
 border-color: rgba(255, 0, 0, 0.8);
  background: rgba(255, 255, 255, 0.7);
 padding-left: 2%; 
  font-size: 20px;
  text-transform: uppercase;
   font-weight: bold; 

}

.pass_submit {
width: 25%;
height: 10%;
margin: 2%;
margin-left: 37%;
border-style: double;
 border-width: thin;
 border-color: rgba(255, 0, 0, 0.8);
 background: rgb(0,0, 0);
 color:white;
 padding-left: 1%; 
  font-size: 16px;
  text-transform: uppercase;
   font-weight: bold; 
   cursor: pointer;
   
}

#pass_text {
  margin-top: 4%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color:red; 

}

 .text {
 padding: 1%;
 }
 
 .soubor{
 background: rgba(255, 255, 255, 0.2);
 width: 70px;
 margin-left: 10px;
 padding: 5px;
 font-family: Courier New;
 cursor: pointer;
 border-style: solid;
 border-width: thin;
 border-color: rgb(0,0,0);
 box-shadow:1px 1px 1px 1px #000000;
 }
 
 .line {
 width: 100%;
 margin-top: 2%;
 height: 1px;
 background: rgba(102,153,255, 0.5);
 }   
    
    
    
    
    
 #logo {
	background: url('../img/logo_medium.png');
  margin-top: 30%;
  margin-left:10%;
  width: 300px;
  height: 300px;
	-webkit-animation: rotate 15s infinite linear;
  -moz-animation: rotate 15s infinite linear;
  animation: rotate 15s infinite linear;
}
@-webkit-keyframes rotate {
0% {
   -webkit-transform: rotateY(360deg);
  
  }
30% {
      -webkit-transform: rotateY(0);
  }
100% {
    -webkit-transform: rotateY(0);
  }  
  

} 

@-moz-keyframes rotate {
0% {
   -moz-transform: rotateY(360deg);
  
  }
30% {
      -moz-transform: rotateY(0);
  }
100% {
    -moz-transform: rotateY(0);
  }  

} 

@keyframes rotate {
0% {
   transform: rotateY(360deg);
  
  }
30% {
   transform: rotateY(0);
  }
100% {
  transform: rotateY(0);
  }  

}     