/* Shared layout for the ADI Football identity above Outseta auth surfaces. */
.auth-brand {
    align-items: center;
    column-gap: 18px;
    flex: 0 0 auto;
    justify-content: center;
    max-width: 440px;
    padding: 0 24px;
    width: 100%;
}

.auth-brand .adi-brand-lockup__mark {
    height: 68px;
    width: auto;
}

.auth-brand .adi-brand-lockup__copy {
    line-height: 1.15;
}

.auth-brand .adi-brand-lockup__name {
    font-size: 19px;
    line-height: 1.1;
}

.auth-brand .adi-brand-lockup__descriptor {
    font-size: 11px;
    letter-spacing: .055em;
    line-height: 1.35;
    margin-top: 6px;
}

.auth-brand .adi-brand-lockup__legacy {
    font-size: 10px;
    line-height: 1.3;
    margin-top: 5px;
}

.login-brand {
    margin: 0 auto 42px;
}

@media (max-width: 480px) {
    .auth-brand {
        flex-direction: column;
        padding: 0 24px;
        row-gap: 12px;
        text-align: center;
    }

    .auth-brand .adi-brand-lockup__mark {
        height: 62px;
    }

    .auth-brand .adi-brand-lockup__copy {
        align-items: center;
    }

    .auth-brand .adi-brand-lockup__descriptor {
        max-width: 290px;
    }

    .login-brand {
        margin-bottom: 32px;
    }
}
