.content {
	background: none;

}

form {
	width: 100%;
}

label 	{
	display: block;
	margin: 10px 0;
}

input, textarea {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

textarea {
	font-family: "Poiret One", sans-serif;
}

button {
	padding: 12px 32px;
	border-radius: 4px;
	border: 0;
	background: #b3cdf6;
	margin-top: 32px;

}

button:hover {
	opacity: 1;
	background: #9488cd;
}