html, body {
	width: 100%;
	height: 100%;
}
.main-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: ProximaNova, sans-serif;
	background-color: #f5f4ec;
}
.redirect-container {
	width: 460px;
	height: 308px;
	border: 1px solid #C4C3B3;
	background: transparent url(../images/layout/mhe_bg.png) no-repeat 0 0;
	background-size: cover;
	padding: 20px;
	display: flex;
    flex-direction: column;
}
.redirect-container .btn-primary {
    border: 2px solid #e21a23;
    background-color: #e21a23;
    color: #fff;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    text-decoration: none;
}
.redirect-container .btn-primary:hover {
    background-color: #b4151c;
    border: 2px solid #b4151c;
}
.redirect-text {
	color: #212529;
	margin-top: 32px;
	flex: 1;
}
.mhe-logo {
	width: 100px;
	height: 100px;
}
.redirect-actions {
	display: flex;
    justify-content: flex-end;
}