.newsletter-form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;position:relative;}
@media screen and (min-width:750px){
  .newsletter-form{align-items:flex-start;margin:0 auto;}
}
.newsletter-form__field-wrapper{width:100%;}
.newsletter-form__field-wrapper .field__input{padding:0 5rem 0 0;border-bottom:1px solid #0974A3;height:42px;border-radius:0; background: transparent; }
.newsletter-form__field-wrapper .field{z-index:0;}
.newsletter-form__message{justify-content:center;margin-bottom:0;}
.newsletter-form__message--success{margin-top:2rem;}
@media screen and (min-width:750px){
  .newsletter-form__message{justify-content:flex-start;}
}
.newsletter-form__button{width:168px;margin:0;right:-15px;top:0;height:100%;z-index:2;border-radius:40px;background:#0974A3;color:#fff;font-size:18px;font-weight:500;}
.newsletter-form__button .icon{width:1.5rem;}
.newsletter-form__field-wrapper .field:before,.newsletter-form__field-wrapper .field:after{display:none;}
.news_form{max-width:530px;width:100%;}
.newsletter-form__field-wrapper .field__input:focus{box-shadow:none;}
.newsletter-form__field-wrapper .field__input::-webkit-input-placeholder{color:#989898;font-family:Roboto;font-size:18px;font-style:normal;font-weight:400;line-height:24px;opacity:1;display:block;}
.newsletter-form__field-wrapper .field__input::-moz-placeholder{color:#989898;font-family:Roboto;font-size:18px;font-style:normal;font-weight:400;line-height:24px;opacity:1;display:block;}
.newsletter-form__field-wrapper .field__input:-ms-input-placeholder{color:#989898;font-family:Roboto;font-size:18px;font-style:normal;font-weight:400;line-height:24px;opacity:1;display:block;}
.newsletter-form__field-wrapper .field__input:-moz-placeholder{color:#989898;font-family:Roboto;font-size:18px;font-style:normal;font-weight:400;line-height:24px;opacity:1;display:block;}
.newsletter-form__field-wrapper .field__input:-webkit-autofill~.field__button{color:#fff;}
@media screen and (max-width:749px){
  .newsletter-form__button{width:100px;font-size:14px;}
  .newsletter-form__field-wrapper .field__input{padding:0 9rem 0 0;height:35px;}
}

