body {
    background-image: url(/img/login/fondo.jpg);
    overflow: hidden;
}

.layerback{
   opacity: .4 ;
   background-color:midnightblue ;
}

.layerLogin
{
    position: fixed; /* Set the navbar to fixed position */
    height: 1000px;
    margin-top: 0px;
    
    background: -webkit-linear-gradient(90deg, white 30%, lightgray 70%);
background: -moz-linear-gradient(90deg, white 30%, lightgray 70%);
background: -ms-linear-gradient(90deg, white 30%, lightgray 70%);
background: -o-linear-gradient(90deg, white 30%, lightgray 70%);
background: linear-gradient(90deg, white 30%, lightgray 70%); 
    opacity: .9 ;
}



.footer {
    font-size: 10px;
    position: fixed;
    left: 0;
    bottom:0;
    width: 100%;
    color:black;
    text-align: center;
  }


  .imgs {
    width: 140px;
    height: 80px;
    padding: 5px;
    color: #0000FF;
    position: absolute;
    z-index: 1;
}