You can put that element on its own layout grid and then align it. Or just like the Email field which is its own container, you can wrap your elements in its container.
giving negative styles is not a good practice.
EDIT:
I just looked at the css on the togglepassword widget and its little not very self explannatory.
So as a quick fix, just add the below styles in your main.scss file ( App > Styling > Web > main.scss) which should do the needful for you now.
.toggle-password-button {
top: unset;
right: 24px;
}
Hii Francisco Quintero, You can give style (position : "relative") to password widget and style (position:"absolute";right :10px) to toggle password widget .
Hope, this will help you.