.nybd-recaptcha-notice {
    margin: 10px 0 0;
    color: #9d9d9d;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0;
}

.nybd-recaptcha-notice--left {
    text-align: left;
}

.nybd-recaptcha-notice--center {
    text-align: center;
}

.nybd-recaptcha-notice--right {
    text-align: right;
}

.nybd-recaptcha-fallback-wrap {
    width: 100%;
    padding: 8px 20px 12px;
    background: #222222;
}

.nybd-recaptcha-fallback-wrap .nybd-recaptcha-notice {
    max-width: 1200px;
    margin: 0 auto;
    color: #9d9d9d;
}

@media (max-width: 767px) {
    .nybd-recaptcha-notice {
        font-size: 10px;
        line-height: 1.5;
    }
}
