:root {
  --ck-custom-background: rgba(60,52,83,255);
  --ck-custom-toolbar-background:rgba(70,64,96,255)
  --ck-custom-foreground: hsl(240, 93%, 39%);
  --ck-custom-white: hsl(0, 0%, 100%);
  --ck-custom-base-color: rgba(98,93,117,255);

  /* -- Overrides generic colors. ------------------------------------------------------------- */

  --ck-color-base-foreground: var(--ck-custom-white);
  --ck-color-toolbar-background: var(--ck-custom-toolbar-background);
  --ck-color-base-background: var(--ck-custom-base-color);
  --ck-color-text: var(--ck-custom-white);
  --ck-color-base-text:var(--ck-custom-white);

}

body {
  background: var(--ck-custom-background);
  background-image: url('login_bckgr.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
h2 {
  color:white;
}
.app {
  margin-left: 20px;
  margin-right: 20px;
}

