/* ==================== | 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/bgBodyLogin.png) no-repeat;
  background-size: cover
}

a {
  color: #444444
}

.error {
  color: #FF0000;
  font-weight: bold
}

#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: 2% 1%;
  margin: 5% 24%;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  background: url(../img/loginbg.png) no-repeat top center;
  background-size: 100%;
  width: 50%;
  height: 60%;
}



#credits {
  position: fixed;
  padding: 0.5% 1%;
  margin: 33% 28% 5%;
  width: 16%;
  text-align: center;
}

#credits_home {
  float: left;
  top: 500;
  left: 500;
  right: 0;
  bottom: 0;
  z-index: 100;
}

#login_inputs {
  position: absolute;
    padding: 0.5% 1%;
    margin: 20% 0% 5% 49%;
    width: 44%;
    text-align: center;
}

#login_error {
  position: fixed;
  margin: 10% 34% 5%;
}

.numero,
.alfanumerico {
  float: left;
  padding: 20px 7% 20px 13%;
  margin: 2% 10%;
  width: 80%;
  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: #FE7C04;
  color: #ffffff;
  border-radius: 10px;
  border: 2px solid #FE7C04
}

.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;
  color: #2e3c54;
  opacity: 1;
  border: 1px solid #1285E0
}

.pass {
  float: left;
  padding: 20px 7% 20px 13%;
  margin: 2% 10%;
  width: 80%;
  height: 30px;
  border: 1px solid #1285E0;
  border-radius: 10px;
  background: url(../img/bgPass.png) no-repeat 5% center;
  color: #2e3c54;
  opacity: 1;
}

#login_foot {
  text-align: center;
  margin: 38.5% 40%;
  background: url(../img/Rectangle_40.png);

  position: absolute;
  width: 22%;
  height: 40px;
  border-radius: 0px 0px 15px 15px;

}

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: #2e3c54;
  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;
}

.fila_agencia {
  visibility: visible;
}


.reporte_x_agencia {
  visibility: hidden;
}

@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) {}