This is another example of a stylish sign in/ sign up page, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The form consists of two panels to sign in and signup and is given the ability to switch the panels upon clicking on the buttons. The JavaScript methods have been used to implement the functionality of the toggle panels. The form is given a font family style as "Montserrat", sans-serif. The information container is given a background color as #ebecf0, and a box-shadow style as -5px -5px 10px #fff, 5px 5px 10px #babebc. The input text fields and the social media icons are also given a box-shadow style of inset 7px 2px 10px #babebc, inset -5px -5px 12px #fff. The overlay panel that switches between the panels is given a background color of #ff4b2b. The cursor style for the buttons is set as pointer to get the hand cursor effect on hover and a text transform style as uppercase to automatically convert the characters of the text to uppercase. Source: https://codepen.io/Shruti-Ag/pen/YzywyKb
This is an example of a simple registration form layout, designed with CSS, HTML, and Bootstrap framework 4. The Bootstrap style sheet and the font style have been imported to the code. The body of the form is given the style set of background-color: #797979, font color as #444, align-items as center, font-size as 18px, and font-weight as 400. The information form is given a box-shadow style as 0 1px 3px rgba(0,0,0,.3), whereas the header section is given a background-color as #45CAE6. The header title has the styles of font color as #fff, font-weight as 700, and font-size as 1.75em. The input text field labels are displayed with the styles of font-size as .8em, font-weight as 700, and line-height as 1, whereas the text areas are given a background color as #f4f4f4. The subscription option tab is given a background color of #f4f4f4, and takes the color of #09C775, in a focus event. Source: https://codepen.io/mwhite/pen/WrMwVV
This is another example of a login/ registration form with a slider effect, designed using CSS, HTML, and Bootstrap framework 4. The font style is imported to the code with its URL. The form consists of two panels to sign in and signup and is given the ability to switch the panels upon clicking on the buttons. The body of the form is given the background color as #f0f4f3, and font-family as 'Roboto', sans-serif. The 'Signup' and 'Sign in' buttons are given the styles of border as 1px solid #fff, font color as #fff, font-size as 11px, font-weight as 500, letter-spacing as1px, and text-transform style as uppercase to convert the characters of the text to uppercase. The background color of the switching panel is set as #3aa7b1. The 'Sign in' button is given a background color as #3aa7b1, whereas the 'Signup' button is given the color #3aaf9f. Source: https://codepen.io/wpcoder/pen/vVBKNz
This is an example of a registration form layout with a reset button, designed using CSS, HTML, and Bootstrap framework 4. The media quarries have been used to enhance the responsiveness of the form. The font styles have been imported to the code with their URLs. The container is given a border style as solid 1px #d2d2d2, width as 700px, background-color as #6B4226, and font color as #ffffff. The title of the header section is displayed with the styles of font-family as 'Voltaire', sans-serif, font-size as 22px, background-color as #336699, and font color as #ffffff. The input text filed labels are given the styles of width as 120px, text-align as right, font-size as 22px, and font-family as 'Voltaire', sans-serif. The 'Reset' button is given the styles of font-size as 22px, background-color as #336699, font color as #ffffff, border-width as1px, border-color as #333333, height as 50px, and width as 120px, and border-bottom-right-radius as 50px to gets the curvy shape. The input text field take the box shadow style of #33FF66 0 0px 8px, in a focus event. Source: https://codepen.io/MBM/pen/osBqC
This is another simple registration form, designed using CSS, HTML, and Bootstrap framework 4. The form consists of input text fields and a 'Register' button. The body of the form is given the styles of background-color as RGB(29, 31, 32)., border as solid 1px grey, font color as whitesmoke, font-family as 'Roboto', sans-serif, and font-weight as 300. The title of the form is given a border-bottom style as solid 1px grey as well as the input text fields set. The input text fields are given a style set of background-color as RGB(29, 31, 32), border-bottom as dashed 1px #336633, and color as white. The 'Register' button is given a style set of background-color as #336633, border as solid 1px grey, font color as whitesmoke, and cursor style as pointer to get the hand cursor effect on hover. The button changes its background-color to #338833, and the font color to white, in a hover event. Source: https://codepen.io/bUKaneer/pen/xGqgrW
This is an example of a stylish registration form screen, designed using CSS, HTML, and Bootstrap framework 4. The form consists of the input text fields and the 'Proceed' button. The style sheet and the font style has been imported to the code. The body of the form is given a background color as #F7D4B8. The registration card is given the styles of height as 450px, width as 190px, background-color as #232E42, font color as #858993, font-family as "Roboto", sans-serif, letter-spacing as 2px, and box-shadow as 0 10px 20px 0 rgba(0, 0, 0, 0.11). The title of the card is displayed with a font-weight of 300, and a font-size of 1em. The text field labels are given a style set of text-transform as uppercase automatically convert all the characters to uppercase, color as #F7D4B8, font-size as .5em, font-weight as 400, and letter-spacing as 1px,, whereas the text fields are given the styles of background as transparent, border-bottom as 1px solid rgba(255, 255, 255, 0.11), font color as #858993, font-weight as 300, letter-spacing as 1.2px, and font-size as .8em. The input text, take the border bottom style as 1px solid #F7D4B8, and font color of #05CFDE, in a hover event. Source: https://codepen.io/kurtlopez/pen/gGZRBq