html {
  height: 100%;
}
body {
  width: 100%;
  background: #fff;
}
.centerArea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.demoButton {
	margin-bottom: 20px;
	width: 300px;
	height: 40px;
	background-color: #203869;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}
.centerDemoButton {
	display: flex;
    justify-content: center;
    align-items: center;
}
.MailTo {
	font-size: 16px;
}
.LogoImage {
	margin-bottom: 20px;
}
.bottomArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #203869;
	position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 100%;
    text-align: center;
}
.bottomDivider {
	color: #E1E1E1;
}
.bottomDate{
	color: #808080;
}
@media (max-width : 500px ){
	.LogoImage {
		width: 260px;
	}
}
