@media (max-width: 767.98px) {
    html {
        background-color: #fffefa;
    }

    body {
        background-color: #fffefa;
    }
    
    .footerCols {
        text-align: center !important;
    }
    
    .spacing {
        padding: 10px 0;
    }
}

@media (min-width: 768px) {
    html {
        background-color: #f6f5f6;
    }

    body {
        background-color: #f6f5f6;
    }

    .loginContainer {
        border: 1px solid #dee2e6;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    }
}

html,body {
    height: 90%;
}

#wrap {
    min-height: 90%;
}

#main {
    overflow:auto;
    padding-bottom: 5%;
}

.footer {
    position: relative;
    height: 9%;
    clear:both;
    padding-top:20px;
}

.slightly-bold {
    font-weight: 500;
    color: black;
}

.ellipse-1 {
    width: 4px;
    height: 4px;
    flex-grow: 0;
    margin: 6px 10px;
    background-color: #000;
}
