This is another example of a create account web page, designed using HTML, CSS, and Bootstrap framework 4. The images are imported to the code with their URLs. The form consists of the input fields and a Create Account button. The body of the form is given the styles of overflow-x as hidden, height as 100%, and background as linear-gradient(45deg, #304FFE 50%, #EEEEEE 50%). The company logo is given the styles of border-radius as 50% to get circular shape, width as 30px, height as 30px, margin-top as 20px, and margin-left as 25px. The cursor style for the buttons is set as pointer to get the hand cursor effect. The input text fields are given the styles of padding as 10px 12px 10px 12px, border as 1px solid lightgrey, border-radius as 4px, margin-bottom as 25px, margin-top as 2px, width as 100%, box-sizing as border-box, color as #2C3E50, font-size as 14px, letter-spacing as 1px, and background-color as #ECEFF1. The text fields take a border style of 1px solid #304FFE in a focus event. The button is given a background color of #304FFE, where it changes to #0D47A1, in a hover event. Source:https://bbbootstrap.com/snippets/create-account-form-company-logo-and-image-65329843
This is an example of another signup form with a floating label, designed using HTML, CSS, and Bootstrap framework 4. The background image is imported to the code with its URL. The form consists of input fields, signup button or sign in with Google link. The body is given the styles of color as #000, height as 100%, and background-color as #D32F2F. The input fields are given the styles of background-color as #F3E5F5, padding as 8px 0px 8px 0px, width as 100%, box-sizing as border-box, border-bottom as 1px solid #F3E5F5, font-size as 18px, color as #000 and font-weight as 300. The input fields take the styles of border-bottom as 1px solid #D32F2F, and font-weight as 400, in a focus event. The signup button is given a background color of #BDBDBD, where it changes to #D32F2F, in a hover event. The input text label takes a transform style of translate3d(0, -100%, 0), to generate a floating label effect, in a focus event. Source: https://bbbootstrap.com/snippets/sign-up-form-floating-label-96054886
This is an example of another login form with a background image and hover effects, designed using HTML, CSS, and Bootstrap framework 4. The background image is imported to the code with its URL. Media quarries are used to increase the responsiveness of the form. The form consists of input fields, checkbox, and primary type buttons with hover effects. The Create your account title is given a font color as #fff, and font-weight as 200. The Forgot Password button is given a background color of #bcc2be. The text input fields are given a text color of #495057, whereas the text input fields section is given the styles of width as 80%, and border-radius as 25px. The Login section is given a background color as aquamarine. The buttons change their background colors in a hover event. Source: https://bbbootstrap.com/snippets/login-form-background-image-15064663
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