#logo-custom {
    height: 100%;
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
    background: url(Logo_Login.svg) center no-repeat;
    background-size: contain;
}
.header-search-form .input-group-addon {
    padding: 0px 12px;
}
#header-container {
    display: block;
}
@media (max-width: 1199px) {
    .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(Logo_Menu.svg) center no-repeat;
    width: 150px;
    height: 29px;
    background-size: contain;
}
.autenticazione-logo {
    display: none;
}
.index-custom-text {
    font-family: 'Abel', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 1px;

    margin-bottom: 1rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}
