/*
  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: white;
}

a {
    color: #153e50 !important;
}

hr {
    background-color: #ee7f2d;
    color: #ee7f2d;
    height: 2px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    text-align: center;
}

.mdc-top-app-bar {
    display: none;
}

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

.bgimage {
    background-image: unset !important;
}

.mdi-login {
    display: none;
}

.mdi-account-question {
    display: none;
}

#fieldsLegend {
    display: none;
}

.disclaimer {
    text-align: center;
    font-size: 0.75rem;
    font-style: italic;
}

#poweredBy {
    display: none !important;
}

.mdc-card-content {
    border: #ee7f2d solid 2px;
}

form img {
    max-height: 42px;
    max-width: 150px;
}

.cas-footer {
    background-color: white;
    color: #153e50;
    font-size: 0.75rem;
}
