body {
    background-color: orangered;
}

/* see https://github.com/apereo/cas/blob/6.6.x/support/cas-server-support-thymeleaf/src/main/resources/ */
@import url("/themes/ecmtest/fonts/fonts-76888e8b8f7b17f8598202c2eff68b53.css");

:root {
  --mdc-typography-font-family: 'Barlow', sans-serif;
  --cas-theme-primary: #000f9f;
  --cas-theme-primary-bg: #eff0f4;
  --cas-theme-secondary: #128c38;
  --cas-theme-primary-light: #2487b9;
  --mdc-theme-error: #dc162f;
}
.mdc-top-app-bar {
  background-color: var(--cas-theme-primary-bg, #eff0f4);
  color: var(--cas-theme-primary, #000f9f);
}

.mdc-elevation--z4 {
  box-shadow: none;
}
footer.cas-footer>code {
  display: none;
}
footer.cas-footer {
  background-color: var(--cas-theme-primary-bg, #eff0f4);
  color: var(--cas-theme-primary, #4d5f80);
}
