.stcpay-newsletter-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background: #f6f6f6;
    border-radius: 10px;
}
.stcpay-newsletter-form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}
.stcpay-newsletter-form button {
    background-color: #2DC28D;
    color: white;
    padding: 10px 15px;
    border: none;
	border-radius: 0px 5px 5px 0;
    cursor: pointer;
    position: absolute;
    margin-left: -15px;
    margin-top: 10px;
    height: 46px;
}
.rtl .stcpay-newsletter-form button {
	margin-right: -15px !important;
	border-radius: 5px 0px 0px 5px !important;
}
.stcpay-newsletter-form .response {
    margin-top: 10px;
    color: #4f008c;
}