@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/gotham-book-webfont.woff2') format('woff2'),
         url('../fonts/gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('../fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} 

body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #000;
 }
 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: calc(100vh*.9);
    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: .90;
    
}

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;
}
.center{
 margin: 0 auto;
 width: 100%;
 display: block;
 border: 5px solid #2697db;
 border-radius: 10px;
}
.contentfix
{
    position: fixed;
    width: calc(100vw *.7);
    margin-top: calc(100vh*.1);
    margin-left: calc(100vw *.15);
}
.video2 { 
   
  /*min-width: 100%;
  min-height: 100%;*/
  width: auto;
  height: auto;
  position: fixed;    
  z-index: -100;
  margin: 0 auto;
  width: 800px;
  display: block;

}
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;
}