/* ==================== | 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) center no-repeat; height: 100%; }
a { color:#444444 }

#wrapper {}
#head_content { position:fixed; width:100%; height:auto; padding:0%; border-bottom:1px dotted #444444; z-index: 1 }
#head_content #logo { float:left; width:40%; height:100px; padding:0% 30% }
#body_content { float:left; width:98%; height:auto; padding:0%; }
#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:8% 38%; width:24%; 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: 20px 0px; max-width: 180px }
.numero, .alfanumerico { float:left; padding:2% 4% 2% 16%; margin:4% 10%; width:60%; height:30px; background:none; border:1px solid #A4A4A4; border-radius:10px; }
.combo { padding:3% 4%; margin:4% 0%; width:92%; height:44px; background-color:rgb(255,255,255); border:1px solid #C60BD6; border-radius:10px }
.combo option { margin:1%; padding:3% }
.boton { padding:4% 0%; margin:4% 10%; width:80%; 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 }
input[type=text]:focus {
  background-color: none;
}
/* Change the white to any color ;) */
input:-internal-autofill-selected{
	background: none !important;
}
textarea:focus, input:focus{
    outline: none;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

h1 {
    float: left;
    padding: 0%;
    margin: -1% 20% 5% 20%;
    width: 60%;
    color: #A4A4A4;
    font-size: 1em;
    font-weight: normal;
}
#welcome { position:fixed; padding:2%; margin:20% 5%; width:50%; background:rgba(0,0,0,0.5); z-index: 2; color: #fff }
#welcome img { float:left; width:100% }
#welcome p { float:left; width:100%; text-align:justify }

 /* 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) {
#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:1%; width:96%; text-align:center }
#welcome { float:left; padding:1%; margin:1%; width:96% }
#foot_content { float:left; width:98%; height:auto; padding:4% 1%; background:#444444; border-top:1px dotted #444444; text-align:center; position: relative }
}

@media only screen and (max-width: 399px) {

}