Log In Page Has No Form Fields

Hi guys

For some reason our login and registration pages now have no form fields - any idea why or where I should start looking to fix?

https://www.digitalsave.co.uk/login.html

Nothing opens neither sign in neither register.

Either your theme or mychanges is overriding tpls that are olver and not suitable, or you got all needed fields for profile unthicked

/admin.php?dispatch=profile_fields.manage

yep definetly you got unthicked profile fields compare to original vivatheme

https://demo.energothemes.com/vivashop-multi-vendor/login/

The fields are hidden by CSS for some reason

https://prnt.sc/wg0bwy

Please add to the CSS section of the Theme editor

div.ty-control-group {
    display: block !important;
}