
#logo-custom {
	height: 100%;
	max-width: 340px;
	margin: 0 auto;
    width: 100%;
    background: url(AsterionIT-x-comped-big.png) center no-repeat;
    background-size: contain;
}
.input-group-addon {
	padding: 0px 12px;
}
#header-container{
    display: block;
}

.redirect-iframe {
    width: 100%;
    height: auto;
    border: 0;
    min-height: 80vh;
}

@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;
        margin-top: 0;
    }
    .header-search-form-compact-logo{
        display: none;
    }

}
.navbar-header-logo a{
    display: block;
}
.header-search-form-compact-logo {
	background: url(../skin_asterion/AsterionIT-x-comped-small.png) center;
    width: 150px;
    height: 29px;
    background-size: cover;
}
.autenticazione-logo{
	display: none;
}