html, body{
    height:95%;
    margin: 0;
}

.login-container { 
    display: flex;
    justify-content: center;
    align-items: center;    
    background: url(/public/img/app/warehouse.jpg);
    height: 110%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
}

#login-form {    
    margin-top: 0;
    background: white;
    border: solid 1px #999999;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 1px 1px 10px 1px #888888;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    font-weight: bolder;
    text-align: center;
    font-size: 18px;
}