I'm currently utilizing the Bootstrap v4.1 Signin Template for a basic login form (Link to template). The challenge I am facing is adding alerts to notify users of invalid logins. However, upon implementing an Alert after the login form, it has caused the form to shift to the left with the error message appearing on the right-hand side. My goal is to have the error message displayed either below or above the signin form, but as I am unfamiliar with this particular template, I am encountering difficulties in achieving this.
Below is a snippet exemplifying the issue:
// CSS code goes here
// External scripts and code imports here
If anyone has experience working with this specific Signin template and knows how to properly integrate Alerts so that both the form and the alert are displayed correctly, your guidance would be greatly appreciated!