This is an example of another registration form, designed using CSS, HTML, and Bootstrap framework 4. The Bootstrap and font styles have been imported to the code with their URLs. The form is given a background color as #e4e6e6, and a font style as 'Roboto', sans-serif. The header section of the form has been given the styles of background color as #3f9cb5, font-size as 30px, font color as #fff, text-align as center, and text-transform style as uppercase to automatically convert the text to uppercase. The subheading of the form is displayed with the styles of font-size as 16px, font color as #222222, text-transform style as capitalize to make each letter of the word capital, and font-weight as 400. The input text fields are given the styles of height as 50px, font-size as 14px, font color as #2b2a2a, border-bottom as 1px solid #ccc, and font-weight as 400. The text fields take the border color of #3f9cb5, in a hover event. The 'Register' button is given a border color as 2px solid #ccc, which gets changed to #3f9cb5 on hover. Source: https://codepen.io/npmhieu/pen/mXEvZK
This is an example of a signup/ 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 information container is given a background-color as #fff, box-shadow as 0 0 15px 1px #3E4E5B, and a max-width as 420px. The Close button is given a background color as #75A4A, which gets changed to #3E4E5B, on hover. The title of the form is displayed with a font-weight as bold and font color as #3E4E5B. The input text fields are given a style set of font-size as 1em, color as #3E4E5B, and border-bottom as 1px solid #75A4A6. In a hover event, the fields take the styles of color as #3E4E5B, and a border-bottom style as 1px solid #577783. The 'Signup' button is given the styles of font color as #fff, background-color as #3E4E5B, and border-radius as 4px, and takes the background color of #577783, in a hover event. Source: https://codepen.io/rikanutyy/pen/oZRxgj
This is an example of a UI web form widget for login, designed using CSS, HTML, and Bootstrap framework 4. The style sheet and the font styles have been imported to the code with their URLs. The body of the form is given a background color as #3aada9, and font-family as 'Cabin', sans-serif. The header section of the form is given a background color as #ffc50c. The header image is given a height of 13px and a width of 30px. The form takes a transform effect of translateY(-5px), in a hover event to move the form up by 5px. The header section title is displayed with the styles of font-size as 2em, font color as #fff, and font-weight as 500. 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 card fields, in an orderly manner. The icon before the input fields is given a height and a width as 45px. The 'Submit' button is given a background color as #ffc50c, which turns to #D13E2F on hover. Source: https://codepen.io/mehmetmert/pen/LErrpg
This is another example of a simple signup form, designed using CSS, HTML, and Bootstrap framework 4. The font style has been imported to the code with its URL. The body of the form is given the style of background-color as RGB(27, 233, 112), and font-family as "Montserrat", sans-serif. The signup container is given a background color as white, width as 400px, height as 590px, and box-shadow as 2px 3px 10px RGB(184, 184, 184). The title of the form is displayed with the styles of text-align as center, font-size as 25px, font-weight as 700, and font color as RGB(20, 20, 20), whereas the subtitle is displayed with the styles of font-size as 14px, and font color as RGB(70, 70, 70). The input text field labels are given a font-size of 12px. The fields are given width as 100%, and a height as 35px. The 'Submit' button is given a background color as white, border style as 1px solid RGB(27, 233, 112),width as 100%, and font size as 14px. In a hover event, the button takes a background color of RGB(27, 233, 112, font color as white, and change the width to 50%. Source: https://codepen.io/xaviermod/pen/wNdKyZ

Signup Form

4.3.1
This is an example of a stylish user registration form, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The font style has been imported to the code with its URL. The media quarries have been used to increase the responsiveness of the form. The body of the form is given a linear gradient background color as linear-gradient(30deg, RoyalBlue, pink). The form card is given a background color as white, and box-shadow style as 0 8px 22px rgba(0, 0, 0, 0.4). The avatar image is given a border style as 5px solid white, and a border-radius as 50% to get the circle shape. The input text field placeholders are given a font color of #363636 and a border-bottom style as 2px solid darkgray. The 'Cancel' button is given a background color as Crimson which turns to #be324e on hover, whereas the 'Update' button is given a background color as 'LimeGreen' which turns to #52ad52 on hover. Source: https://codepen.io/moitorrijos/pen/EbaYVz
This an example of a signup form with a flipping animation, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The style sheet and the font styles have been imported to the code with their URLs. The JavaScript methods have been used to implement the flipping animation of the form, upon clicking on the 'Signup' button. The body of the form is given a font-family style as 'Dosis', sans-serif, and a background color as linear-gradient(left, #60a2dc 0%, #66c5db 50%, #60a2dc 100%). The signup container is given a width as 700px, background color as #FFF, and a box shadow style as 0px 0px 23px 2px rgba(0,0,0,0.3). The back side of the container is given a transform style as rotateY(180deg), to create the flipping animation. The input text field labels are given the styles of font color as #F87793, text-transform style as uppercase to automatically convert the text to uppercase, and height as 120px. The input test fields are given a font family style as 1.6em 'Dosis', sans-serif, and border bottom style as 1px solid #e6e6e6. The 'Signup' button has the styles of background color as linear-gradient(135deg, #f8759d 0%,#f7757c 100%), font color as #FFF, text-transform as uppercase, and font as 2em 'Dosis', sans-serif. Source: https://codepen.io/hecalu/pen/WQMoPM

Signup Form

4.3.1