/* Keep native login/registration fields readable in the dark WoodMart theme. */
body.woocommerce-account .woocommerce form.login input.input-text,
body.woocommerce-account .woocommerce form.register input.input-text,
.login-sidebar .woocommerce-form-login input.input-text {
    background: #fff !important;
    color: #202020 !important;
    -webkit-text-fill-color: #202020 !important;
    caret-color: #202020 !important;
    color-scheme: light;
}
body.woocommerce-account .woocommerce form.login input.input-text:autofill,
body.woocommerce-account .woocommerce form.register input.input-text:autofill {
    -webkit-text-fill-color: #202020 !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
