.field-block label, .field-block .field {
	display: block;
	width: 100%;
}

.field-block label {
	margin-bottom: 8px;
	font-weight: bold;
}

.field-block .field {
	font-size: 16px;
	padding: 8px 12px;
	line-height: 1.5;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.field-block .field:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.field-block textarea {
	resize: vertical;
}

.check-text {
	font-size: 14px;
	vertical-align: top;
}

.button {
	cursor: pointer;
	font-size: 16px;
	padding: 10px 20px;
	margin-bottom: 5px;
	margin-top: 15px;
	background: white;
	text-transform: uppercase;
	border-radius: 5px;
	color: black;
	font-weight: 600;
}

.button:hover {
	background: #e4e4e4;
}

#loader {
	display: none;
}

#check{
	width: 20px;
	height: 20px;
}

#contactForm{
	width:100%;
	max-width:800px;
}