﻿body { font-family: "proxima-nova",sans-serif;font-style: normal;font-weight: 500;background:#9b1313;}
.newsletter-wrap{
    width:100%;
    max-width:305px;
    margin:0;
    font-size:14px;
}
.newsletter-wrap.submit{background:#097122;padding:10px;}
.newsletter-wrap.thankyou{background:#f9db01; color:green;font-weight: normal;padding:6px 18px;}
.newsletter-wrap .form-group{margin-bottom:0;}
.newsletter-wrap label{color:white;}
.newsletter-wrap .form-control{border-radius:0;}
.newsletter-wrap #email{display: inline; width:75%;}
.newsletter-wrap .btn{font-family: 'Arial', FontAwesome;border-radius:0;background-color:#9b1313;border-color:#9b1313;color:#f9db01;font-size:21px;padding: 2px 10px;}
.newsletter-wrap .help-block{color:white; margin-bottom:2px;font-style:italic; font-size:13px;}
.newsletter-wrap.thankyou .message{background:url('/images/newsletter-icon.png') left center no-repeat;}

