body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1em;
	background: #0047ab;
	color: #f6f6f6;
}
#sentence {
	display: block;
	max-width: 315px;
	padding: 30px;
}
#form {
	display: none;
	max-width: 315px;
	padding: 0px 30px;
}
.title {
	display: block;
	font-weight: 500;
	padding-bottom: 15px;
	font-size: 1.5em;
}
.input-text, .textarea-text {
	display: block;
	width: calc(100% - 22px);
	padding: 5px 10px;
	text-align: left;
	background: #0047ab;
	color: #f6f6f6!important;
	font-size: 1em;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	border: 1px #f6f6f6 solid;
	margin-bottom: 10px;
}
input, textarea {
	border-radius: 0;
	-webkit-appearance: none;
}
input[type=checkbox] { 
	display:none;
}
label {
	display: block;
	padding-left: 1.5em;
	text-indent: -.7em;
	font-size: 12px;
	width: 90%;
}
input[type=checkbox] + label:before {
	font-family: 'Font Awesome\ 5 Free';
	display: inline-block;
	content: "\f0c8";
	letter-spacing: 10px;
	cursor: pointer;
}
input[type=checkbox]:checked + label:before { 
	content: "\f14a";
} 
input[type=checkbox]:checked + label:before { 
	letter-spacing: 8px;
}
#wiadomosc {
	margin-bottom: 20px;
}
#submit {
	display: block;
	width: 100%;
	padding: 10px 0;
	margin: 20px 0;
	border: 1px solid #f6f6f6;
	background: transparent;
	color: #f6f6f6;
	font-size: 1em;
}
#submit:hover {
	display: block;
	width: 100%;
	padding: 10px 0;
	margin: 20px 0;
	border: 1px solid #f6f6f6;
	background: #f6f6f6;
	color: #0047ab;
	font-size: 1em;
	cursor: pointer;
}
.spacer {
	height: 50px;
}
