This is an example of another simple quick login form, designed using CSS, HTML, and Bootstrap framework 4. The body of the form is given the styles of background color as #2962FF, and font-family as Arial, Helvetica, sans-serif. The font-weight of the card heading is set as bold to make the font highlighted. The input text fields are given a background color of rgba(165, 147, 69, 0.075) The 'Submit' button is given the styles of border as 1px solid #2979FF, and border-radius as 10px. The 'Forgot password' text is displayed using the styles of font as #00ACC1, font-weight as bold, color as #26C6DA, and font-size as 15px. The background color of the input text fields is set as #eee. The 'Submit' button is created as a primary type button. In a hover event, the input text fields take the styles of color as #495057, border-color as #fff, and box-shadow as 0 0 0 0 rgba(0, 123, 255, .25). Source: https://bbbootstrap.com/snippets/bootstrap-simple-quick-login-form-73084550