.elementor-4679 .elementor-element.elementor-element-24e8471{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-d4b5e80 *//* --- Centered & Compact Login Design --- */

/* 1. Center the entire login section and limit width */
.pmpro_login_wrap {
    max-width: 450px; /* This makes it 'short' or compact */
    margin: 40px auto !important; /* Centers the card on the page */
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    font-family: 'Inter', -apple-system, sans-serif;
}

/* 2. Style the form content area */
.pmpro_login_wrap .pmpro_card_content {
    padding: 40px 35px;
}

/* 3. Professional Label Styling */
#loginform label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
    text-align: left;
}

/* 4. Compact Input Fields */
#loginform input[type="text"], 
#loginform input[type="password"] {
    width: 100% !important;
    padding: 12px 16px;
    font-size: 15px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    background-color: #f8fafc;
    transition: all 0.2s ease;
    box-sizing: border-box;
    margin-bottom: 5px;
}

/* Input Focus State (using your brand maroon) */
#loginform input[type="text"]:focus, 
#loginform input[type="password"]:focus {
    border-color: #9b2323;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(155, 35, 35, 0.1);
}

/* 5. Password Toggle Button Positioning */
.pmpro_form_field-password-toggle {
    margin-top: -38px;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-end;
}

.pmpro_btn-plain {
    background: transparent !important;
    border: none !important;
    color: #9b2323 !important;
    font-size: 12px !important;
    font-weight: 600;
    cursor: pointer;
}

/* 6. Remember Me Checkbox */
.login-remember {
    display: flex;
    align-items: center;
    margin: 15px 0 25px 0;
}

.login-remember label {
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    color: #64748b !important;
}

.login-remember input {
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

/* 7. Professional Submit Button */
#wp-submit {
    width: 100% !important;
    background-color: #9b2323 !important; /* Your Brand Maroon */
    color: #ffffff !important;
    padding: 14px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.1s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#wp-submit:hover {
    background-color: #7a1b1b !important;
    transform: translateY(-1px);
}

/* 8. Bottom Action Links (Join / Lost Password) */
.pmpro_card_actions {
    background: #f8fafc;
    padding: 20px !important;
    border-top: 1px solid #f1f5f9;
    text-align: center; /* Centers the links */
    font-size: 13px;
}

.pmpro_card_actions a {
    color: #64748b !important;
    text-decoration: none !important;
    font-weight: 600;
    transition: color 0.2s;
}

.pmpro_card_actions a:hover {
    color: #9b2323 !important;
}

/* Hide the pipes | */
.pmpro_card_action_separator {
    margin: 0 8px;
    color: #cbd5e1;
}/* End custom CSS */