
body {
	background-image:url('../images/194-Quimby-Lane-Hamptons-Estate-Garage.jpg');
	background-size:100% 100%;
}

.twopiece {
	width:35% !important;
}

#form-cont {

	width:36.5%;
	height:auto;
	position:relative;
	top:12%;
	margin:0 auto;
	background-color:white;
	box-shadow:0 0 0 1px #337ab7;
	border-radius:10px;
}

label {
	display:block !important;
	width:80% !important;
	margin:0px auto 15px auto !important;
	text-align:center;
	font-size:20px;
}

@media only screen and (max-width: 60em) {
	label {
		font-size:15px;
	}
	#form-cont {
		display:block !important;
		width:45% !important;
	}
}

@media only screen and (max-width: 35em) {

#form-cont {

	width:100% !important;
	position:relative;
	top:20%;
	margin:0 auto;
	background-color:white;
	box-shadow:0 0 0 1px #337ab7;
	border-radius:10px;
}

}

#container {
	width:100%;
	height:auto;
	position:relative;
	display:flex;
	padding:25px 0px;
	justify-content:space-around;
	flex-flow:row wrap;
}
input{
	width:100%;
	height:10%;
}

input[type=submit] {
	//display:block;
	margin:0 auto !important;
	width:80% !important;
	border-radius:10px;
	transition:background-color 0.3s;
	background-color:white;
	border:2px solid #ccc;
	color:#434343;
	font-size:20px;
	font-weight:bold;
	outline:0;
}

input[type=submit]:hover {
	background-color:#337ab7;
	color:white;
	box-shadow:none;
}