body {
	color: #333;
	background-color: #FFF;
	font-weight: 400;
}

.space {
	position:relative;
	height: 100vh;
	min-height: 600px;
}

.center-block {
	position: absolute;
	width: 100%;
	padding-bottom: 0;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.logo {
	padding-top: 20px;
	margin-bottom: 40px;
}

.img-responsive {
	margin: 0 auto;
}

h1 {
	margin-top: 0;
	margin-bottom: 0px;
	color: #2E578B;
	font-size: 41px;
	font-weight: 700;
	line-height: 47px;
}

h2 {
	margin-top: 50px;
	color: #2E578B;
	font-size: 18px;
}

p {
	font-size:16px;
}

.first-steps {
	margin-top: 40px;
	list-style: none;
	padding: 0;
}

.first-steps li {
	margin-bottom: 20px;
	font-size: 18px;
}

.steps-links a {
	position: relative;
	padding-right: 15px;
	font-size: 16px;
	color: #2E578B;
}

.steps-links a:not(:first-child) {
	padding-left: 15px;
}

.steps-links a:not(:last-child):after {
		content: '|';
		position: absolute;
		margin-right: -2px;
		top: 0;
		right: 0;
		color: #2E578B;
		text-align: right;
}

.first-steps img {
	margin-right: 10px;
	vertical-align: middle;
}

a {
	color: #4480C5;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus {
	color: #76AEDD;
}

@media (max-width: 991px) {
	.icon-guide {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.space {
		position:relative;
		padding-top: 30px;
		padding-bottom: 30px;
		height: 100%;
		min-height: initial;
		text-align: left;
	}
	.center-block {
		position: relative;
		width: 100%;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	h1 {
		font-size: 28px;
		line-height: 42px;
	}
	h2 {
		margin-top: 25px;
		margin-bottom: 20px;
		font-size: 18px;
		text-align: center;
	}
	p {
		font-size: 18px;
	}
	.icon-guide {
		margin-top: 20px;
		width: 220px;
	}
	.steps-links {
		text-align: center;
	}
	.steps-links a {
		display: block;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.steps-links a:not(:last-child):after {
		display: none;
	}
}