/* Patternfly CSS places a "bg-login.jpg" as the background on this ".login-pf" class.
   This clashes with the "keycloak-bg.png' background defined on the body below.
   Therefore the Patternfly background must be set to none. */
  
  :root {
      --pf-global--primary-color--100: #00BFFF;
      --pf-global--primary-color--200: #02aae2;
  } 
 