section.signup {
	margin-bottom: 30px;
}

section.signup .heading {
	margin-top: 30px;
	margin-bottom: 20px;
}

section.signup .heading .text {
	text-align: center;

	font-size: 150%;
	font-weight: 300;
}

section.signup .prompt {
	margin-bottom: 20px;
}

section.signup .prompt .text {
	font-size: 110%;
	text-align: center;
	font-weight: 300;
}

section.signup form {
	max-width: 100%;
	width: 383px;
	text-align: center;
	margin: auto;
}
section.signup button,
section.signup button:focus,
section.signup button:hover {
	max-width: 383px;
	width: 100%;
	font-size: 110%;

	background-color: rgba(0, 173, 239, 1);
	text-transform: uppercase;
	border-radius: 10px;
	color: white;
}

section.signup .email,
section.signup .input-group-addon {
	font-size: 110%;
    font-weight: 400;
	height: 40px;
}

section.signup .input-group-addon {
	/*background-color: rgba(0, 173, 239, 1);*/
	color: rgba(0, 173, 239, 1);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-color: rgba(0, 173, 239, 1);
}

section.signup .input-group-addon.at-symbol:before {
	content:"@";
}

section.signup .email::-webkit-input-placeholder {
	color: rgba(0, 173, 239, 1);
}
section.signup .email:-moz-placeholder {
	color: rgba(0, 173, 239, 1);
	opacity: 1;
}
section.signup .email::-moz-placeholder {
	color: rgba(0, 173, 239, 1);
	opacity: 1;
}
section.signup .email:-ms-input-placeholder {
	color: rgba(0, 173, 239, 1);
}

section.signup .email {
	max-width: 340px;

	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;

	border-color: rgba(0, 173, 239, 1);
}

section.signup .ps {
	font-size: 90%;
	text-align: center;
	font-weight: 300;
	margin-top: 10px;
}

section.signup .disclaimer {
	font-size: 80%;
	text-align: center;
	font-weight: 300;
	margin-top: 40px;

	max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/*Extra small/xs*/
@media (max-width: 767px) {
	section.signup .heading .text {
		font-size: 125%;
		font-weight: 400;
	}
	section.signup .prompt .text {
		font-size: 100%
	}
	section.signup .ps {
		font-size: 70%;
	}
}