.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:10px auto auto;max-width:640px;}
}
.newsletter-form__field-wrapper{width:100%;}
.newsletter-form__field-wrapper .field__input{padding-right:5rem;height:53px;}
.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:150px;margin:0;right:var(--inputs-border-width);top:0;height:100%;z-index:2;background:#09445e;font-size:22px;line-height:24px;font-weight:500;color:#fff;text-transform:uppercase;font-family:'Montserrat',sans-serif;}
.newsletter-form__button .icon{width:1.5rem;}
.newsletter-form__field-wrapper .field:before,.newsletter-form__field-wrapper .field:after{display:none;}
.newsletter-form__field-wrapper .field .field__label{font-size:16px;color:#7b7b7b;letter-spacing:0;top:16px;}
.newsletter-form__field-wrapper .field__input:not(:placeholder-shown)~.field__label{font-size:11px;}
.field__input:focus~.field__label{top:8px;font-size:14px;}
@media screen and (max-width:749px){
  .newsletter-form{margin-top:20px;}
  .newsletter-form__button{width:120px;font-size:16px;}
  .newsletter-form__field-wrapper .field__input{height:45px;}
  .newsletter-form__field-wrapper .field__input:not(:placeholder-shown)~.field__label{top:3px;}
}