:root {
    --mdc-theme-primary: #01699E;
}

#app-bar {
    height: 56px;
}

#cas-logo {
    width: 100px;
    height: 100%;
}

.cas-footer {
    flex-direction: column;
    text-align: center;
}

#list-languages ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#list-languages ul li {
    display: inline;
    padding: 0 5px;
    border-right: 1px solid #ccc;
}

#list-languages ul li.last {
    border-right: 0;
}

.mdc-top-app-bar {
    position: static;
    z-index: auto;
}

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

.mdc-drawer-app-content {
    overflow: visible;
}

@media screen and (max-width: 767.99px) {
    .login-section {
        padding: 1rem 1.5rem;
    }
}