.ee-brand {
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.ee-brand-login {
    display: none;
}

.ee-brand-symbol {
    display: block;
    height: 2rem;
    width: auto;
}

.fi-sidebar .fi-logo,
.fi-topbar .fi-logo {
    align-items: center;
}

.fi-sidebar .ee-brand-symbol,
.fi-topbar .ee-brand-symbol {
    box-sizing: content-box;
    height: 1.9rem;
    padding: 0.28rem;
    border-radius: 8px;
    background: #112230;
    box-shadow: 0 0 0 1px rgb(249 182 23 / 24%);
}

.dark .fi-sidebar .ee-brand-symbol,
.dark .fi-topbar .ee-brand-symbol {
    background: #0c1924;
    box-shadow: 0 0 0 1px rgb(249 182 23 / 30%);
}

.fi-simple-layout {
    background:
        radial-gradient(circle at 50% 0%, rgb(249 182 23 / 8%), transparent 34%),
        linear-gradient(180deg, #0a1118 0%, #05070a 100%);
}

.fi-simple-layout .fi-logo {
    height: auto !important;
    min-height: 6rem;
}

.fi-simple-layout .ee-brand {
    justify-content: center;
    width: 100%;
}

.fi-simple-layout .ee-brand-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.fi-simple-layout .ee-brand-login-logo {
    display: block;
    max-width: min(20rem, 86vw);
    height: auto;
}


.fi-simple-layout .ee-brand-login-title {
    color: rgb(250, 182, 12);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0;
}

.fi-simple-layout .ee-brand-symbol {
    display: none;
}

.fi-simple-layout .fi-btn-color-primary {
    color: #112230;
}

.fi-simple-main {
    border-color: rgb(249 182 23 / 12%);
}
