.stay-connected-form{border:1px solid #b8c1cb;display:inline-block;position:relative;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:250px}
.stay-connected-form input::-webkit-input-placeholder{font-family:'Roboto',sans-serif;font-size:15px;color:#b8c1cb;letter-spacing:0;line-height:22px}
.stay-connected-form input:-ms-input-placeholder{font-family:'Roboto',sans-serif;font-size:15px;color:#b8c1cb;letter-spacing:0;line-height:22px}
.stay-connected-form input:-ms-input-placeholder{font-family:'Roboto',sans-serif;font-size:15px;color:#b8c1cb;letter-spacing:0;line-height:22px}
.stay-connected-form input::-moz-placeholder{font-family:'Roboto',sans-serif;font-size:15px;color:#b8c1cb;letter-spacing:0;line-height:22px}
.stay-connected-form input::placeholder{font-family:'Roboto',sans-serif;font-size:15px;color:#b8c1cb;letter-spacing:0;line-height:22px}
.stay-connected-form-email{padding:10px 40px 10px 10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#b8c1cb;font-family:'Roboto',sans-serif;background-color:#fff;height:2.2rem;border:0}
.stay-connected-form-email:focus{outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
@media only screen and (max-width:991px){.stay-connected-form-email{padding-right:60px}
}
.stay-connected-form .error-field{border:1px solid red}
.stay-connected-form-btn{position:absolute;right:0;top:0;width:35px;height:100%;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;background-color:#537baa;border:0;outline:0;-webkit-box-shadow:0;-moz-box-shadow:0;box-shadow:0;cursor:pointer}
.stay-connected-form-btn:focus{outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
.stay-connected-form-btn .right-arrow-icon{border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:4px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);position:relative;left:-1px}
@media only screen and (max-width:991px){.stay-connected-form-btn{width:50px}
}
.error-msg{color:red;font-family:'Roboto',sans-serif}