#firstboxlogin{
    background-image: url(../pics/inventario.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    margin: auto;
    position: relative;
}
#logo_login {
    background: url(../pics/login_logo_glpi.png) center no-repeat, #45943600;
}
#text-login {
    background-color: #45943600;
    color: #fff;

}
#boxlogin form{
    width: 330px;
    background-color: #FFF;
    padding: 20px 0px;
    margin: 50px auto;
    margin-top: 200px;    
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
input:required {
    border: 1px rgb(63 127 195) solid !important;
}
input.submit, span.vsubmit, a.vsubmit, .ui-widget-content span.vsubmit {
    background-color: #4182c4;
}

#boxlogin #forget, #footer-login a {
    color: #4182c4;
}
#header #c_logo {
   position: absolute;
   z-index: 1000;
   width: 100px;
   height: 55px;
   float: left;
   background: url("../pics/fd_logo.png") 0 0 repeat-x;

   a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
   }
}

