#login-container .signup .text,
#login-container .signup .password {
    width: 160px; /* use "normal" length text fields on the signup screen */
}
#login-container .signup .long-field {
    width: 95%; /* long fields should not be longer than the form */
}

