.bx-subscribe {
    margin: 10px 0;
}

.bx-subscribe div.bx-block-title {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600;
}

.bx-subscribe-desc {
    font-size: 12px;
    position: relative;
    margin-top: -5px;
    margin-bottom: 3px;
}

.bx_subscribe_response_container {
    padding: 40px;
    color: #35414E;
}

.bx_subscribe_checkbox_container {
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 3px;
    vertical-align: middle;
    color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
    font-weight: 100;
    font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.pkr-subscribe-row {
    display: flex;
    justify-content: space-between;
}

.pkr-subscribe-row__input {
    background: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    margin-right: 10px;
    display: inline-block;
    width: 100%;
}

.pkr-subscribe-row__button {
    height: 40px;
    line-height: 40px;
    background: #f37021;
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
}

.pkr-subscribe-row__button:hover {
    background: #ff8338;
}