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

@import "../css/cas.css";

body {
    background-color: rgb(19, 24, 57);
}

body, p, span, div, a, h1, h2, h3, h4, h5, h6 {
    /*font-family: Bookerly, Tahoma;*/
}

.mdc-text-field--outlined{
    height: 40px !important;
    width: 100% !important;
}
