Why not all styles for <input> work, in particular color ?
.stay-input { background: none; width: 211px; height: 45px; opacity: 0.75; color: white; font-family: 'Roboto', sans-serif; font-size: 14px; } <form> <input type="email" name="email-newsletter" placeholder="Subscribe our newsletter" class="stay-input"> </form>
color: white;:) - Roman Grinyovplaceholder). - user207618