IMHO the login form in Skylar for J4 looks ugly. See "Skylar_J4_Login_Form.jpg" with my comments for the Desktop layout.
And don't blame me, it looks terrible on a smartphone with low resolution (s. "Skylar_J4_Login_Form_on_small_smartphone.jpg" ).
I have improved the form for the desktop version with some user CSS (s. "Skylar_J4_Login_Form_revRD.jpg" ):
.com-users-login {
margin-top: -60px;
}
.com-users-login__remember {
text-align: left;
}
#remember {
margin-top: 8px;
}
My knowledge in CSS is not sufficient to place the "forgot" buttons below the rest of the form. Anyway, you might consider to make them Bootstrap buttons.
Regards
Ciaran