:root {
    --cas-theme-primary: #BF001C;
    --cas-theme-button-bg: #760912;
    --cas-theme-primary-light: #62111E;
    --cas-theme-secondary: #74C163;
    --cas-theme-success: var(--cas-theme-secondary);;
    --cas-theme-danger: var(--mdc-theme-error);
    --cas-theme-grey:#2e2e2e;
}

body{
    background:#F2F2F2;
}

header#app-bar,
div#content{
    box-shadow: none;
}
a{
    text-decoration: none;
}
#pmlinks a{
    color: var( --cas-theme-button-bg );
}
.mdc-card{
    box-shadow: none;
    border-radius:unset;
}

.mdc-text-field,
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,
label
 {
    border-radius:unset;
}

.mdc-button--raised:not(:disabled, .reveal-password) {
    border-radius: unset;
    box-shadow: none;
}

.cas-footer {
    background-color: var(--cas-theme-grey, #6200ee);
    color:rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
}
.login-section{
    border-right: unset;
}

.cas-brand{
    height: 5rem;
}

.mdc-top-app-bar--fixed-adjust {
    padding-top: 7rem;
}
.mdc-top-app-bar__row{
    height: 6.5rem;
}
h2{
    margin-top:1rem;
}
h3 .mdi-shield-alert{
    color: var(--cas-theme-primary);
    margin-right: 1rem;
}
#identSection {
    cursor: pointer;
}
#submitSection, #identSection, #passwordSection {
    display: none;
}
#pmlinks{
    font-weight: bold;
}
#sidebar {
    margin-top: 2rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.38);
}
#passwordSwitcherWrapper,
#submitSection{
    grid-template-columns: 65% 35%;
    align-items: center;
}
#passwordSwitcherWrapper{
    display: grid;
    margin-top: 1rem;
}

#passwordSwitcherOn.disable{
    background-color: #c2c2c2;
}

#identSection {
    grid-template-columns: 1fr 30fr;
    align-items: center;
}

#main-content{
    max-width: 800px;
}

#securityAdvise{
    font-style: italic;
}

#securityAdvise a{
    text-decoration: underline;
}

.mdc-button--raised:not(:disabled, .reveal-password) {
    filter: drop-shadow(2px 2px 4px grey);
}

@media (max-width: 800px) {
    #passwordSwitcherWrapper,
    #submitSection{
        grid-template-columns: 1fr;
        align-items: center;
        row-gap: 1rem;
    }
    #passwordSwitcherWrapper{
        margin-top:1rem;
    }
}
