
html,
body {
    min-height: 100%;
}

body.body-bg-2 {
    background-color: #16596b;
}

.page-wrapper.boxed_wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

.page-wrapper.boxed_wrapper > footer {
    margin-top: auto;
}

