
:root {
    /* left column background */
    --var-left-col-bg: url(/custom/login_pages/img/LeftImageBackgroundFile);
    /* logo above the form */
    --var-logo: url(/custom/login_pages/img/RightImageTopFile);
    /* logo legal */
    --var-legal-toolbar-logo: url(/custom/login_pages/img/LegalImageTopFile);
    /* fonts */
    --font: Helvetica, Arial, sans-serif;
    /* top bar background color */
    --top-bar-back-color: #47339c;
    /* buttons border radius */
    --radius: 2px;
    /* buttonscolors */
    --button-fore-color: #FFFFFF;
    --button-back-color: #47339c;
}

/* Include custom webfonts here */
{CustomWebFonts}