This is another example of a web form with buttons with a border effect on hover, designed using HTML, CSS, and JavaScript. The fonts are imported to the form with its URL and JavaScript functions have been used to implement the mouse hover effects. The button is given the styles of background-color as #ffffff, border-bottom as 6px solid #029ebe, border-top as 6px solid #029ebe, color as #555, cursor as pointer to make the cursor a hand pointer, display as inline-block, font-family as 'Raleway', Arial, sans-serif, font-size as 14px, font-weight as 500, height as 46px, letter-spacing as 3px,line-height as 34px, margin as 15px 45px, padding as 0 10px, position as relative, and text-transform as uppercase to automatically transform the text to uppercase. The background color of the form is set to #212121. The color of the remaining space of the border is set as 6px solid #ddd which changes the color to #029ebe in a hover event to complete the border, with a transformation style of rotate(225deg).