html, body {
	height: 100%;
	margin: 0;
	padding: 0 !important;
	background-color: #f7f7f7 !important; 
}
.container {
	height: 100%;
	display: flex;
	align-items: center;
    justify-content: center;
}
.custom-bg {
	background-color: #f7f7f7;
}