Stylesheet not loaded on register page

You need login_enqueue_scripts for the login page.

See: https://codex.wordpress.org/Plugin_API/Action_Reference/login_enqueue_scripts

Swap that out in your add_action, or add a new one, and it should work.