In this JSfiddle I’m trying to get the “Sign up Forgot your password?” to drop below “Sign in”. (like Image 2 below)
The only way i can figure out how to do that is with using.
form {overflow: hidden;}
…but don’t want to do that, because i’d cut off the ends of the tags. (as seen in Image 2 below)
Anyone have any other suggestions?
Image 1:

Image 2:

Apply some padding to the div holidng the links:
jsFiddle example.