#dng-wrapper {
    min-height: 100dvh;
}
#dng-wrapper {
    display: flex;
    flex-direction: column;
}
footer {
    margin-top: auto;
}
.header-top-bg {
    background: url('/Portals/lovett-miller/header-bg.jpg') repeat-x top left;
    overflow: hidden;
}
.header-wrap .logo img {
    max-height: 100%;
    margin-bottom: 0;
}
.LiveForm.Default {
    .Field .Field-Container-Wide {
        width: 100% !important;
    }
    input,
    textarea,
    select {
        width: 100% !important;
    }
    .page-break-section {
        box-shadow: unset !important;
        padding: 0 !important;
    }
}
.color-white * {
    color: #f9f9f9 !important;
}
.footer-border {
    border-top: 0.35rem solid #91b1c0;
}
.footer-login .dng-column-inner {
    padding: 0;
    text-align: right;
}


