body.login-page .sidebar {
    display: none !important;
}
body.login-page .main-content {
    margin-left: 0 !important;
}
body.login-page .topbar {
    background: linear-gradient(90deg, #7b2ff2 0%, #f357a8 100%);
    height: 56px;
    min-height: 56px;
    box-shadow: none;
    width: 100vw;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    padding: 0 32px;
}
body.login-page .topbar .topbar-left {
    display: flex;
    align-items: center;
}
body.login-page .topbar .topbar-left h4,
body.login-page .topbar .topbar-right {
    display: none !important;
}
body.login-page .topbar .sidebar-brand {
    display: flex !important;
    align-items: center;
    padding: 0;
    margin: 0;
}
body.login-page .topbar .sidebar-brand img#userLogo {
    display: block !important;
    height: 36px !important;
    margin-right: 10px;
}
body.login-page .topbar .sidebar-brand #defaultLogo {
    display: flex !important;
    align-items: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    margin-left: 0;
}
body.login-page .container {
    margin-top: 120px;
}
@media (max-width: 600px) {
    body.login-page .topbar {
        padding: 0 8px;
    }
    body.login-page .container {
        margin-top: 80px;
    }
} 