This is an example of a slide form for login and registration, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The users are given the ability to slide between panels. The sliding feature has been implemented using JavaScript methods. The font style and CSS styles have been imported to the code with their URLs. The body of the form is given a background color as #4d4d4d. The normal text has been displayed with the styles of font-family as 'Darker Grotesque', sans-serif, font-weight as 500, and font-size as 17px, whereas the bold text has been displayed with font-family as 'Montserrat', sans-serif, font-weight as 700, and font-size as 25px. The Welcome panel is given a background color as #2ecc71. The panel is given an animation style as .4s linear forwards, to create the sliding animation. The input text fields are given a border-bottom style as 1px solid lightgray. Source: https://www.bootdey.com/snippets/view/Bootstrap-accordion-Start-Templates#css
This is an example of a message inbox layout, designed using CSS, HTML, and Bootstrap framework 4. The font-style and avatar images are imported to the code with their URLs. The 'Search' and 'Settings' buttons are created as info type buttons. Each conversation section is given a border-bottom style of 1px solid #ddd. The time of each message is displayed using a font color of #bfbfbf. The heading of the message sections is displayed using the styles of font color as #003bb3, and font-weight as 700. The message date is given a border-bottom style of 1px solid #ddd. The 'Send Message' button is created as a success type button. The avatar images in the conversation section are given a height and width of 50px, whereas the images in the message section are given a height and width of 32px. Source: https://www.bootdey.com/snippets/view/Messages#css

Sliding Form

4.3.1
This is an example of another login and signup page, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The background image, Bootstrap, and JavaScript packages have been imported to the code with their URLs. The users are given the option to switch between login and signup forms by clicking on the 'Login' and 'Signup' buttons. The form with the input text fields changes from one form to another, upon clicking on the buttons. This functionality has been implemented with JavaScript methods. The body of the form is given a linear gradient background of linear-gradient(135deg, #cfd8dc 0%,#607d8b 100%,#b0bec5 100%). Both the Login and Signup forms are given a box-shadow style of 1px 10px 30px -10px rgba(0,0,0,0.5). The background images of the forms are given a grayscale filter. The titles of the two forms are displayed with the styles of font-weight as 400, and font color as #757575. Source: https://bootsnipp.com/snippets/3M90n
This is an example of another stylish signup form, designed using CSS, HTML, and Bootstrap framework 4. The form consists of input text fields, radio buttons, and buttons. The font style, background image, Bootstrap, and JavaScript styles are imported to the code with their URLs. The header title of the form is displayed with a style set of font-size as 65px, font-family as arabic typesetting, border-bottom-style as ridge, and font color as white. The input text field labels are displayed using the styles of font-size as 29px, font-family as arabic typesetting, and font color as white. The radio button is given the styles of width as 50%, float as left, height as 40px, and font-size as 18px. The radio button labels have the styles of font-size as 18px, font color as white, and font-style as italic. The 'Submit' button is created as a success type button whereas the 'Reset' button is created as a danger type button from HTML. Source: https://bootsnipp.com/snippets/gNdZe
This is an example of a stylish signup 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 is given a width of 305px. The body of the form is given the styles of font-family as 'PT Sans',Helvetica, Arial, sans-serif, and font color as #fff. The header title of the form is displayed with the styles of font-size as 30px, font-weight as 700, text-shadow as 0 1px 4px rgba(0,0,0,.2), and text-align as center. The input text fields are given a style set of width as 270px, height as 42px, background color as #2d2d2d, border-radius as 6px, border as 1px solid #3d3d3d, box-shadow as 0 2px 3px 0 rgba(0,0,0,.1) inset, font-family as 'PT Sans', Helvetica, Arial, sans-serif, font-size as 16px, font color as #fff, and text-shadow as 0 1px 2px rgba(0,0,0,.1). The text fields take a box-shadow style of 0 2px 3px 0 rgba(0,0,0,.1) inset, in the hover mode. The 'Submit' button is created with a background color of #ef4300, and a border style of 1px solid #ff730e. The button changes its box shadow style to 255,255,.15) inset, on hover. Source: https://bootsnipp.com/snippets/P2ZQ5
This is an example of another signup form, designed using CSS, HTML, and Bootstrap framework 4. The font and Bootstrap styles are imported to the code with their URLs. The form consists of the input text fields and the 'Signup' button. The body of the form is given the styles of font color as #fff, background color as #4c535d, and font-family as 'Roboto', sans-serif. The signup card is given a width of 400px, font color as #9ba5a8, background color as #fff, and box-shadow as 0px 2px 2px rgba(0, 0, 0, 0.3). The text fields are given a border color as #e1e4e5, and a font-size as 14px. The form title is displayed using the styles of font color as #333, and font-weight as bold. The 'Signup' button is created as a primary type button and given the styles of font-size as 16px, font-weight as bold, and background color as #5fcaba. The button changes its background color to #3fc0ad on hover, whereas the 'terms of use' and 'privacy policy' links take an underline effect. Source: https://www.tutorialrepublic.com/snippets/preview.php?topic=bootstrap&file=quick-sign-up-form