#sign-up {
	position: relative;
}
#recaptcha-container {
	position: absolute;
	right: 0px;
	bottom: 90%;
	background: #ffffff;
	border: 2px solid #F47A20;
	border-radius: 10px;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	width: 344px;
	transition: all 0.5s ease 0s;
}
#recaptcha-container.show {
	opacity: 1;
	visibility: visible;
	bottom: 120%;
}
#recaptcha1 {
	position: relative;
}
#recaptcha2 {
	margin: 0 0 1em 9em;
}
#captchaErr {
	margin: 0 0 0 9em;
}

#recaptcha-container .submit-email {
	float: right;
	margin: 5px 5px;
}
#recaptcha-container .error-message{
	padding-bottom: 0px;
}
.newsletterError {
	padding: 4px;
	color: #fff;
}

#btn-3 {
	background: #FFFFFF !important;	
}
