@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

* {
	font-family: 'Roboto';
	font-size: 16px;
	color: #16325c;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background-color: #f4f6f9;
	margin: 0;
	padding: 0;
	height: 100%;
}

.bg-main {
	display: flex;
  	align-items: center;
  	justify-content: center;
	height: 100%;
}

.logo {
	padding-bottom: 200px;
}

p {
	line-height: 1.2;
}

.comingsoon {
	padding-top: 50px;
	text-align: center;
}

.bg-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #061c3f;	
	padding: 30px 0 50px 0;
}

.txt-footer p {
	font-size: 12px;
	font-weight: 300;
	color: #f4f6f9;
	text-align: center;
}