#newsletter-email .form-field-group {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	background-color: #c4b5a5;
	border-bottom: 2px solid black;
}

#newsletter-email .form-field-group input {
	background-color: transparent;
	width: 90%;
	border: none;
	padding:10px 0px 10px 2px;
	font-family: 'Calibre';
	font-size: 21px;
	line-height: 1.14;
}

#newsletter-email .form-field-group button {
	width: 10%;
	justify-content: left;
	border: none;
	background-color: transparent;
	cursor: pointer;
}