.form-subscribe {
	position: relative;
	input[type=text],
	input[type=email] {
		height: 56px;
	}
	button#submit {
		position: absolute;
		top: 0;
		right: 0;
	}
	input[type=email] {
		padding-left: 45px;
	}
	&:before {
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translate(0,-50%);
		content: '\f003';
		color: $secondary-color;
		font-family: FontAwesome;
	}
}
