Login-Screen on narrow Desktop-Browser:
Login-Screen on mobile Device:
Both sides have the same width and height and the exact same CSS-Code.
Why does it look different and how can I change it?
If i try using
@media screen and (max-width: 520px){ ... }
to change the width of the div it looks better on mobile but different and worse on Desktop.