body.page-id-2479 #main {min-height: 800px;}

#reconUpdate.recon-update-bg {
	background: url('/wp-content/uploads/2016/01/email-background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
  	background-position: center left;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#reconUpdate .recon-update-content {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	text-align: center;
	width: 60%;
	margin: 0 auto;
	margin-top: 10%;
}
#reconUpdate h2 {
	font-size: 60px;
	font-weight: 200;
	margin: 0;
	padding: 0;
	line-height: 60px;
}
#reconUpdate p.subtext {
	font-size: 20px;
	font-weight: 200;
	line-height: 26px;
}
#reconUpdate form {
	position: relative;
	text-align: center;
}
#reconUpdate input[type="email"] {
	width: 57%;
	height: 28px;
	padding: 5px 40px 5px 10px !important;
	font-family: 'Arial';
	font-weight: 400;
	font-size: 13px;
	color: #999;
	box-sizing: content-box;
}
#reconUpdate input[type="image"] {
	position: absolute;
	right: 110px;
	top: 32px;
/*	background: url('/wp-content/uploads/2016/01/checkmark.png'); */
	border: 0;
	height: 18px;
	width: 18px;
	cursor: pointer;
}
#reconUpdate input[type="button"]:hover {
	opacity: 0.75;
}
@media(max-width: 480px) {
	#reconUpdate .recon-update-content {
		width: 100%;
	}
	#reconUpdate input[type="image"] {
		right: 50px;
	}
	#reconUpdate h2 {
		font-size: 40px;
	}
}
