.newsletter-form {
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: center; -webkit-justify-content: center;
	background: url('../../_img/modules/newsletter.png') top center no-repeat;
	width: 760px;
	margin: 5px auto;
}
	.newsletter-form .title {
		font-family: 'DIN Black';
		color: #26395b;
		font-size: 29px;
		line-height: 0.9;
		margin: auto 0;
		margin-left: 80px;
		text-transform: uppercase;
		text-align: right;
	}
		.newsletter-form .title span {
			font-family: 'DIN Med';
			color: #ca521f;
		}

	.newsletter-form .field {
		width: 320px;
		margin: auto 15px;
	}
		.newsletter-form .field input {
			width: 320px;
			height: 30px;
			border: none;
			padding: 10px 15px;
			text-align: left;
			background: #FFF;
			color: #212351;
			font-size: 14px;
			margin: 4px 0;
			border-radius: 0px;
		}

	.newsletter-form .submit {
		width: 50px;
		margin: auto 0;
	}
		.newsletter-form .submit input {
			margin: auto;
			font-family: 'DIN Black'; font-weight: bold; font-style: italic;
			color: #FFF;
			font-size: 14px;
			text-transform: uppercase;
			display: block;
			padding: 7px 12px;
			background-color: #ca521f;
			border: none;
		}
