/* ==================== | Estilos Basicos | ==================== */ 
html { width: 100%; float: left; height: 100%; }
body { font-family: 'Nanum Gothic', sans-serif; width:100%; color:#A4A4A4; margin:auto; font-size:14px; background: url(../img/bgBody.jpg) no-repeat; background-size:cover }
a { color:#444444 }
.error { color:#FF0000; font-weight: bold }

.licencia { width: 100%; padding: 0px; text-align: center; }
.licencia .violacion { width: 100%; padding: 5px 0px; text-align: center; color: #fff; background:#cb5422 }
.licencia .mensaje { width: 100%; padding: 5px 0px; text-align: center; color: #525252; background:#fcf5e9; border-bottom: 1px dotted #cb5422 }

#head_content { position:fixed; width:100%; height:auto; padding:0%; z-index: 1 }
#head_content #logo { float:left; width:40%; height:100px; padding:0% 30% }
#foot_content { bottom:0px; position:absolute; width:98%; height:6%; padding:1.8% 1%; margin-top:0%; text-align:center }

#myVideo { position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; }
#logo { position:fixed; width:80%; height:16%; padding:0% 10% }
#logo img { background: #fff; border-radius: 28px; margin-top:2%; padding: 10px 20px; box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.29) }
/* Formularios */
#login { position:fixed; padding:3% 1%; margin:5% 18%; width:64%; text-align:center; border-radius:20px; z-index: 2; background: #ffffff; -webkit-box-shadow: 0px 0px 18px 2px rgba(179,173,179,1); -moz-box-shadow: 0px 0px 18px 2px rgba(179,173,179,1);
box-shadow: 0px 0px 18px 2px rgba(179,173,179,1); }
#login h2 { margin: 20px auto 20px; padding: 2% 0%; width: 66%; color: #fff; text-transform: uppercase; font-size: 18px }
#login img { margin: 0px; max-width: 180px }
#login .numero, #login .alfanumerico { float:left; padding:2% 4% 2% 16%; margin:4% 10%; width:60%; height:30px; border:1px solid #A4A4A4; border-radius:10px; }
#login form, #login #welcome { float: left; width: 40%; padding: 3% 5%; margin: 0 !important; text-align: left }

#registro { padding:1% 3%; margin:3% 7%; width:80%; text-align:center; border-radius:20px; z-index: 2; background: #ffffff; -webkit-box-shadow: 0px 0px 18px 2px rgba(179,173,179,1); -moz-box-shadow: 0px 0px 18px 2px rgba(179,173,179,1);
box-shadow: 0px 0px 18px 2px rgba(179,173,179,1); }
#registro h2 { margin: 20px auto 20px; padding: 2% 0%; width: 66%; color: #fff; text-transform: uppercase; font-size: 18px }
#registro img { margin: 0px; max-width: 180px }
#registro form { display: grid; grid-gap: 30px; grid-template-columns: repeat(4, 1fr); }
#registro p { margin: 5px 0px 20px }

#registro .numero, #registro .alfanumerico, #registro .textual { float:left; padding:1% 4%; margin:0%; width:92%; height:40px; background:none; border:1px solid #A4A4A4; border-radius:10px; }
.combo { padding:1% 4%; margin:0%; width:100%; height:48px; background-color:rgb(255,255,255); border:1px solid #A4A4A4; border-radius:10px; float: left }
.combo option { margin:1%; padding:3% }
#login .boton { padding:4% 0%; margin:0% 10%; width:80%; height:auto; background:#72C02C; color:#ffffff; border-radius:10px; border:2px solid #72C02C}
#registro .boton { padding:4% 0%; margin:0%; width:100%; height:auto; background:#72C02C; color:#ffffff; border-radius:10px; border:2px solid #72C02C}
.boton:hover { background:#A4A4A4; color:#fff; border-color: #A4A4A4 }
.signup { float: left; width: 98%; text-align: center; margin: 2% 1%; }
.signin { float: left; width: 98%; text-align: center; margin: 2% 1%; }
.user { background: url(../img/bgUser.png) no-repeat 5% center }
.pass { float:left; padding:2% 4% 2% 16%; margin:4% 10%; width:60%; height:30px; border:1px solid #A4A4A4; border-radius:10px; background: url(../img/bgPass.png) no-repeat 5% center }
label { float: left }
input[type=text]:focus {
  background-color: none;
}

#login h1 { float:left; padding:0%; margin:-1% 20% 5% 20%; width:60%; color: #A4A4A4; font-size: 1em; font-weight: normal }
#registro h1 { float:left; padding:0%; margin:-1% 20% 0% 20%; width:60%; color: #A4A4A4; font-size: 1em; font-weight: normal }

 /* preloader */
 #preloader { position: fixed; top:0; left:0; right:0; bottom:0; background: #fff; z-index: 100; }
 #loader { width: 100px; height: 100px; position: absolute; left:50%; top:50%; background: url(../img/loading.gif) no-repeat center 0; margin:-50px 0 0 -50px; }
 
@media only screen and (max-width: 999px) {
	body { font-family: 'Nanum Gothic', sans-serif; width:100%; color:#A4A4A4; margin:auto; font-size:14px; background: url(../img/bgBody.jpg) no-repeat fixed; background-size:cover }
	#head_content #logo { float:left; width:40%; height:120px; padding:1% 30%; background:url(../img/logo_small.png) #444444 50% 50% no-repeat }
	#login { float:left; padding:1%; margin:2% 5%; width:88%; text-align:center }
	#login form, #login #welcome { float:left; padding:1% !important; margin:1% !important; width:96% !important }
	#foot_content { float:left; width:98%; height:auto; padding:4% 1%; background:#444444; border-top:1px dotted #444444; text-align:center; position: relative }
	#menu_content { width: 100% !important; position: relative !important; height: auto !important }
	#head_content { width: 100% !important; position: relative !important; height: auto !important; float: left }
	#registro form { display: grid; grid-gap: 30px; grid-template-columns: repeat(1, 1fr); 
	
}

.row label { font-weight:bold; color:#525252; padding-bottom:5px }