.elementor-12 .elementor-element.elementor-element-144df3a{--display:flex;}.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 );}body.elementor-page-12:not(.elementor-motion-effects-element-type-background), body.elementor-page-12 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-fbf7240 );}/* Start custom CSS for text-editor, class: .elementor-element-2a84cdc3 *//* 1. Change the background of the Login and Register wrappers */
#nm-login-wrap,
#nm-register-wrap {
    background-color: #161616 !important;
    padding: 30px !important; /* Adds space so the content doesn't touch the dark edges */
    border-radius: 10px; /* Optional: adds nice rounded corners to the boxes */
}

/* 2. Make all the text inside these boxes white so you can read it */
#nm-login-wrap *,
#nm-register-wrap *,
.nm-login-form-divider span {
    color: #ffffff !important;
}

/* 3. Make the form fields (email, password) visible against the dark background */
#nm-login-wrap input[type="text"],
#nm-login-wrap input[type="password"],
#nm-register-wrap input[type="email"] {
    background-color: #2a2a2a !important; 
    color: #ffffff !important;
    border: 1px solid #555555 !important;
}/* End custom CSS */