* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: table;
}
.pageWrap {
	display: table;
	height: 100%;
	width: 100%;
	table-layout: fixed;
}
.pageWrap .pageBody {
	background-color: #fff;
	display: table-row;
	height: 1%;
}
html,
body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f9f9fb;
}
.hidden {
	display: none;
	visibility: hidden;
}
.wrapper {
	display: block;
	margin: auto;
	max-width: 540px;
	padding: 0 20px;
}
.topWrap{
	padding-top: 60px;
	padding-bottom: 30px;
}
.logo {
	display: inline-block;
	margin-bottom: 35px;
	max-width: 90%;
	float: left;
}
.logo img {
	height: auto;
	max-width: 100%;
}
.fakeInput {
	background-color: #f9f9f9;
	border-radius: 5px;
	color: #2e2e2e;
	font-size: 18px;
	min-height: 50px;
	line-height: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 17px 45px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	float: left;
}
.fakeInput .icon {
	left: 16px;
	position: absolute;
	top: 50%;
	width: 14px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fakeInput .icon svg {
	max-width: 100%;
	display: block;
	height: auto;
}
.formContainer {
	float: left;
	width: 100%;
}
.formContainer .form-group {
	position: relative;
}
.formContainer .form-group:before {
	background-image: url("../../images/svg/mail_scan.svg");
	background-size: 100% auto;
	content: "";
	height: 15px;
	left: 16px;
	position: absolute;
	top: 50%;
	width: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.formContainer .form-control[name="Email"]{
	border: 1px solid #01d062;
	border-radius: 5px;
	color: #2e2e2e;
	float: left;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	height: 50px;
	line-height: 100%;
	padding: 10px 10px 10px 44px;
	width: 60%;
}

.formContainer .button-hover {
	float: right;
	height: 50px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 38%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.formContainer .button-hover:before {
	color: #fff;
	content: "Scan Now";
	font-weight: 700;
	height: 100%;
	left: 0;
	line-height: 100%;
	padding: 17px 0 0;
	pointer-events: none;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 1;
}
.formContainer .btnInput {
	background-color: #01d062;
	border: 0 none;
	cursor: pointer;
	float: left;
	height: 100%;
	position: absolute;
	text-indent: 9999px;
	width: 100%;
}
.formContainer .btnInput:hover {
	background-color: #03bb59;
}
.footer {
	color: #2e2e2e;
	padding: 40px 0 27px;
}
.footerTitle {
	font-size: 26px;
	font-weight: 400;
	line-height: 100%;
	margin: 0 0 25px;
}
.text {
	color: #2e2e2e;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 23px;
}
.text span {
	display: block;
}
.text a {
	color: #3699ff;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}
.text a:hover {
	text-decoration: underline;
}

@media all and (max-width:480px) {
	.topWrap {
		padding-top: 30px;
	}
	.fakeInput {
		padding: 17px 30px;
	}
	.fakeInput .icon {
		left: 10px;
	}
}
