
#logo-custom {
	height: 100%;
	max-width: 340px;
	margin: 0 auto;
    width: 100%;
    background: url(pecstorage.png) center no-repeat;
    background-size: contain;
}
.input-group-addon {
	padding: 0px 12px;
}
#header-container{
    display: block;
}
@media (max-width: 1199px){
    #header {
        height: 220px;
    }
    .autenticazione-logo {
            display: none;
    }
    .navbar-header .navbar-header-logo {
        float: left;
        display: flex;
        height: 100%;
        min-height: 50px;
        align-items: center;
    }
    .header-search-form-compact-logo{
        display: none;
    }
    }
    .navbar-header-logo a{
        display: block;
    }
.header-search-form-compact-logo {
	background: url(../skin_tosnet/pecstorage.png) center no-repeat;
    width: 150px;
    height: 29px;
    background-size: contain;
}
.autenticazione-logo{
	display: none;
}