/* CLEAN SIMPLE LOGIN - NO ANIMATIONS OR EFFECTS */

/* Remove any particles or floating elements */
.login-particles,
.particle,
#particle-animation {
    display: none !important;
    visibility: hidden !important;
}

/* Hide any extra login styling that might conflict */
.login-language-switcher,
.tk-forgot-password,
.welcome-animation {
    display: none !important;
}

/* Simple centered layout */
body.tk-admin.tk-admin-start {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 20px !important;
}

body.tk-admin.tk-admin-start .tk-main {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Hide everything except the login form */
body.tk-admin-start > *:not(.tk-main) {
    display: none !important;
}

body.tk-admin-start .tk-main > *:not(.tk-rich-login) {
    display: none !important;
}
