/* Extra polish for auth.login screen (cards + typography). */
body.auth-login-page .gray-bg.small-padding {
    background: transparent !important;
    border: none !important;
}

body.auth-login-page .custom-form {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 30px 30px 26px 30px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 26px 80px rgba(15, 23, 42, 0.22);
    backdrop-filter: blur(10px);
}

body.auth-login-page .section-title {
    margin-bottom: 20px;
}

body.auth-login-page .section-title h4 {
    font-size: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

body.auth-login-page .section-title h2 {
    font-size: 32px;
    line-height: 1.1;
    margin: 0;
}

body.auth-login-page #main-register-form {
    margin-top: 6px;
}

body.auth-login-page .filter-tags {
    margin-top: 6px;
}

body.auth-login-page .log_btn {
    background: #6366f1 !important;
    border: 0 !important;
    box-shadow: 0 12px 26px rgba(99, 102, 241, 0.35) !important;
}

body.auth-login-page .log_btn:hover {
    background: #4f46e5 !important;
}

body.auth-login-page .pass-input-wrap {
    position: relative;
}

