.pageElement-newsletter-subscription .box {
    background: #E5F0F8;
    padding: 20px;
    border-radius: 10px;
    color: #00377A;
    margin-bottom: 25px;
}

.pageElement-newsletter-subscription .button-submit {
    border: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-color: #FF6347;
    display: inline-block;
    min-width: 350px;
    padding: 15px;
    border-radius: 10px;
}