:root {
    /* Main theme. Must be set to either dark or light. */
    --oru-brand-theme: 'light';
    /* Brand primary color. This is used in table headers and the top menu bar. */
    --oru-brand-primary: #12273f;
    /* Brand secondary color. This is used as hover color for top bar menu links. */
    --oru-brand-secondary: #ffffff;
    /* Image displayed at top left of the master page. */
    --oru-company-logo: url('../Config/Images/BOE_Logo_FFFFFF-01.svg');
    /* Image displayed at top left of login control. */
    --oru-login-marketing-image: url('../Config/Images/BOE_Logo_12273F-01.svg');
    /* Login page background image. */
    /* --oru-startup-background: url('../Config/Images/Any_Graphic_Background.svg'); */
    --oru-startup-background: #12273f;
    /* Main text color. Used as hover text color on login button. */
    --oru-brand-text-color: black !important;
    /* Inverted text color. Used as top nav links color if --oru-topnav-links-color is not set*/
    --oru-brand-text-color-inverted: white !important;
    /* Color for top bar menu links.*/
    --oru-topnav-links-color: white;
    /* Primary button background color.*/
    --oru-primary-button-background: #12273f;
    /* Hover color for primary buttons. */
    --oru-primary-button-hover-background: #9FA8A9;
    /* Secondary button background color. Also used as the color for all links inside the application. */
    --oru-global-color-accent-primary: #2773c1;
    /* Hover color for secondary buttons. */
    --vizor-global-color-brand-secondary-hover: #9FA8A9;
    /* Background color of the login page. */
    --oru-startup-background-color: #12273f;
    /* Login control background color. */
    --oru-startup-dialog-background: white;
    /* Override color for login screen links if they need to be different from other links. */
    --vizor-login-link-color: red;
    /* used as the global text color for the main body of pages*/
    --vizor-global-text-color: #606060;
    /*This is used as hover color for top bar menu links.*/
    --oru-topnav-links-color-hover: white;
}
