Use this CSS to change the width of the LearnDash login/registration modal:
.learndash-wrapper .ld-login-modal {
max-width: 550px;
}
This is especially useful if you are not using the registration aspect of this modal, and only using it as a login modal. You don’t need nearly as much space.