/*!---------- PLACE YOUR CUSTOM STYLES AND OVERRIDES HERE ----------*/
.header-1 h6 {
    display: inline-block;
    float: left;
    width: 75%;
}

input[type="email"] {
	height: 54px;
	line-height: 48px;
	padding-left: 16px;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 3px;
	font-size: 16px;
	color: #888888;
	font-weight: 400;
}
.header input[type="email"] {
    border-color: #fff;
}
.header-1 form input[type="email"] {
    margin-bottom: 12px;
}

input[type="submit"] {
	text-align: center;
	padding: 0 4px;
}
