/* AAC Apps Main CSS */

#login-error-container {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: red;
    z-index: 99999;
    width: 100%;
    font-size: 20px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
}

body {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: .9rem;
    background-color: #000000;
    background-color: #eaeaea;
    background-color: #ffffff;
    color: #5d5d5d;
    overflow-x: hidden;
    width: 100%;
}

p{
    margin-bottom: 0;
    /* padding-bottom: 1rem; */
}

body.autologout {
    overflow: hidden;
}

.hidden {
    display: none !important;
}

.cms-page-container, .full-height-view{
    min-height: calc(100vh - 172.8px);
}

.full-height-view h1{
    margin-top:0;
    padding-top: 1em;
}