.maximum-brand-mark,
.maximum-logo-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    border-radius: 10px;
    background: var(--bs-primary);
    color: #fff;
}

.maximum-brand-mark {
    width: 52px;
    height: 52px;
    font-size: 24px;
    margin: 0 auto;
}

.maximum-brand-name,
.maximum-logo-lg {
    font-weight: 800;
    letter-spacing: .08em;
}

.maximum-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.maximum-logo-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.maximum-logo-sm {
    width: 32px;
    height: 32px;
}

.maximum-theme-login {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 1050;
}

.maximum-auth-side {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maximum-auth-side img {
    max-height: 410px;
}
