div#mc_embed_signup {
	width: 670px;
	margin: auto;
}

div#mce-responses {
	margin-top: 25px;
}

div#mce-error-response {
	padding: 20px;
	background-color: #FFE0E0;
	border-radius: 10px;
	text-align: center;
	line-height: 1.5;
}

div#mce-success-response {
	padding: 20px;
	background-color: #E0FFE1;
	border-radius: 10px;
	text-align: center;
	line-height: 1.5;
}

input.button {
	color: white;
	background: rgba(34, 162, 113, 1);
	width: 170px;
	height: 40px;
	text-align: center;
	border-radius: 10px;
	font-size: 18px;
	font-family: -apple-system, 'Helvetica', sans-serif;
	font-weight: 300;
	cursor: pointer;
	margin-left: 18px;
	border: 0px;
	padding: 0px;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.email {
	width: 455px;
	height: 36px;
	border-radius: 10px;
	border: 1px solid #bbb;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	font-family: -apple-system, 'Helvetica', sans-serif;
	font-weight: 300;
	outline: none;
	text-align: center;
}
