::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(255,255,255,0.6);
}

.FormBox {
	float: right;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 20px;
	background-position: center;
}
.FormBox p{
	float: left;
	width: 30%;
	height: 42px;
	line-height: 42px;
	margin-bottom: 6px !important;
	margin-top: 0px;
	margin-bottom: 5px;
}
.FormBox input[type="text"],
.FormBox input[type="email"]{
	width: 100%;
	border: 0;
	padding: 0;
	padding-bottom: 10px;
	background-color: transparent;
	border-bottom: 1px solid #FFF;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Lato', serif;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.FormBox input[type="text"]:focus{
	outline:none;
	border-bottom-color: #FFF;
}

.FormBox input[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 12px;
	padding: 4px 32px;
	font-family: 'Lato', serif;
	background: rgba(0, 0, 0, 0);
	border-radius: 0;
	border: 1px solid white;
	text-transform: uppercase;
	color: #fff;
	transition: 0.5s;
}

.FormBox textarea{
	width: 100%;
	height: 32px;
	border: 0;
	background-color: transparent;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Lato', serif;
	resize: none;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.FormBox textarea:focus{
	outline:none;
	border-bottom-color: #FFFFFF;
}

.FormBox .captcha-box{
	width: 304px;
	padding-top: 20px;
	padding-bottom:10px;
	margin: auto;
}
.FormBox .captcha-box .g-recaptcha {
  position: relative;
}

.ErrMsg {
	width: 100%;
	height: auto;
	border: 0;
	border: 2px solid #FF6138;
	padding: 10px;
	background-color: #ffefeb;
	color: #FF6138;
	border-radius: 4px;
	margin: 0;
	margin-top: 20px;
	margin-bottom: -10px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: montserrat, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
