body  div.main > div > top-bar > div.container {
    background: #ff4f55;
}
body  div.main > div > top-bar > div.container > notifications-button > div.container > label.notificationNumber {
    background: black;
}

button.login.access {
    background: #ff4f55 !important;
    border-color: #ff4f55 !important;
}

button.login.access:hover {
    background-color: white !important;
    color: #ff4f55 !important;
}

body div.main > documents-query > div.container > basic-frame > div.container > div.header {
    background: #ffa1a4 !important;
    color: white !important;
}