This is an example of a multi-step form wizard with an animated progress bar, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The icons are imported to the code with their URLs. JavaScript methods have been used to implement the progressing function of the progress bar. The input text fields are given a font color as grey. The heading of the form is displayed using a text-transform style as uppercase to automatically convert the text to uppercase and font color as #673AB7. The input text fields are given a style set of border as 1px solid #ccc, margin-bottom as 25px, margin-top as 2px, width as 100%, box-sizing as border-box, font-family as Montserrat, font color as #2C3E50, background-color as #ECEFF1, font-size as 16px, and letter-spacing as 1px. In a focus event, the text fields take a border style of 1px solid #673AB7. The 'Next' button is given a background color of background: #673AB7, font-weight as bold to highlight the text, font-color as white, and the cursor style as pointer to get the hand cursor in hover. The background color of the button turns to #311B92, in a hover event. Source:https://bbbootstrap.com/snippets/multi-step-form-wizard-animated-progressbar-53000683
This is an example of a registration form with an animated background, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The font style has been imported to the code with its URL. The JavaScript methods have been used to implement the required validation on the input fields. The body of the form is given the styles of font-family as 'PT Sans', sans-serif, font-size as 16px, line-height as 1.428571429, and font-weight as 400, and font color as #fff. The wave section is given a background color as #252E45, and given the styles of animation as shift 20s infinite linear, and transform as rotate(360deg), to create the wave animation. The input text fields are given a border-bottom style as 1px solid #75759The ‘Submit’ button is given a border style as 2px solid #75759E, and takes the background color of #EDA261, and a border style of 2px solid #EDA261 in a hover event. Source: https://www.bootdey.com/snippets/view/Inbox-mail#css
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 with an animated background, designed using CSS, HTML, and Bootstrap framework 4. The height and width of the form are set as 300px. The background color of the form is set as black. 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 in an orderly manner. The navbar is given a background color of rgba(0,0,0,0.5), and a box-shadow style of 0 0 15px #66ffff. The navbar items are given a font color as white which turns to yellow. The website name is displayed using the font colors of red and green. The animation of the moving the heart is created using the marquee attribute in HTML, where the direction of the marquee is set as right. The 'Login' button has been created as a primary type button. Source: https://bootsnipp.com/snippets/qlv49
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 an animated login page, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The font style, CSS, and Bootstrap packages have been imported with their URLs. The form is set to switch between the login page and the register page. JavaScript methods have been used to implement the switching animation of the login and register forms. The body of the form is given a font family style as 'Mukta', sans-serif. The white panel is given the styles of background-color as rgba(255,255, 255, 1), height as 500px, transition as .3s ease-in-out, and box-shadow as 0 0 15px 9px #00000096. The registration and login panels are given a height as 400px, and background-color as rgba(236, 48, 20, 0.9). The 'Register' and 'Login' buttons in the white panel are displayed with the styles of background color as #444444, font color as #f9f9f9, text-transform as uppercase to automatically convert the text to uppercase, and cursor style as pointer to get the hand cursor effect on hover. Source: https://bootsnipp.com/snippets/92gmX