h1, h4, .submit-button {
    text-align: left;
}

body {
    background-image: url(https://talksport.com/wp-content/uploads/sites/5/2023/01/Talksport-Best-Live-Betting-Sites-OP.jpg?strip=all&quality=100&w=1920&h=1080&crop=1);
    margin-left: auto;
    margin-right: auto;
    /* width: 100%; */
    background-repeat: no-repeat;
    background-size: 100dvw 100dvh;
}

.login {
    font-family: sans-serif;
    padding: 30px 20px;
    margin-left: auto;
    margin: auto;
    background-color: #FFC800;
    width: 40%;
    max-width: 500px;
}
fieldset {
    margin-bottom: 10px;
}

hr {
    background-color: #000000;
    border-color: #000000;
    height: 3px;
    border-width: 1px;
}

button {
    border: none;
    border-radius: 3px;
    background-color: green;
}

.bottom-line {
    margin-bottom: 10px;
}

footer {
       font-size: 12px;
       text-align: center;
}

a{
    color: #000000;
}

a:visited {
    color: white;
}

a:hover {
    color: gray;
}

a:active {
    color: black;
}