This is an example of a registration form with a navbar, designed using CSS, HTML, and Bootstrap framework 4. The font style has been imported to the code with its URL. 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 navbar items and the child elements of the dropdown lists, in an orderly manner. The body of the form is given a font-family style of 'Roboto', sans-serif, and background color of #900c3f. The title of the form is displayed with a font color of #ac1f32, which gets changed to #444, on hover. The input text fields are given a border-bottom style of 2px solid #ddd. The cursor style for the text fields is set as pointer to get the hand cursor on hover. In hover or focus events, the border color of the fields gets changed to #ac1f32. The 'Request a Demo' button is given a background color of #ac1f32, which changes to #ac1f32d7 in a hover event. Source:https://bbbootstrap.com/snippets/bootstrap-registration-form-for-company-s-demo-navbar-70202107
This is another example of a simple login layout, designed using CSS, HTML, and Bootstrap framework 4. The font and Bootstrap styles are imported to the code with their URLs. The body of the form is given a font-family style of 'Josefin Sans', sans-serif, and a background color of #0e0e0ea. The header title of the form is displayed with the styles 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, and font color as #FFF. The inner form is given a background color of #FFF, and a box-shadow style of 0 2px 4px 0 rgba(0,0,0,0.4). The input text field labels are displayed using the font-weight as 400, and font-size as 15px. The text fields are given a style set of background-color as #FFF, font color as #565656, font-size as 14px, and border as 3px solid #ebebeb. The 'Submit' button is created as a default type button and given a background color as #1e6bde, and a border style as 2px solid #FFF. Source: https://bootsnipp.com/snippets/nNd6z
This is an example of a login page layout, designed using HTML, CSS, and Bootstrap framework 4. The background image and Bootstrap styles have been imported to the code with their URLs. The form consists of social media sign-in buttons, input text fields, 'Remember Me' checkbox, and 'Sign in' button. The title of the form is displayed using the font colors of orange and #f7370a. The panel title is displayed with a font-size of 16px. The Facebook button is given the styles of background-color as #3B5998, font color as white, width as 100%, height as 40px, and text-align as center, whereas the Google button is given the styles of background-color as #dd4b39, font color as white, width as 100%, height as 40px, and text-align as center. The 'Sign In' button is created as an info type button in HTML. Source: https://bootsnipp.com/snippets/7nO2r
This is another example of a login and registration form, designed using CSS, HTML, and Bootstrap framework 4. The CSS and Bootstrap styles have been imported to the code with their URLs. The form title is displayed with the styles of font color as #88c724, display as block, font-size as 48px, font-weight as 600, line-height as 50px, and text-transform as uppercase to automatically convert the text to uppercase. The subtitle is displayed with the styles of font color as #88c724, font-size as 18px, font-weight as 400, and line-height as 22px. The Login and Registration cards are given a background color of #f9f9f9, and a box-shadow style of 2px 3px 8px #a7a7a7. The title of the cards are displayed using a border-bottom style of 1px solid #88c724, font color of #88c724, font-size of 24px, font-weight of 300, and line-height of 28px. The input text fields take the border-color of #88c724, in a hover event. https://bootsnipp.com/snippets/m1eGM
This is another example of a login form, designed using HTML, CSS, and Bootstrap framework 4. The body of the form is given a background color of f7fdca. The login card is given a border style as 3px dotted rgba(0,0,0,0.1). The input text fields are given the styles of background as rgba(0,0,0,0.5), width as 300, font-size as 18px, and background color as white. The input text fields are validated by making them required in HTML and the "User Name and Email" field has been set as auto-focused, to be automatically focused when the form is loaded. The background color of the form is set as a linear gradient color with the colors of linear-gradient(to right, #c4e17f 37.5%, #c4e17f 50%, #c4e17f 50%, #c4e17f ). The font size of the form title is set as 8 and the font size of the input text fields is set as 5, in HTML. Source: https://bootsnipp.com/snippets/pA90D
This is an example of a simple login page, designed using CSS, HTML, 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 style set of background color as #456, and font-family as 'Open Sans', sans-serif. The login header section is given a background color of #28d. The header title is displayed with the styles of font-size as 1.4em, font-weight as normal, text-align as center, text-transform as uppercase to automatically convert the text to uppercase, and font color as #fff. The input text field labels are displayed with a font size of 0.95em. The text fields are given a border color as #bbb, and font color as #555. In a focus event, the text fields take the border color of #888. The input text fields are validated by making them required in HTML. The 'Login' button is given a background color as #28d, font color as #fff, and cursor style as pointer to get the hand cursor effect on hover. In a hover event, the background color of the button changes to #17c. https://bootsnipp.com/snippets/emZ2y

Login Form

4.3.1