body.login {
    background-color: #000;
    color: #fff;
    font-family: 'Netflix Sans', system-ui, -apple-system, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}
#login {
    width: 100%;
    max-width: 450px;
    padding: 20px;
    margin: auto;
    position: relative;
    z-index: 2;
}
#login::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #e5b322;
    filter: blur(100px);
    opacity: 0.15;
    z-index: -1;
    border-radius: 50%;
}
.login h1 {
    position: fixed;
    top: 40px;
    left: 40px;
    margin: 0;
    z-index: 100;
}
.login h1 a {
    background-image: url('https://cineblack.techstratum.co/wp-content/uploads/2026/04/Cine-Black-1-Photoroom-1.png') !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 250px !important;
    height: 50px !important;
    display: block;
    margin: 0;
}
.login form {
    background: #0b0b0b;
    border: 1px solid rgba(255,255,255,0.05);
    padding: 50px 40px !important;
    border-radius: 8px;
    box-shadow: none;
    margin-top: 60px;
}
.login form::before {
    content: 'Sign In';
    display: block;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
}
body.login-action-register form::before {
    content: 'Sign Up';
}
.login label {
    display: none !important; /* Hide labels, use placeholders */
}
.login input[type="text"],
.login input[type="password"],
.login input[type="email"] {
    background: #000 !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    color: #fff !important;
    box-shadow: none !important;
    padding: 15px 15px !important;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 20px;
    width: 100%;
}
.login input[type="text"]:focus,
.login input[type="password"]:focus,
.login input[type="email"]:focus {
    border-color: #e5b322 !important;
}
.login .button-primary {
    background: #e5b322 !important;
    border-color: #e5b322 !important;
    color: #000 !important;
    font-weight: 700;
    box-shadow: none !important;
    text-shadow: none !important;
    border-radius: 4px !important;
    padding: 12px !important;
    width: 100%;
    font-size: 16px !important;
    transition: all 0.3s ease;
    height: auto;
    margin-top: 10px;
}
.login .button-primary:hover {
    background: #f7ca44 !important;
}
.login #backtoblog, .login #nav {
    display: none !important;
}
.login #nav a {
    color: #fff !important;
    text-decoration: underline !important;
    transition: color 0.3s;
    font-weight: 500;
}
.login #nav a:hover {
    color: #e5b322 !important;
}
.login .forgetmenot {
    float: left;
    margin-bottom: 20px;
}
.login .forgetmenot label {
    display: inline-block;
    color: #aaa !important;
    font-size: 14px;
    font-weight: 400;
}
input[type=checkbox]:checked:before {
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23e5b322%27%2F%3E%3C%2Fsvg%3E") !important;
    margin: -3px 0 0 -4px;
}
input[type="checkbox"] {
    border: 1px solid rgba(255,255,255,0.3) !important;
    background: transparent !important;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    margin-right: 8px !important;
    margin-top: -2px !important;
}

.login #reg_passmail {
    display: none !important;
}

/* Hide default "Register For This Site" message on register page */
body.login-action-register .message {
    display: none !important;
}

/* Error and Success Messages */
.login #login_error, .login .message, .login .success {
    background: #111 !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-left: 4px solid #e5b322 !important;
    color: #fff !important;
    box-shadow: none !important;
    padding: 15px !important;
    border-radius: 4px;
    margin-top: 60px;
    margin-bottom: -40px;
    position: relative;
    z-index: 10;
}
.login #login_error {
    border-left-color: #dc3232 !important;
}
.login #login_error a, .login .message a, .login .success a {
    color: #e5b322 !important;
}

/* ═══ Auth Switch (Sign In / Sign Up Link) ═══ */
.cb-auth-switch {
    margin-top: 30px;
    text-align: center;
}
.cb-auth-switch__divider {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.cb-auth-switch__divider::before,
.cb-auth-switch__divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,0.15);
}
.cb-auth-switch__divider span {
    color: #666;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.cb-auth-switch p {
    color: #888;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 400;
}
.cb-auth-switch__btn {
    display: block;
    width: 100%;
    padding: 13px;
    background: transparent;
    border: 2px solid #e5b322;
    color: #e5b322 !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none !important;
    text-align: center;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.cb-auth-switch__btn:hover {
    background: #e5b322;
    color: #000 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(229, 179, 34, 0.3);
}
.cb-auth-switch__btn--outline {
    border-color: rgba(255,255,255,0.3);
    color: #fff !important;
}
.cb-auth-switch__btn--outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
    color: #fff !important;
}
