.background {
    height: 20vw;
	background: url(../images/background.png) no-repeat center -10%;
    background-size: 50vw;
	background-color: aliceblue;	
}

.cont:before {
	text-align: center;	
}	

.cont {
	background-color: #fafafa;
	padding-right: 5vw; 
	padding-left: 5vw; 
	padding-top: 2vh; 
	padding-bottom: 2vh; 
	position: relative;
	margin-right: auto; 
	margin-left: auto;
	
	width: 80vw;
	
	font-size: 20px;
}

form {
    display: inline-block;
}