.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-397 .elementor-element.elementor-element-3b8f45c{--display:flex;--min-height:800px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-widget-wl-myaccount-login-form .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-wl-myaccount-login-form .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-397 .elementor-element.elementor-element-d2f7541{width:var( --container-widget-width, 30% );max-width:30%;--container-widget-width:30%;--container-widget-flex-grow:0;}.elementor-397 .elementor-element.elementor-element-d2f7541 .woolentor-myaccount-form-login .woolentor-form-title{font-family:"Verdana", Sans-serif;font-size:28px;text-align:center;}.elementor-397 .elementor-element.elementor-element-d2f7541 .woolentor-myaccount-form-login form.woocommerce-form-login .form-row label{text-align:left;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-397 .elementor-element.elementor-element-624fcef{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-397 .elementor-element.elementor-element-3b8f45c{--min-height:700px;--justify-content:flex-start;}.elementor-397 .elementor-element.elementor-element-d2f7541{width:100%;max-width:100%;}.elementor-397 .elementor-element.elementor-element-d2f7541 > .elementor-widget-container{margin:40px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-397 .elementor-element.elementor-element-d2f7541 .woolentor-myaccount-form-login .woolentor-form-title{font-size:22px;text-align:center;}}/* Start custom CSS for wl-myaccount-login-form, class: .elementor-element-d2f7541 *//* ========================================== */
/* WooLentor Light Glassmorphism Login Form   */
/* ========================================== */

/* Main Login Form Container */
.elementor-widget-wl-myaccount-login-form form.woocommerce-form-login {
    background: rgba(255, 255, 255, 0.65) !important; 
    backdrop-filter: blur(16px) !important; 
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 16px !important;
    padding: 35px 25px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

/* Labels */
.elementor-widget-wl-myaccount-login-form form.woocommerce-form-login label {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    display: block !important;
    letter-spacing: 0.3px !important;
}

/* Input Fields - Clean Light Look */
.elementor-widget-wl-myaccount-login-form form.woocommerce-form-login input.woocommerce-Input:not([type="checkbox"]) {
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: #000000 !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02) !important;
}

/* Input Focus State (Black Accent) */
.elementor-widget-wl-myaccount-login-form form.woocommerce-form-login input.woocommerce-Input:not([type="checkbox"]):focus {
    border-color: #000000 !important; 
    background: rgba(255, 255, 255, 0.9) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1) !important; 
}

/* Login Button - Solid Black */
.elementor-widget-wl-myaccount-login-form form.woocommerce-form-login button[name="login"] {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: background 0.3s ease, transform 0.2s ease !important;
    margin-top: 15px !important;
    letter-spacing: 0.5px !important;
}

/* Button Hover State */
.elementor-widget-wl-myaccount-login-form form.woocommerce-form-login button[name="login"]:hover {
    background-color: #333333 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Remember Me Checkbox Area */
.elementor-widget-wl-myaccount-login-form form.woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #555555 !important;
    font-size: 13px !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    cursor: pointer !important;
}

/* Checkbox Style */
.elementor-widget-wl-myaccount-login-form form.woocommerce-form-login input[type="checkbox"] {
    accent-color: #000000 !important;
    width: 16px !important;
    height: 16px !important;
    cursor: pointer !important;
    background: transparent !important;
    border: 1px solid rgba(0,0,0,0.3) !important;
    margin: 0 !important;
}

/* Lost Password Link Area */
.elementor-widget-wl-myaccount-login-form form.woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 20px !important;
    text-align: center !important;
}

/* Lost Password Link Text */
.elementor-widget-wl-myaccount-login-form form.woocommerce-form-login .woocommerce-LostPassword a {
    color: #000000 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: color 0.3s ease !important;
}

.elementor-widget-wl-myaccount-login-form form.woocommerce-form-login .woocommerce-LostPassword a:hover {
    color: #555555 !important;
    text-decoration: underline !important;
}/* End custom CSS */