/* Dialogue 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: 17px;
    background-color: #ffffff;
    color: #444;
    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;
}

.home-container{
    margin-top:100px;
}

.dotted-panel{
    border: 1px dotted #444;
    padding: 1em;
    border-radius: 6px;
}  