.esd-form {
	margin: 30px auto;
	padding: 50px 30px;
	background-color: #f5f5f5;
	text-align: center;
}

.esd-form__fields {
	display: flex;
}

.esd-form__row + .esd-form__row {
	margin-top: 30px;
}

.esd-form__footer {
	font-size: 0.85em;
}

.esd-form input[type='email'] {
	width: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}

.esd-form input[type='submit'] {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}

.esd-form h1,
.esd-form h2,
.esd-form h3,
.esd-form h4,
.esd-form h5,
.esd-form h6 {
	color: inherit;
}
