#red-ui-header {
    height: 50px;
    background: rgb(255,255,255);
	background: linear-gradient(120deg, rgba(255,255,255,1) 0%, rgba(255,188,110,1) 45%, rgba(49,151,195,1) 80%);
    color: white;
}

#red-ui-main-container {
    top: 50px;
}

#red-ui-header .red-ui-header-toolbar {
    margin: 5px;
}

#red-ui-header span.red-ui-header-logo {
    margin-top: 5px;
}

#red-ui-header span.red-ui-header-logo img {
    height: 42px;
}

#red-ui-header span.red-ui-header-logo span {
    font-size: 20px !important;
}