* {
    background-color: #003d4c;
}

#header_img {
    width: 20%;
    height: auto;
}

#company_logo {
    width: 2.5%;
    height: auto;
}

.headers {
    margin: 100px 50px;
    background-color: white;
    padding: 20px 0;
}

#creds {
    display: flex;
    justify-content: space-around;
    background-color: white;
}

form, p, img, h1 {
    background-color: white;
}

h1 {
    font-family: "Lucida Calligraphy", sans-serif;
    color: #003d4c;
}

input[type="text"],
input[type="password"],
textarea {
    background-color: white;
    color: black;
    display: block;
    margin: 20px 80px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 4px;
    text-align: center;
}

button {
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    color: black;
    background-color: lightgrey;
    border-radius: 7px;
    margin: 10px 0 10px 90px;
    font-family: 'Bungee', sans-serif;
}

form label,
form ul li,
form span {
    background-color: white;
}

form ul {
    background-color: white;
    list-style-type: none;
}

ul.errorlist:empty {
    display: none;
}

ul.errorlist li {
    display: list-item;
}

ul.errorlist:not(:has(li)) {
    display: none;
}