body { 
	background: url('../img/KAUPPIAS_tumma_1920x1080.png') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'GillSans';
	color: white;
}
.section-1 p {
	margin-left: 27%;
	margin-right: 27%;
	font-size: 1.1em;
}
.section-1 .signature {
	font-style: italic;
}
.section-2 h1 {
	font-size: 3.5em;
	font-weight: bold;
}
.section-2 h2 {
	font-size: 1.8em;
	font-weight: bold;
}
.section-2 .form {
	width: 80%;
	background: rgba(5, 5, 5, 0.7);
	padding: 10% 10%;
	font-size: 1em;
	margin-top: 10%;
}
.section-2 .form .btn-submit {
	background-color: #ea5b0c;
	color: white;
	text-transform: uppercase;
}
.section-2 .form .forgot {
	font-size: 0.8em;
}
.section-3 .upper{
	padding: 10% 5%;
	font-size: 1em;
}
.section-3 img.logo {
	margin-bottom: 10%;
}
