.section-newsletter {
    background-color: #efefef;
    padding-top: 87px;
    padding-bottom: 102px;
}
.section-newsletter header[role="title-page"] {
    padding-bottom: 49px;
}
.subscribe-form {
    width: 100%;
    max-width: 755px;
    margin: 0 auto;
    position: relative;
}
.subscribe-form input[type="email"] {
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #c3c3c3;
    outline: none;
    height: 58px;
    color: #797979;
    font-size: 16px;
    line-height: 18px;
    padding-left: 33px;
    padding-right: 193px;
    width: 100%;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    top: 0px;
    height: 57px;
    line-height: 57px;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    background-color: #2458a3;
    text-transform: uppercase;
    font-size: 16px;
	letter-spacing: 2px;
    color: #ffffff;
    font-weight: 100;
    padding: 0 35px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.subscribe-form button:hover{ background-color:#1c3f73;}

.subscribe-form button i{ padding-left:8px}

.error_message{ color:#e84d49}

.subscribe-form .error_message{ color:#e84d49; text-align:center}

.subscribe-form #success_page h3,.subscribe-form #success_page p{    color: #2458a3; }