I don't think there's a way out of the box to target just the login form, you'd need to change all of the overlays as they don't appear to have a unique class on them (there is an id but I believe that changes depending on circumstances).
You can put this in extra.less to reduce all the widths:
Code:
.overlay-container .overlay {
max-width: 400px;
}