/*
  This CSS file is meant to be customized by deployments
  and is intentionally left empty. Any style that is added
  here should override the default styles in the application.
 */

:root {
    --font-family-sans-serif: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.bgimage {
  background-image: url(/cas/images/bg-login-paysage-d8563e5f7279ac229c42c33e161e6666.jpg) !important;
}

@media (orientation: portrait) {
  .bgimage {
    background-image: url(/cas/images/bg-login-portrait-5b75a2a9b0a64b6383ebebdef60a0322.jpg) !important;
  }
}

.mdc-top-app-bar {
    background-color: rgba(51, 51, 51, 0.8) !important;
    border-bottom: solid 1px #000;
    box-shadow: 0 0 5px #000;
}

.cas-footer {
    background-color: #3D3D3D !important;
    border-top: solid 1px #000;
    box-shadow: 0 0 5px #000;
}

#logo-uqo {
    display: block;
    background: url(/cas/images/logo-uqo-03ea938f4401d84422dd61500150ff54.png) no-repeat 0 60%;
    background-size: 60px;
    text-indent: -999em;
    width: 70px;
    height: 40px;
    color: white;
}

#cas-logo {
    height: 24px;
}

.mdc-top-app-bar__row {
    height: 48px;
}

