html, body{
    min-height: 100%;
}

.main-container {
    /* height: calc(100% - 133px); */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.page-content {
    background-color: white;
    min-height: calc(100% - 267px);
}

.footer-container{
    margin-top: 0px !important;
    padding-top: 20px;
}