This is an example of a login form with Facebook and Google sign-in links, designed using CSS, HTML, JavaScript, and Bootstrap framework 4. The icons, background image, and the card image are imported to the code with their URLs. JavaScript functions are used to implement the click functions of the input text fields. The form container has the styles of width as 450px, height as 550px, background-color as white, top as 50px, left as 35%, box-shadow a 0 0 20px black, and border-radius as 8px. The card image is given a width of 50px, and a height of 150px. The text of the form is given the styles of font-size as 25px, font-family as 'Roboto Slab', serif, text-alignment as center, and position as relative. The font-size of the input text fields are set to 20px, with the margin-bottom style set as 15px. In a hover event, the background color of the input fields turns to gainsboro, whereas in a focus event, the fields take a box shadow effect of 0 0 10px green. The cursor style for the login button is set as pointer to get the hand cursor effect. The Facebook and Google sign-in buttons also take their respective colors as their background color, in a hover event. Source: https://bbbootstrap.com/snippets/login-form-facebook-and-google-link-26654961
This is an example of a login/signup form with dropdown input and social media buttons. The icons and font styles are imported to the code with their URLs. The form consists of a signup button, on which by clicking on, the users will be redirected to another form where the country can be selected from a dropdown list, and social media icons can be used to sign in. The body of the form is given the styles of min-height as 81vh, background as linear-gradient(0deg, #fff, 50%, #DEEEFE), and font-family as 'Rubik', sans-serif. The card is given the styles of width as calc(480px + 10 * ((100vw - 320px) / 680)), and box-shadow as 0px 5px 10px rgba(0, 0, 0, 0.8). The sign in button is given the styles of font-size as calc(12px + (13 - 12) * ((100vw - 360px) / (1600 - 320))), padding as calc(6px + 5 * ((100vw - 320px) / 780)), and color as #000. The sign in button takes the color of #315189, in a hover event. Source: https://bbbootstrap.com/snippets/login-signup-form-dropdown-input-and-social-buttons-35175582
This is an example of a login/ sign up a web form, designed using CSS, HTML, and Bootstrap framework 4. The form consists of a signup button, on which by clicking on, the users will be redirected to another form with social media sign in or signup option. The button takes the background color of #52B4DB, in a hover event. The icons and font styles are imported to the code with their URLs. The body of the form is given the styles of min-height as 81vh, background as linear-gradient(0deg, #fff, 50%, #DEEEFE), and font-family as 'Rubik', sans-serif. The font-size of the signup button is set as 14px. The social media buttons are given the styles of font-size as calc(12px + (13 - 12) * ((100vw - 360px) / (1600 - 320))), padding as calc(6px + 5 * ((100vw - 320px) / 780)), and color as #000, and take the background color of #52B4DB, in a hover event. The buttons are given a cursor style as pointer to get the hand cursor effect. Source: https://bbbootstrap.com/snippets/login-signup-social-media-modal-36071946
This is an example of simple signup with social media web form, designed using CSS, HTML, and Bootstrap framework 4. The social media images are imported to the code with their URLs. The users are given the ability to sign up by clicking on the images, which are displayed in two rows. The body of the form is given a background color of RGB(0, 0, 0), and font color of #fff. The card container is given a margin-top as 200px, whereas the title of the form is given a font-size as calc(16px + 6 * ((100vw - 320px) / 680)). The images are given the styles of width as 250px, height as 150px, and border-radius as 7px. The second row of images is given a margin-top style as calc(18px + 6 * ((100vw - 320px) / 680)). Media quarries are also used to increase the responsiveness of the form. Source: https://bbbootstrap.com/snippets/signup-social-media-26250948
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 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