Need help with changing colour of text of Form__FloatingLabel

Hi - I am using Prestige theme. For some reason the customer account creation/login/recovery etc. forms appear blank on my website. The text input in the fields appear white due to which it is unreadable. Changing the font colours from Theme Settings is having no impact. Please help.

Page with problem: https://sovacare.in/account/register

Prestige demo: https://themes.shopify.com/themes/prestige/styles/couture/preview?industry%5B%5D=clothing&price%5B%5D=paid&surface_detail=clothing&surface_inter_position=1&surface_intra_position=5&surface_type=industry

@simash You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of style.css file.

form input.Form__Input, form input.Form__Input::-webkit-input-placeholder {
    color: #000 !important;
}

Thank you so much! Worked like a charm :grinning_face:

@simash Always here to help.