Below CSS will add spacing to all 3. Simply add to the bottom of your Joomla template CSS file.
Code:
#mod_login_usernametext,
#mod_login_passwordtext,
#mod_login_remembermetext {
padding-right: 5px;
}
Make adjustments as needed. You can separate the 3 selectors and style them separately as well.