.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 );}/* Start custom CSS */input#last_name {
    color: black;
    background-color: aliceblue;
}


input#first_name {
    color: black;
    background-color: aliceblue;
}

input#email {
    color: black;
    background-color: aliceblue;
}

input#passw2 {
    color: black;
    background-color: aliceblue;
}

input#passw1  {
    color: black;
    background-color: aliceblue;
}/* End custom CSS */