:root {
    /* Main theme. Must be set to either dark or light. */
    --oru-brand-theme: 'dark';
    /* Brand primary color. This is used in table headers and the top menu bar. */
    --oru-brand-primary: #12416b;
    /* Brand secondary color. Used for the hover colour for buttons */
    --oru-brand-secondary: #6e6e6e;
    /* Image displayed at top left of the master page. */
    --oru-company-logo: url('/Config/Images/Logo.png');
    /* Image displayed at top left of login control. */
    --oru-login-marketing-image: url('/Config/Images/Logo.png');
    /* Login page background image. */
    /*--oru-startup-background: url('/Config/Images/Any_Graphic_Background.svg');*/
	--oru-startup-background: url("/Config/Images/background-line-abstract-gradient-design.png");
    /* 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: #012d3f;*/
    /* Hover color for primary buttons. */
    --oru-primary-button-hover-background: #6e6e6e;
    /* 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: #6e6e6e;
    /* Background color of the login page. */
    --oru-startup-background-color: #e9e9e9;
    /* Login control background color. */
    --oru-startup-dialog-background: #ffffff;
    /* Override color for login screen links if they need to be different from other links. */
    --vizor-login-link-color: #7d95ad;
    /* 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: #e9e9e9;
}
