body.login {
    min-height: 100vh;
}

body.login.itfld-hide-logo h1,
body.login.itfld-hide-logo h1 a {
    display: none !important;
}

body.login.itfld-hide-logo div#login {
    padding-top: 48px !important;
}

body.login.itfld-hide-language .language-switcher,
body.login.itfld-hide-language #language-switcher {
    display: none !important;
}

body.login.itfld-theme-dark {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.18), transparent 35%),
        radial-gradient(circle at bottom right, rgba(14, 165, 233, 0.12), transparent 30%),
        linear-gradient(180deg, #06101f 0%, #0b1730 100%);
}

body.login.itfld-theme-dark #login {
    width: 100%;
    max-width: 420px;
    padding-top: 64px;
}

body.login.itfld-theme-dark form {
    background: rgba(8, 18, 36, 0.92);
    border: 1px solid #1f3354;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(2, 6, 23, 0.45);
    padding: 28px;
}

body.login.itfld-theme-dark label,
body.login.itfld-theme-dark .forgetmenot label,
body.login.itfld-theme-dark #nav a,
body.login.itfld-theme-dark #backtoblog a,
body.login.itfld-theme-dark .message,
body.login.itfld-theme-dark .privacy-policy-page-link a {
    color: #dbe4f0 !important;
}

body.login.itfld-theme-dark .message,
body.login.itfld-theme-dark #login_error {
    background: rgba(8, 18, 36, 0.88);
    border: 1px solid #27456f;
    border-left: 4px solid #3b82f6;
    border-radius: 14px;
    color: #e5edf8;
    box-shadow: none;
}

body.login.itfld-theme-dark #login_error {
    border-left-color: #ef4444;
}

body.login.itfld-theme-dark input[type="text"],
body.login.itfld-theme-dark input[type="password"],
body.login.itfld-theme-dark input[type="email"] {
    background: #0a1427;
    border: 1px solid #34527f;
    border-radius: 12px;
    color: #f8fafc;
    box-shadow: none;
    min-height: 48px;
}

body.login.itfld-theme-dark input[type="text"]:focus,
body.login.itfld-theme-dark input[type="password"]:focus,
body.login.itfld-theme-dark input[type="email"]:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 1px #60a5fa;
}

body.login.itfld-theme-dark .button.wp-hide-pw {
    color: #93c5fd;
}

body.login.itfld-theme-dark .button-primary {
    min-height: 42px;
    border-radius: 12px;
    background: #2563eb;
    border-color: #2563eb;
    box-shadow: none;
}

body.login.itfld-theme-dark .button-primary:hover,
body.login.itfld-theme-dark .button-primary:focus {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

body.login.itfld-theme-dark input[type="checkbox"] {
    border-color: #34527f;
    background: #0a1427;
}

body.login.itfld-theme-dark a:hover,
body.login.itfld-theme-dark a:focus {
    color: #93c5fd !important;
}

body.login.itfld-theme-light {
    background: linear-gradient(180deg, #eef3f9 0%, #f8fafc 100%);
}

body.login.itfld-theme-light #login {
    width: 100%;
    max-width: 420px;
    padding-top: 64px;
}

body.login.itfld-theme-light form {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #d7e0ea;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    padding: 28px;
}

body.login.itfld-theme-light .message,
body.login.itfld-theme-light #login_error {
    border-radius: 14px;
    box-shadow: none;
}
