form {
    background-image: url('');
    background-size: cover;      /* Makes the image cover the form */
    background-repeat: no-repeat;
    background-position: center;
}

.h1{
    font-weight: bold;
    text-underline-position: below;
    color: #333;
}