I tried to add a background image using CSS, but unfortunately, I was unsuccessful in my attempts.
body {
font-family: Arial, Helvetica, sans-serif;
}
/* .login-form{
width: 400px;
} */
/* Full-width input fields */
input[type=text],
input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}