/***************
  HTML Styles
***************/

.wrapper{
    min-height: 100vh;
    position: relative;
    padding-bottom: 50px;
    box-sizing: border-box;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

footer.page-footer {
    background-color: #ffffff !important;
}