.fi-logo {
    height: 5.5em !important;
}

.fi-simple-layout {
    background: url("/images/sisaji-login-background.jpg") no-repeat center center fixed;
    background-size: cover;
}

.brand-name {
    display: none !important;
}

.background {
    width: 603px;
    height: 603px;
    flex-shrink: 0;
    border-radius: 603px;
    opacity: 1;
    background: rgb(var(--primary-200));
    filter: blur(197px);
    position: fixed;
    top: 0;
    margin: 0 auto; /* Added to horizontally center the element */
    z-index: -1;
}

html main {
    border-radius: 16px !important;
    border: 1px solid var(--grey-200) !important;
    background: rgba(255, 255, 255, 0.80) !important;
    box-shadow: 0px 24px 52px 0px rgba(0, 0, 0, 0.12) !important;
    z-index: 1;
}

html.dark main {
    border: 1px solid var(--dark-200) !important;
    background: rgba(0, 0, 0, 0.30) !important;
    box-shadow: 0px 24px 52px 0px rgba(0, 0, 0, 0.12) !important;
}

h1 {
    display: none;
}

h4 {
    text-align: center !important;
    font-size: 1.5em;
    margin-top: -1em;
}

.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 10px;
    background: #f5deb3cc;
}