HI @visimp your registration pages looks good to me the page is pulling your theme in and is based on the standard wp-signup.php registration page, so all looks ok. You can see the plugin site demo registration page looks the same (just with a different theme)
https://justinandco.com/demo/local-signup/
if you want more in your registration than that which WP provides by default you’ll need to create your own template (see the NSUR plugin site for some details on that) or you can use the standard WP hooks to inject your code where you wish and where WP allows.
does that help ?