Using a Perspective View and FlexContainers. All the other Perspective components seem to support adding a style value "margin" save for the PasswordField thus far. It just ignores the setting.
Not sure if I have a typo or some components just don't support margins.
The PasswordField seems to work the same with "margin" or "margin-top". It's just that with only "margin-top" set, it is just doing the one margin so the PasswordField moves away from the top 15px but it's now outside the bottom of the FlexContainer and you get a scrollbar. If you do "margin-top" and "margin-bottom" they cancel each other out and it looks like when you use just "margin" or nothing, no change.
It's like there is a setting forcing it to be the same height as the FlexContainer.