.login-logo{
    width:100%;
    text-align: center;
}

.login-logo img{
    width:90%;
}

body {
    background-color: #e3bf00;
    background: linear-gradient(160deg, #fcd400 60%, #f6a300 40%);
}

#footer-nav{
    width:100%;
    background-color:#383838;
    position:fixed;
    bottom:0px;
    display:none;
}

#chiudi{
    cursor: pointer;
}

.div-chiudi{
    text-align:right;
    margin-bottom:-5px;
    margin-top:-5px;
}