/*
  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.
 */


body {
  background: #fcfcfc;
}

#logo {
  display: block;
  background: url(/cas/images/logo-HDF-150x150-cdd6e9249b3dd8436cbc2e18456020bd.png) no-repeat;
  text-indent: -999em;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  height: 150px;
  width: 150px;
  border: 0px;
  color: white;
}

:root {
    --cas-theme-button-bg-hover: #70ba61;
    --cas-theme-button-bg: #70ba61;
}

.mdc-button--raised:not(:disabled, .reveal-password) {
  background-color: #70ba61;
}

.mdc-card {
        background-color: #efeeee;
}

.mdc-top-app-bar {
  background-color: #fff;
}

.mdc-top-app-bar--fixed-adjust {
  padding-top: 0px;
}
