This is a form with separate panels for login, registration, and forget password features, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The background image and font styles have been imported to the code with their URLs. The JavaScript methods have been used to enhance the responsiveness and the scrolling functionality of the form. The toggle buttons of the navbar have been created as primary type buttons and displayed with a style set of font-size ad 90%, font-weight as 400, letter-spacing as 1px, color as white, and font-family as 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif. 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 toggle buttons, in an orderly manner. The buttons take a box-shadow style of 0 6px 10px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19), in a hover event. The media quarries have been used to increase the responsiveness of the form. Source: https://codepen.io/elmorabityounes/pen/wxxPEL
This is an example of a stylish 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 body of the form is given a background color as #0c0d1f, and a font family style as 400 15px 'Didact Gothic', sans-serif. The login container is given a background color as rgba(255, 255, 255, 0.05), and a box-shadow style as 0 0 20px 0 rgba(0, 0, 0, 0.4), 0 0 0 2000px rgba(12, 13, 31, 0.3). The title of the form is displayed with a font family style as 400 48px 'Lobster', cursive, text-transform style as uppercase to automatically convert the text to uppercase, and text shadow style as 0 0 15px white. The Signup link is displayed with a font color of #ae9a51, which takes an underline effect in a hover event. The input text fields are given a border bottom style as 1px solid rgba(0, 0, 0, 0.2). The input fields take a border bottom color of #0c0d1f, in a focus event. The login button is given a background color as #ae9a51. Source: https://codepen.io/-n3veR/pen/vJBgBo

Login Page

4.3.1
This is an example of a sign in and a signup form, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The JavaScript methods have been used to implement the validation on the input text fields. The font style, CSS styles, and background image have been imported to the code with their URLs. The users are given the ability to switch between the sign in and sign up panels using the header links. The login container is given a filter style as blur(5px). The input text fields are given a border-bottom style as 1px solid rgba(255, 255, 255, 0.5). The font size of the input text field label gets changed to 0.75rem with a transition style as 0.3s, in a hover event. The ‘Submit’ button is given a background color as #ff1552. The media quarries have been used to enhance the responsiveness of the form. The error message gets displayed with the styles of font-size as 1.125rem, and font-color as #ff1552. Source: https://www.bootdey.com/snippets/view/User-wall-with-sidebar-show-hide#js
This is an example of login, registration, and a recover password form swap with a ripple effect and floating labels, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The form consists of three separate panels for login, registration, and recover password features. The body of the form is given a background color as #e0e0e0, and a font-family style as 'Roboto', Arial, sans-serif. The JavaScript methods have been used to implement the ripple swapping animation on the form. The sign-in form is given a background color as #00bcd4, whereas the register and recover password forms are given the colors #ffea00, and #757575 respectively. The title of the card is displayed with a font-size of 24px. The input text field labels are given a font-size as 16px, which gets changes to 12px, in a hover event to create the floating label effect. The input fields also take an underline effect with the color of #00bcd4, in a focus event. The buttons are given a text-transform style as uppercase to automatically convert the text to uppercase and a box-shadow style of 0 2px 2px 0 rgba(0, 0, 0, 0.12), to be activated on hover. Source:https://www.bootdey.com/snippets/view/user-profile-bio-graph-and-total-sales#css
This is an example of a login and registration form layout with tabs, designed using CSS, JavaScript, HTML, and Bootstrap framework 4. The users are given the ability to switch between the login and register forms, using the tabs. The JavaScript methods have been used to implement the validation on the input fields. The body of the form is given a background color as rgba(255, 84, 151, 0.40). The tabs are given the styles of background color as rgba(11, 177, 224, 0.82), text-align as center, border as 2px solid #ffffff, font-size as 1.3em, and font color as #ffffff. The cursor style for the tabs is set as pointer to get the hand cursor effect on the hover. The information container is given a background color as rgba(11, 177, 224, 0.82), and a height as 330px. The title of the container is displayed with a font-size of 1.5em. The input text fields are given an outline style as 2px solid #ffffff. Source: https://www.bootdey.com/snippets/view/Email-list-page#css
This is an example of a chat room layout with a chat list and messages, designed using CSS, HTML, and Bootstrap framework 4. The font style and user avatar images are imported to the code with their URLs. The form consists of a chat room panel, an input text field to type a new message, and a list of users available for chat. Media quarries have been used to increase the responsiveness of the form. The message avatar is given height and width of 48px, and a border of 1px solid #e7eaec. The message panel is given a background-color of #fff, border style of 1px solid #e7eaec, and text-align style as left. The message date is displayed with the styles of font-size as 10px, and font color as #888888. The input text field is given the styles of background-color as #FFFFFF, border style as 1px solid #e5e6e7, and transition as border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, and font size as 14px. Source: https://www.bootdey.com/snippets/view/Chat-room-with-right-list#css