.elementor-254 .elementor-element.elementor-element-7b751b55{--display:flex;--min-height:66vh;--justify-content:center;}body.elementor-page-254:not(.elementor-motion-effects-element-type-background), body.elementor-page-254 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;background-image:url("https://esportsking.in/wp-content/uploads/2026/04/WhatsApp-Image-2026-04-25-at-12.26.23-AM.jpeg");background-position:center center;background-size:cover;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-254 .elementor-element.elementor-element-7b751b55{--content-width:500px;}}/* Start custom CSS for container, class: .elementor-element-7b751b55 *//* Main Form Container */
.wpum-login-form {
    background-color: #0a0a0c; 
    border: 1px solid #1f1f1f;
    padding: 35px 30px;
    max-width: 400px;
    margin: 0 auto; /* Centers the form */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

/* Aggressive Top Red Accent Line */
.wpum-login-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff4655, #8f0014); 
}

/* Typography & Labels */
.wpum-login-form label {
    display: block;
    color: #a0a0a0;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    font-weight: 700;
}

/* Text Inputs */
.wpum-login-form input[type="text"],
.wpum-login-form input[type="email"],
.wpum-login-form input[type="password"] {
    width: 100%;
    background-color: #121212 !important; /* !important helps override default theme styles */
    border: 1px solid #2a2a2a !important;
    border-left: 3px solid #2a2a2a !important; 
    color: #ffffff !important;
    padding: 14px 15px;
    margin-bottom: 24px;
    font-size: 1rem;
    outline: none;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

/* Input Focus State - The "Neon" Glow */
.wpum-login-form input[type="text"]:focus,
.wpum-login-form input[type="email"]:focus,
.wpum-login-form input[type="password"]:focus {
    border-color: #333 !important;
    border-left: 3px solid #ff4655 !important; 
    background-color: #181818 !important;
    box-shadow: 0 0 12px rgba(255, 70, 85, 0.15) !important;
}

/* Checkbox Area */
.wpum-login-form .wpum-field-rememberme {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.wpum-login-form input[type="checkbox"] {
    accent-color: #ff4655; 
    width: 16px;
    height: 16px;
    margin-right: 10px;
    cursor: pointer;
}

/* Specific targeting for the "Remember Me" text to prevent it from looking like a main label */
.wpum-login-form .wpum-field-rememberme label {
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: normal;
    font-size: 0.9rem;
    color: #cccccc;
    cursor: pointer;
    font-weight: 400;
    display: inline-block;
}

/* The Submit Button */
.wpum-login-form input[type="submit"],
.wpum-login-form button {
    background-color: #ff4655 !important;
    color: white !important;
    border: none !important;
    padding: 14px 24px;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.2s ease;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 93% 100%, 0 100%); 
    width: 100%; /* Makes the button span the full width for a modern look */
}

.wpum-login-form input[type="submit"]:hover,
.wpum-login-form button:hover {
    background-color: #ff5e6b !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 70, 85, 0.4);
}

/* Bottom Links (Lost Password / Register) */
.wpum-login-form .wpum-form-links {
    margin-top: 25px;
    font-size: 0.85rem;
    text-align: center;
}

.wpum-login-form a {
    color: #a0a0a0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.wpum-login-form a:hover {
    color: #ff4655;
    text-decoration: underline;
}/* End custom CSS */