body  div.main > div > top-bar > div.container {
    background: rgb(0,80,154);
}
div.container div.menuItem.active:not(.href) {
    background: rgb(0,80,154) !important;
}

button.login.access {
    background: rgb(0,80,154) !important;
    border-color: rgb(0,80,154) !important;
}

button.login.access:hover {
    background-color: white !important;
    color: rgb(0,80,154) !important;
}

body div.main > documents-query > div.container > basic-frame > div.container > div.header {
    background:  rgb(240,55,68) !important;
    color: white !important;
}