html body {
	background: transparent;
}

body .emailsignup header.at-title, body .email-signup header.at-title {
	display: none;
}

body .emailsignup legend.at-legend, body .email-signup legend.at-legend {
	display: none;
}

body .emailsignup .poweredby, body .email-signup .poweredby {
	display: none;
}

body .emailsignup .at input[type="submit"], body .email-signup .at input[type="submit"] {
	background-color: #ee7c3b;
	border: 1px solid #ee7c3b;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1rem;
	padding: 12px 36px;
	transition: ease 1s;
}

body .emailsignup .at .btn-at-primary:hover, body .email-signup .at .btn-at-primary:hover {
	background-color: #fff;
	border-color: #000;
	color: #000;
}

body .emailsignup .at-inner, body .email-signup .at-inner {
	background-color: transparent;
}

body .emailsignup .at label, body .email-signup .at label {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}