.emailForm {
    width: 100%;
    max-width: 425px;
}
.emailField {
	height: 50px;
	min-width: 100%;
	border: 0;
	box-shadow: none !important;
	margin: 0 !important;
    margin-bottom: 1rem!important;
	outline: 0 !important;
	box-sizing: border-box;
    font-family: 'proxima-nova-regular';
	font-size: var(--wp--preset--font-size--small) !important;
    font-weight: normal;
	padding: 2.5rem 2rem;
	width: 100%;
}

.emailButton {
    border-radius: 0px;
    color: #ffffff;
    background-color: #009c06;
    width: 100%;
}