.logo-header {
    background: linear-gradient(to bottom,#f3f3f3,#e2e2e2);
}

#logo-group {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

#header .pull-right.d-flex {
    align-items: center !important;
}

#header .header-icon {
    height: 49px !important;
    line-height: 49px !important;
}

#header .pull-right .header-icon {
    margin-top: 5px !important;
}

#header .header-icon b.badge {
    top: 10px !important;
}

#header .profile-image {
    bottom: 0 !important;
}

#logo {
    margin-top: 0 !important;
}

#logo img {
    width: auto !important;
    max-width: 110px !important;
    height: 42px !important;
    object-fit: contain !important;
}