.app
{
    background: #62a8ea;
    background-image: none;
    background-image: -webkit-linear-gradient(top, #62a8ea 0, #3583ca 100%);
    background-image: -o-linear-gradient(top, #62a8ea 0, #3583ca 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62a8ea), to(#3583ca));
    background-image: linear-gradient(to bottom, #62a8ea 0, #3583ca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62a8ea', endColorstr='#ff3583ca', GradientType=0);
}

.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: 300px;
    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;
}
