This is an example of another simple signup form with Login with Google ID button, designed using HTML, CSS, and Bootstrap framework 4. The body of the form is given a background color of #f2f7fb. The signup card is given a border-radius of 5px, box-shadow of 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px rgba(43, 43, 43, .1), transition of all .3s ease-in-out, and a background-color of #fff. The input fields are given the styles of font-size as 16px, font-weight as 400, padding as 9px, and border-bottom as 1px solid #ccc. The signup button has the styles of background-color as #4099ff, border-color as #4099ff, color as #fff, and cursor as pointer to get the hand cursor effect. The button text is given the styles of border-radius as 2px, text-transform as capitalize to make the first letter of each of uppercase, and font-size as 15px. The Google sign in button has the styles of color as #545454, background-color as #ffffff, and box-shadow as 0 1px 2px 1px #ddd. Source: https://bbbootstrap.com/snippets/simple-signup-form-google-login-button-96902863
This is an example of a signup/login form with a "Go Back" refresh button designed using HTML, CSS, JavaScript, and Bootstrap framework 4. The Form consists of tabs, input fields, toggle button, and primary type sign in/signup, and go back buttons. The background images are imported to the code with their URLs. JavaScript function has been used to implement the functionality of the toggle button. The body of the form is given a font-family style as 'Open Sans', sans-serif. The users are given the ability to switch between the sign-up and sign-in forms using the tabs. The form card is given the styles of height as 575px, width as 430px, border-radius as 5px, and box-shadow as 0px 2px 7px rgba(0, 0, 0, 0.2). The section titles are given a font-size of 18px, and a text-transform style as uppercase to automatically convert the text to uppercase. The input fields are given a cursor style as pointer to get the hand cursor effect. The sign-in button takes the color of #0F4FE6, in a hover event. Source: https://bbbootstrap.com/snippets/login-signup-form-refresh-button-59872734
This is an example of a simple signup form designed using HTML, CSS, and Bootstrap framework 4. The form consists of input fields and a signup button. The body of the form is given a background-color of #000, whereas the signup card is given the styles of background-color as #fff, padding as 45px, and border-radius as 1px. The title of the signup card is given a font-size of 36px, and a letter-spacing of 0.08em. The input fields are given the styles of font-size as 16px, padding as 10px 15px, color as #555, background-color as #fff, and border-radius as 3px. The signup button has the styles of background as #44c5ee, padding as 10px 28px, border as 2px solid #44c5ee, color as #fff, border-radius as 50px to get the oval shape, font-weight as 700, letter-spacing as 0.08em, and transition as 0.5s all. The button changes its background color to #fff, and font color to #496174, in a hover event. Source: https://bbbootstrap.com/snippets/simple-signup-form-animation-button-39008712
This is an example of an animated signup/login form with a rotate animation, designed using CSS, HTML, and Bootstrap framework 4. The background image is imported to the code with its URL. The body of the form is given the styles of color as #6a6f8c, background as #c8c8c8, and font as 600 16px/18px 'Open Sans', sans-serif. The users can switch between the login and signup forms by clicking on the tabs and the section appears with a rotate animation. To hide one section from another while on active mode, the value of backface-visibility is set as hidden. The two sections are given a transform value as rotateY(180deg) to implement the animation. The section titles are given a text-transform style as uppercase to automatically convert the text to uppercase. The input fields text is given the styles of font color as #aaa, and font-size as 12px. In a focus event, the background of the input fields gets changed to #fff. Source: https://bbbootstrap.com/snippets/animated-login-and-sign-up-form-59406852
This is an example of a Bootstrap Signup form, designed using HTML, CSS, and Bootstrap framework 4. The signup card has the styles of margin-bottom as 30px, box-shadow as 0 2px 3px rgba(0, 0, 0, 0.03), and transition as .5, whereas the body is given a background color of #f9f9fa. The card title is given a font-size as 15px, font-family as Roboto, sans-serif, font-weight as 300, line-height as 1.5, padding as 15px 20px, and border-bottom as 1px solid rgba(77, 82, 89, 0.07). The input fields are given a border color of #ebebeb, font-size as 14px, and a font color as #8b95a5. The signup button is given a background color of #33cabb, whereas the button font is given the styles of font-size as 12px, and a text-transform style as uppercase to automatically convert the text to uppercase. It is also given a cursor style as pointer to get the hand cursor effect on a hover event. The button changes its background color to #52d3c7, in a hover event. Source: https://bbbootstrap.com/snippets/signup-form-32039614
This is an example of a simple web signup form, designed using HTML, CSS, and Bootstrap framework 4. The CSS and Bootstrap styles are imported to the code with their URLs. The color graph section is given a background color of #c4e17f, and a border radius of 5px. It is given a linear gradient background image of linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4). The form is given two primary type buttons to Register and Sign in. The text areas of the input fields are given the value True to hide the default text, when in active mode. Source: https://codepen.io/Stanssongs/pen/pJxAG