Hi
Regarding "Register" and "Forgot password" links on login page, I have modified mine to look more pretty (like you said in your post, more proeminent) and I was thinking to share it with you, maybe can help you.
My approach was to modify the css (in fact adding custom css code in admin BO / Appearance / Customization
And I have added the custom CSS code:
#i-forms .swap a {
font-size: 16px;
border-radius: 15px;
background: #efe946;
padding: 10px;
}
Now it looks like second picture attached.
Hope it helps.