.app
{
    background: #05184c;
}

.content
{
    height: 100%;
    padding: 0 30px;
}

.title
{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.auth
{
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.auth--large
{
    max-width: 930px;
}

.auth__logo
{
    width: 200px;
    height: 45px;
    background: url(/assets/images/logos/logo.png) no-repeat center;
    background-size: contain;
    margin: 0 auto 40px;
    display: block;
    left: 0;
    right: 0;
}

.lang-switcher
{
    position: absolute;
    right: 30px;
    top: 30px;
}

.auth__content
{
    border-radius: 20px;
    background: #fff;
    padding: 35px;
}


.auth--large .form__actions .form__row > .button
{
    width: 50%;
}

.form__actions .button__icon
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
    margin-top: -6px;
}


@media (max-width: 768px)
{
    .app
    {
        height: auto;
        min-height: 100%;
    }

    .auth
    {
        top: 0;
        transform: none;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
