body {
	display: flex;
	flex-direction: column;
}

html, body {
    height: 100%;
}

.page-wrapper {
    flex: 1 0 auto;
}

.w-lg-50 {
    width: 50% !important;
}

.bg-img-cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}