.app
{
    background: #2d3847;
    background-image: -webkit-linear-gradient(top, #2d3847 0, #182433 100%);
    background-image: -o-linear-gradient(top, #2d3847 0, #182433 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2d3847), to(#182433));
    background-image: linear-gradient(to bottom, #2d3847 0, #182433 100%);
}

.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: 235px;
    height: 80px;
    background: url(/assets/images/logos/logo.svg) 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;
}
