html {
	height: 100%;
}

body {
  font-family: geom-graphic, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  font-size: 18px;
  background-image: url('images/bg.jpg');
  background-size: cover;
  background-position: center center;
}

.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 25px;
  border-top: 10px solid #2e86b6;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

.logo {
	max-width: 450px;
	width: 100%;
	margin-bottom: 20px;
}

.lead {
	margin-bottom: 40px;
	color: #666666;
}

hr {
	height: 1px;
	background-color: #2e86b6;
	width: 200px;
	margin: 20px auto;
	border: none;
}

a,
a:visited,
a:hover {
	color: #666666;
	text-decoration: none;
}

.btn {
	background-color: #2e86b6;
	color: #eff0f1;
	padding: 14px 30px;
	font-size: 20px;
	border-radius: 0;
}

.btn:hover {
	background-color: #2e86b6;
	color: #eff0f1;
}

.btn::before {
	content: url('images/mail.svg');
	display: inline-block;
	width: 24px;
	margin-right: 10px;
	vertical-align: middle;
}

.copyright {
	position: absolute;
	bottom: 50px;
	font-family: sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #AAA;
	left: 50%;
	margin-left: -117px;
}


@media screen and (max-width: 767px) {  
	
	body {
		font-size: 16px;
	}
	
  .lead {
	  font-size: 16px;
	  margin-bottom: 30px;
  }
  
  hr {
	  margin: 20px auto 10px;
	}
	
	.btn {
		font-size: 16px;
		padding: 12px 24px;
	}
	
	.btn::before {
	  width: 20px;	
	}
	
	.copyright {
		bottom: 30px;
	}

}
