.elementor-464 .elementor-element.elementor-element-6b05af6f{--display:flex;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-464 .elementor-element.elementor-element-684a652c a{color:var( --e-global-color-15e7eec );}body.elementor-page-464:not(.elementor-motion-effects-element-type-background), body.elementor-page-464 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-c029f28 );}/* Start custom CSS for text-editor, class: .elementor-element-684a652c *//* Container styling */
#customer_login {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    padding: 60px 20px;
    border-radius: 10px;
    max-width: 1280px;
    margin: 50px auto;
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Columns */
#customer_login .u-column1,
#customer_login .u-column2 {
    flex: 1 1 400px;
    background: #111;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

/* Form headings */
#customer_login h2 {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
    color: #E5AB0D; /* golden text */
}

/* Input fields */
#customer_login input[type="text"],
#customer_login input[type="email"],
#customer_login input[type="password"] {
    width: 100%;
    padding: 14px 12px;
    margin-top: 8px;
    margin-bottom: 20px;
    border: 1px solid #333;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}

#customer_login input[type="text"]:focus,
#customer_login input[type="email"]:focus,
#customer_login input[type="password"]:focus {
    border-color: #ffd700;
    box-shadow: 0 0 8px #ffd700;
    outline: none;
}

/* Buttons */
#customer_login .woocommerce-button {
    width: 100%;
    background: #ffd700;
    color: #000;
    padding: 14px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s;
}

#customer_login .woocommerce-button:hover {
    background: #fff;
    color: #000;
    box-shadow: 0 0 12px #ffd700;
}

/* Remember me checkbox */
#customer_login .woocommerce-form__input-checkbox {
    margin-right: 10px;
}

#customer_login label span {
    color: #fff;
}

/* Lost password link */
#customer_login .lost_password a {
    color: #ffd700;
    text-decoration: none;
    font-size: 14px;
}

#customer_login .lost_password a:hover {
    text-decoration: underline;
}

/* Privacy policy link */
.woocommerce-privacy-policy-link {
    color: #ffd700;
}

.woocommerce-privacy-policy-link:hover {
    text-decoration: underline;
}

/* Responsive */
@media screen and (max-width: 768px) {
    #customer_login {
        flex-direction: column;
        gap: 30px;
        padding: 40px 15px;
    }
}




/*dashboard*//* End custom CSS */