.email-signup input[type="email"],
.email-signup input[type="text"] {
	line-height: normal;
    width: 300px;
    display: block;
    clear: both;
    margin: 0 auto 20px;
    height: 40px;
    color: white;
    background: black;
    box-shadow: none;
    border: 1px solid #333;
    padding: 10px 20px;
    text-align: center;
    font-family: oswaldregular,sans-serif;
    font-size: 14px;
}
@media only screen and (min-width: 767px) {
	.email-signup input[type="email"],
	.email-signup input[type="text"] {
		width: 400px;
	}
}
.email-signup ::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}

.email-signup :-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1;  
}

.email-signup ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   opacity: 1;  
}

.email-signup :-ms-input-placeholder {  
   color: #fff;
   opacity: 1;  
}
