@charset "utf-8";
/* The Manor Coach House Form CSS Document */

#form-wrapper {
	max-width: 100%;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.form-control {
	width: 100%;
	display:block;
	background: #f1eee8;
	font-family: 'Lato', sans-serif;
	color: #666666;
	font-size: 1em;
	font-weight: 400;
}

.req {
	color: #ff5157;
}

#url-label {
	display: none;
}

input#url {
	display: none;
}