This is an example of a stylish login page, designed using CSS, HTML, and Bootstrap framework 4. The background image and the font style has been imported to the code with their URLs. The body of the form is given a background color as #0c0d1f, and a font family style as 400 15px 'Didact Gothic', sans-serif. The login container is given a background color as rgba(255, 255, 255, 0.05), and a box-shadow style as 0 0 20px 0 rgba(0, 0, 0, 0.4), 0 0 0 2000px rgba(12, 13, 31, 0.3). The title of the form is displayed with a font family style as 400 48px 'Lobster', cursive, text-transform style as uppercase to automatically convert the text to uppercase, and text shadow style as 0 0 15px white. The Signup link is displayed with a font color of #ae9a51, which takes an underline effect in a hover event. The input text fields are given a border bottom style as 1px solid rgba(0, 0, 0, 0.2). The input fields take a border bottom color of #0c0d1f, in a focus event. The login button is given a background color as #ae9a51. Source: https://codepen.io/-n3veR/pen/vJBgBo

Login Page

4.3.1
This is an example of a full-page login form, designed using HTML, CSS, and Bootstrap framework 4. The background image and Bootstrap packages have been imported to the code with their URLs. The body of the form is given a font-family style as 'Roboto', sans-serif. The title of the login box is displayed with a font color of #887c7c. The 'Login' button is given a font color of #fff, and background color of #0067b8. The footer section is given the styles of background-color as #353434d1, font color as white, and text-align as center. . The concept of Lists has been used with UL and LI components, whereas the UL element has been used with the child elements of LI to display the footer items in an orderly manner. In the focus mode, the input text fields take the styles of border-color as #0067b8, and box-shadow as inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6). Source: https://bootsnipp.com/snippets/proZ4
This is an example of another login page with an animated background, designed using JavaScript, CSS, HTML, and Bootstrap framework 4. The background color of the form is set as #00b0ff. The snow icons, font style, and Bootstrap styles have been imported to the code with their URLs. The JavaScript methods have been used to create snowfall animation in the background. The login box is given a width of 350px, border style of 1px solid black, background color of rgba(48, 46, 45, 1), and a transform style of translateX(-50%). The box title has been displayed using a font color of #ff5252, and white and given a text-align style as center. The input text fields are given the styles of background color as RGB(98, 96, 96), font color as white, and font-family as 'Nunito', sans-serif. The 'Login' button is given a set of styles as border-radius as 2px, background color as #ff5252, border-color as rgba(48, 46, 45, 1), font color as white, and font-family as 'Nunito', sans-serif. In a hover event, the button changes its background color to rgba(48, 46, 45, 1), and takes the border color of #ff5252. Source: https://bootsnipp.com/snippets/lVnQq
This is an example of another login page, designed using HTML, CSS, and Bootstrap framework 4. The Bootstrap styles are imported to the code with their URLs. The login box is given the styles of width as 400px, background color as rgb(245,245,24), color as #000, and box-shadow style as 0px 0px 0px 5px rgba(0,0,0,0.15). The header and footer titles of the box are displayed with the styles of color as #646464, margin-left as 30px, font-family as Monaco, and font-weight as normal. The input text fields are given the styles of background color as #fff, width as 100%, text-align as center, and border-left as 3px solid #fff. The input fields changes the background to #fcfcfc, and border-left style to 3px solid #646464, in the focus mode. The 'Login' button is created as a primary type button in HTML. Source: https://bootsnipp.com/snippets/j6bpR

Login Page

4.3.1
This is another example of a login page, designed using HTML, CSS, and Bootstrap framework 4. The font and Bootstrap styles have been imported to the code with their URLs. The body of the form is given a font-family style of 'Josefin Sans', sans-serif, and background color of #f4f4f4. The title of the form is displayed with a style set of font-weight as 600, font-family as 'Josefin Sans', sans-serif, text-transform as capitalize to make the first letter of each word capital, text-align as center, font color as #FFF, and background color as #72d6f5. The login form is given a box-shadow style of 0 2px 4px 0 rgba(0,0,0,0.4). The input text field labels are displayed using a font-weight of 400, and a font-size of 15px. The input text fields are given a background color as #f5f5f5, font color as #565656, font-size as 14px, and border style as 1px solid #f1f1f1. The input text fields take a border-bottom style of 1px solid #6eafc4, in the focus mode. The 'Login' button takes the border color of 2px solid #24acb3, in a hover event. Source: https://bootsnipp.com/snippets/rldXr

Login Page

4.3.1
This is an example of a login page with a hover effect on the Login button, designed using CSS, HTML, and Bootstrap framework 4. The background image, font, and the Bootstrap style packages have been imported to the code with their URLs. The login page is given a width of 360px. The login card is given a background color of #3d3d3d and a box-shadow style of 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24). The input text fields are given a style set of font-family as 'Open Sans', sans-serif, background color as #f2f2f2, and font-size as 14px. The 'Login' button is given the styles of font-size as 18px, text-transform style as uppercase to automatically convert the text to uppercase, background color of #e84c3d, font color as #FFFFFF, and cursor style as pointer to get the hand cursor effect on hover. The arrow icon on the button is given the placement of right as -20px, and opacity as 0. In a hover event, the right value gets changed to 0, and opacity changes to 1, to implement the hover effect. Source: https://bootsnipp.com/snippets/Ekde7