This is an example of a stylish registration page, designed using CSS, HTML, and Bootstrap framework 4. The background image, font style, and Bootstrap styles have been imported to the code with the URLs. The body of the form is given the styles of font-family as Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif, font-weight as 400, font-size as 15px, and font color as #1d3c41. The header title of the Login card is displayed with the styles of font-size as 48px, font color as RGB(6, 106, 117), font-family as 'FranchiseRegular','Arial Narrow',Arial,sans-serif, font-weight as bold, and text-align as center. The input text fields are given a border style of 1px solid RGB(178, 178, 178), which gets changed to 1px solid rgba(91, 90, 90, 0.7), in the focus mode. The user is redirected to the registration form, upon clicking on the 'Join Us' button. The input text fields are validated by making them required in HTML. Source: https://bootsnipp.com/snippets/QXpo5
This is an example of another stylish login form, designed using CSS, HTML, and Bootstrap framework 4. The background image, font style, and Bootstrap styles have been imported to the code with the URLs. The labels of the input fields in the form are given a floating animation, to be activated on the focus mode. The functionality of the labels is implemented by the JavaScript methods. The body of the form is given the styles of background color as #eee, font-family as roboto, and justify-content as center. The login card is given a box-shadow style of 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12). The logo in the login card is given an opacity value of 0.8. The input text fields are given the styles of font-size as 18px, border-bottom as 1px solid rgba(255, 255, 255, 0.3), and font color as #eee. The font-size of the text fields' labels is set as 18px, which gets changed to 14px, in a hover event. Source: https://bootsnipp.com/snippets/P2RAl
This is an example of another login form with tabs on top, designed using HTML, CSS, and Bootstrap framework 4. The CSS and Bootstrap styles have been imported to the code with their URLs. The form consists of two tabs, which opens up two login forms. The background of the form is set as linear-gradient(left, #3931af, #00c6ff), to get a linear gradient color. The concept of Lists has been used with UL and LI components. UL element has been used with the child elements of LI to display the tabs, in an orderly manner. The input text fields are validated by making them required in HTML. The title of the forms is displayed using the font color of #e9ecef. The login button is given a font color of #0062cc, background color as white, and a cursor style as pointer to get the hand cursor effect in a hover event. Source: https://bootsnipp.com/snippets/8MVoQ
This is an example of an animated login form, designed using CSS, HTML, and Bootstrap framework 4. The images and Bootstrap styles have been imported to the code with their URLs. The form consists of two internal forms; the login form and the registration form. The user is given the option to switch between forms with the use of a toggle button. The form is given a background color as linear-gradient(left, #1143a6, #00c6ff). The image is given an animation effect of mover 1s infinite alternate, to implement the moving animation. The toggle tabs are given a background color as #0062cc. The header titles of the two forms are displayed with a font color of #1143a6. The input text fields are given the styles of background color as #f8f9fa, font-weight as bold, and font color as #383d41. The 'Register' button is created as a primary type button in HTML. Source: https://bootsnipp.com/snippets/qr52z
This is an example of another responsive login form, designed using CSS, HTML, and Bootstrap framework 4. The font style and Bootstrap styles have been imported to the code with their URLs. The body of the form is given a gradient background color of (radial, center center, 0px, center center, 100%, color-stop(1%,#0264d6), color-stop(100%,#1c2b5a)), and a font family style of 'FontAwesome', sans-serif. The LOGO is displayed with the styles of font color as #fff, font-size as 50px, and line-height as 125px. The input text fields are given the styles of background-color as #fff, font color as #000, height as 50px, and font-size as 24px. The input text fields are validated by making them required in HTML. The 'Submit' button is given a text-transform style as uppercase to automatically convert the text to uppercase, font-weight as bold, and background color as #000000, which gets changed to #d44179, in a hover event. Source: https://bootsnipp.com/snippets/AlkBV
This is an example of a login screen with a login form, designed using CSS, HTML, and Bootstrap framework 4. The font style, background image, Bootstrap, and JavaScript styles are imported to the code with their URLs. The form consists of two screens: the login screen and the login form. The login screen is given a carousel feature to automatically change between three slides. The body of the forms is given a background color of linear-gradient(to bottom, #FFB88C, #DE6262). The header title of the form is given the styles of margin-bottom as 30px, font-weight as 800, font-size as 30px, and color as #DE6262. The input text field labels in the login form are given a test-transform style as uppercase to automatically convert the text to uppercase. The 'Submit' button is given the styles of background color as #DE6262, font color as #fff, and font-weight as 600. Source: https://bootsnipp.com/snippets/GQ3Pl