body{
    background: #fafafa;
}

.top-nav, #header, .page-links{
    display: none;
}

.auth-card{
    border-radius: 1rem;
    border: 1px solid #eee;
    max-width: 350px;
    margin: 0 auto;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
    margin-top: 2rem;
}

.auth-heading{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
}

.auth-intro{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
}

.auth-branding{
    text-align: center;
    margin: 2rem 0 1rem;
}

@media (max-width: 576px){
    body{
        background: #fff;
    }

    .auth-card{
        border-radius: 0;
        border: none !important;
        max-width: 100%;
        box-shadow: none;
    }
}
