#logo-portale {
    width: 55px;
    height: 55px;
    background-size: 50px;
    background-image: url('/static/images/logo_small.png');
    vertical-align: middle;

}

#logo-header {
    width: 115px;
    height: 98px;
    background-size: 100px;
    background-image: url('/static/images/logo.png');
    background-repeat: no-repeat;
    /*background-position-y: 25px;*/
    vertical-align: middle
}



