"Sähköpostiosoite" label overlaps or is hidden under the input field on the reset page
Summary
On the password reset page, the "Sähköpostiosoite" label is displayed under or overlapping the input field, making the field label unclear.
Steps to reproduce
- Go to the login page.
- Click the "Unohditko salasanasi?" link.
- Observe the email input field on the reset page.
What is the current bug behavior?
The "Sähköpostiosoite" label appears under or overlapping the input field, making it unclear what information should be entered.
What is the expected correct behavior?
The "Sähköpostiosoite" label should be clearly visible above the input field (as a label) or inside the field (as a placeholder), so the user knows what to enter.
Relevant logs and/or screenshots
No relevant logs.
Possible fixes
Check the label and input field positioning and CSS styles. Ensure the label is properly associated with the input and displayed above the field.