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 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 another example of a login+ registration form, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The font style, Bootstrap, and JavaScript styles are imported to the code with their URLs. The form consists of buttons, toggle buttons, and input text fields. The functionality of the toggle buttons has been implemented using JavaScript methods. The input text fields have been validated by making them required in HTML. The Register and Sign-in forms are given the styles of background color as #f3f3f3, box-shadow style as 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px, and width as 412px. The input text fields are given a font-size of 16px. The social media buttons are given the styles of font-weight as 100, font color as white, width as 190px, and font-size as 0.9rem. The two social media buttons are given two different background colors as #3C589C and #DF4B3B. The media quarries have been used to increase the responsiveness of the form. Source: https://bootsnipp.com/snippets/GavAo
This is an example of a registration form with an animated background, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The form consists of an animated background and a registration section with input text fields and a 'Submit' button. Particles.js JavaScript library has been imported to the code and JavaScript methods have been used to implement the animations in the background form. The body of the form is given the styles of height and width as 100%, font-family as 'Roboto', sans-serif, and font color as #fff. The background of the form is given a linear gradient color of linear-gradient(to right, #6819e8 0%,#7437d0 35%,#615fde 68%,#6980f2 100%). The title of the form is displayed with a font-size of 59px. The input text fields have been validated by making them required. The 'Submit' button is created as a primary type button in HTML. Source: https://www.bootdey.com/snippets/view/Register-form-with-particles-js#js
This is an example of a simple registration form, designed using CSS, HTML, and Bootstrap framework 4. The form consists of input text fields, 'Accept terms' checkbox, and the 'Signup' button. The font and Bootstrap styles are imported to the code with their URLs. The body of the form is given the styles of font color as #fff, background color as #63738a, and font-family as 'Roboto', sans-serif. The signup form is given a width of 450px, background color as #f2f3f7, box-shadow as 0px 2px 2px rgba(0, 0, 0, 0.3), and font color as #999. The input text fields are given a background color as #969fa4, which gets changed to #5cb85c, in a focus event. The 'Signup' button is created as a success type button and given the styles of font-size as 16px, and font-weight as bold. The 'terms of use' and 'privacy policy' link also take an underline effect on hover. Source: https://www.tutorialrepublic.com/snippets/preview.php?topic=bootstrap&file=simple-registration-form