.page-hero + section > .container {
    width: calc(100% - 40px) !important;
    max-width: 1480px !important;
}
.page-hero + section > .container > article {
    width: 100% !important;
    max-width: none !important;
}
.nfp,
.nfp-guest {
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
}
.nmp-login,
.nmp-message {
    box-sizing: border-box;
    width: 100%;
    max-width: 1180px;
}
.nfp-login-error {
    margin: 12px 0;
    padding: 13px 15px;
    border: 1px solid #f1b6a1;
    border-left: 5px solid #e24413;
    border-radius: 8px;
    background: #fff1eb;
    color: #9f2f0d;
    font-weight: 800;
    opacity: 1;
    transition: opacity .3s ease, transform .3s ease;
}
.nfp-login-error.is-hiding { opacity: 0; transform: translateY(-4px); }
.nfp-login-error.nfp-signup-already {
    border-color: #edcf86;
    border-left-color: #d28a00;
    background: #fff8df;
    color: #805400;
}
@media (max-width: 800px) {
    .page-hero + section > .container { width: calc(100% - 20px) !important; }
}
