body, html{
  height: 100%;
}

body{
  background: url('../img/imglogin/LoginBG.png');
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.contenedor_login_index{
     position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 250px;
    width: 350px;

}

.caja-fondo{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 258px;
  width: 350px;
  background-color: #fff;
  opacity: .7;
  border-radius: 8px;
}

.caja-frente{
    position: absolute;
    left: 50%;
    top: 81%;
    transform: translate(-50%,-50%);
    height: 400px;
    width: 350px;
    border-radius: 15px;
    text-align: center;

}

.caja-frente .icono{
  background-color: #2c3f55;
  position: relative;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 30px;
  border-radius: 50%;
height: 20px;
width: 20px;
margin-bottom: -60px;
}
.caja-frente .icono img{
position: relative;
    left: 50%;
    top: 50%;
    width: 42px;
    transform: translate(-50%,-50%);

}
.caja-frente input[type="password"],
.caja-frente input[type="usuario"]{
    position: relative;
    padding: 13px 7px 11px 40px;
    width: 76%;
    margin: 7px 0px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px 5px grey;
}

.btn-login{
position: relative;
    padding: 9px;
    width: 88%;
    background-color: #2c3f55;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 3px grey;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin: 7px 0px;
    cursor: pointer;
}



.pie-pag{
  background-color: #122f50;
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 95px;
}

.pie-pag img{
  position: relative;
  height: 45px;
  display: block;
  margin: auto;
  
  margin-top: 15px;    
}

.input-icon{
position: absolute;
    left: 30px;
    height: 18px;
    width: 18px;
    top: calc(27% - 0.5em);
}


.input-pass{
  position: absolute;
  left: 30px;
  height: 18px;
    width: 18px;
  top: calc(40% - 0.5em);
  
}
 

@keyframes aparecer{
  from{opacity: 0;
      margin-top: -10px;    
}
  to{opacity:1;
     margin-top: 15px;    
}
}

.caja-frente a{
    position: relative;
    padding: 0px 65px 0px 65px;
    font-size: 13px;
    color: #122f50;
}

.caja-frente img[type="estrellas"]{
  margin: 18px 0px 0px 0px;
    width: 140px;
}