.elementor-103 .elementor-element.elementor-element-c488f97{--display:flex;}.elementor-103 .elementor-element.elementor-element-c488f97:not(.elementor-motion-effects-element-type-background), .elementor-103 .elementor-element.elementor-element-c488f97 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F9FA;}.elementor-103 .elementor-element.elementor-element-34a7736{padding:5% 0% 5% 0%;}/* Start custom CSS for shortcode, class: .elementor-element-34a7736 */<style>
/* ============================================
   MODERN LOGIN PAGE DESIGN
   Same color scheme as subscription plans
   ============================================ */

/* Page Background */
.page-id-104 .elementor-element-3f6b7bc {
    background: #F8F9FA !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 50px 20px !important;
}

/* Login Form Container */
#pms_login.pms-form {
    background: #FFFFFF !important;
    max-width: 450px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 45px 40px 20px 40px !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #E8ECF1 !important;
}

/* Form Title (optional - add via CSS) */
#pms_login::before {
    content: "Welcome Back" !important;
    display: block !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #6E85B2 !important;
    text-align: center !important;
    margin-bottom: 12px !important;
    margin-bottom : 40px !important;
}



/* Form Paragraphs */
#pms_login p {
    margin-bottom: 22px !important;
}

/* Labels */
#pms_login label {
    display: block !important;
    font-size: 18px !important;
    color : black;
   
}

/* Input Fields */
#pms_login input[type="text"],
#pms_login input[type="password"] {
    width: 100% !important;
    padding: 13px 16px !important;
    margin-top : 2%;
    border: 2px solid #E8ECF1 !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    color: #261C2C !important;
    background: #F9FAFB !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

#pms_login input[type="text"]:focus,
#pms_login input[type="password"]:focus {
    border-color: #6E85B2 !important;
    background: #FFFFFF !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(110, 133, 178, 0.1) !important;
}

/* Remember Me Checkbox */
.login-remember {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 25px !important;
}


.login-remember input[type="checkbox"]:checked {
    background: #6E85B2 !important;
    border-color: #6E85B2 !important;
}

.login-remember input[type="checkbox"]:checked::after {
    content: "" !important;
    position: absolute !important;
    left: 6px !important;
    top: 2px !important;
    width: 5px !important;
    height: 10px !important;
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}

.login-remember label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #6B7280 !important;
    margin: 0 !important;
    cursor: pointer !important;
}

/* Submit Button */
#pms_login .login-submit {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

#pms_login #wp-submit {
    width: 100% !important;
    padding: 14px 32px !important;
    background: linear-gradient(135deg, #6E85B2 0%, #5C527F 100%) !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 14px rgba(110, 133, 178, 0.3) !important;
}

#pms_login #wp-submit:hover {
    background: linear-gradient(135deg, #5C527F 0%, #6E85B2 100%) !important;
    box-shadow: 0 6px 20px rgba(110, 133, 178, 0.4) !important;
    transform: translateY(-2px) !important;
}

#pms_login #wp-submit:active {
    transform: translateY(0) !important;
}

/* Extra Links (Register | Lost Password) */
.login-extra {
    text-align: center !important;
    margin-top: 20px !important;
    padding-top: 25px !important;
    border-top: 1px solid #E8ECF1 !important;
}

.login-extra a {
    color: #6E85B2 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.login-extra a:hover {
    color: #5C527F !important;
    text-decoration: underline !important;
}

.login-extra .separator {
    color: #D1D5DB !important;
    margin: 0 10px !important;
    font-size: 14px !important;
}

/* Hidden Fields */
#pms_login input[type="hidden"] {
    display: none !important;
}

/* Responsive Design */
@media (max-width: 600px) {
    #pms_login.pms-form {
        padding: 30px 25px !important;
    }
    
    #pms_login::before {
        font-size: 24px !important;
    }
}

/* Error Messages */
.pms-form .pms-field-error input {
    border-color: #EF4444 !important;
    background: #FEF2F2 !important;
}

.pms-error {
    color: #EF4444 !important;
    font-size: 13px !important;
    margin-top: 6px !important;
    display: block !important;
    font-weight: 600 !important;
}

/* Success Messages */
.pms-success {
    background: #D1FAE5 !important;
    border: 1px solid #34D399 !important;
    color: #065F46 !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;
}

/* Loading State */
#wp-submit:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}
</style>/* End custom CSS */