body{
	background: url('../img/metin2.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Quicksand', sans-serif;
	color: white;
	margin: 0;
}
input{
	padding: 10px;
	outline: none;
}
.formularz{
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}