#cookie-manager-title .title-image {
    margin: 18px -9px 15px;
}
#cookie-manager-title {
    margin: 18px 20px 20px;
}
h1, h2 {
    font-size: 20px !important;
    text-transform: uppercase !important;
}
.panel-heading-required div.row:first-child .panel-title {
    color: #1873e8 !important;
}
#cookie-manager-details input[type=checkbox]:checked~.switch {
    background:#104c97;
    color:#fff;
}
#cookie-manager-footer #save-cookie-options {
    background-color:#104c97;
    color:#fff;
    border-radius: 0;
}

#cookie-manager-title h1 {
    margin-left: 110px;
}

@media(max-width: 670px) {
    #cookie-manager-title h1 {
        margin: 0;
    }
}