.section .section-inner[class*='is--limit'] {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}

.section .section-inner.is--space-bottom {
    padding-bottom: 30px;
}

.section-newsletter-register .yform .control-label
{
    font-size: 12px;
    line-height: 18px;
}

.section-newsletter-register .yform .btn:not(:disabled):not(.disabled).btn-primary {

    border-radius: 0;
    margin: auto;
    display: table;
    border: 0;
    text-align: center;
}

.section-newsletter-register .h1
{
    font-family: 'Josefin Slab', serif;
    text-align: center;
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    color: #5b5d60;
    margin: 50px 0 30px 0;
}

.section-newsletter-register .form-control
{
    height: 50px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 10px;
    /* font-size: 1rem; */
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 25px;
}

.section-newsletter-register p
{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0;
}

@media (min-width: 1260px)
{
    .col-lg-8 {
        width: 66.66666667%;
    }

    .section .section-inner.is--space-bottom
    {
        padding-bottom: 75px;
    }
}

@media (min-width: 1340px)
{
    .section .section-inner[class*='is--limit'][class*='-xxs']
    {
        max-width: 690px;
    }
}