@charset "utf-8";
/* CSS Document */

body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #000000;
 }
 h2{
    color: #10b0e3;
 }

.bk-black{
    height: 100%;
    background-color: #000000;
}
.bk-white{
        
    background-color: #FFFFFF75;
}
.version{
    color: #10b0e3;
    font-weight: bold;
}
#main{
    width:99%;
    
}
.Cmax-height{
    height: 100vh;
    display: flex;
    align-items: center;
}
.legen-login-area{
    width: 520px;
    background-color: #0000009e;
    color: #fff;
    padding: 20px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
}
.form-login{
    
    padding: 20px;
    margin: 0 auto;
    border: 1px solid lightgray;
    border-radius: 10px;
    background: white;
    opacity: .8;
    
}

section.contenedor{
    position: absolute;
    top: 15px;
    width: 300px;
    height: 250px;
    background-color: #109CFF;
    /*opacity: 0.7;*/
    left: 50%;
    margin-left: -150px;
	border: 1px solid #1074bc ;
}
.lateral{
    /*background-image: url(../images/pexels-pixabay-265087.jpg);*/
    background-attachment: fixed;
    background-position: -200px;
	background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
}
video { 
   
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: fixed;    
     
  z-index: -100;
    
  background-size: cover;

}
div.logo{
    padding: 10px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
div.logo img{
    width: 80px;
}
.title-login{
    font-weight: bolder;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #1074bc;
}
.label-login{
    font-weight: bolder;
    text-align: center;
    padding: 1px;
    
}

 

.normal_gold{
    color:  gold;
    font-weight: bold;
}

input.input-txt{
    background-color: #000000;
    color:#A9DBFF;
    font-weight: bold;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    outline-color: #000000;
}


label.Label-input{
    color: darkgray;
    font-weight: bold;
}
span.user-fail{
    color: darkgray;
    font-weight: bold;
}
span.user{
    color:#00FF00;
    font-weight: bold;
}