.section-login
{
    position: relative;
    color: #FFF;
    background-color: #2A66B0;
}

.section-login .container::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: circle(78.9% at 100% 50%);
    background: #FFF;
    z-index: 0;
}

.section-login h1
{
    font-family: 'New Order';
    font-weight: 300;
    font-style: normal;
    color: #FFF;
    font-size: 60px;
    line-height: 58px;
}

.section-login h1 span
{
    font-family: 'New Order';
    font-weight: bold;
    font-style: normal;
}

.section-login h2
{
    font-family: 'New Order';
    font-weight: 300;
    font-style: normal;
    color: #2A66B0;
}

.section-login label
{
    font-family: 'New Order';
    font-weight: bold;
    font-style: normal;
    color: #2A66B0;
}

.section-login .box
{
    border-radius: 10px;
    padding: 50px;
    color: #2A66B0;
}

.section-rodape hr
{
    margin-top: 0;
}

@media screen and (max-width: 576px)
{
    .section-login .container::before
    {
        background: #FFF;
        clip-path: none;
    }

    .section-login h1
    {
        color: #2A66B0;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
    }
}