.logo-container {
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo-container h1 {
    color: white;
    font-family: serif;
    font-weight: 500;
}
.logo-container img {
    height: 80px;
    width: auto;
}
body {
    background-color: black;
}
.footer-list {
    list-style-type: none;
    margin-block-start: 0;
    padding-inline-start: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer-list li {
    display: inline-block;
    margin: 2em 0;
    padding: 0 .6em;
}
.footer-list li a {
    color: white;
    font-weight: 600;
    font-family: monospace;
    font-size: 1.25em;
    text-decoration: none;
}
form {
    position: absolute;
    bottom: 20%;
    width: 100%;
}
form p {
    color: white;
    font-weight: 600;
    font-family: monospace;
    font-size: 1.25em;
    text-align: center;
    line-height: 1.9em;
}
.form-group {
    margin: 0 auto;
    display: block;
    text-align: center;
}
form .transparent {
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(238, 238, 238, 0.27);
    color: white;
    height: 30px;
    padding: 6px 16px;
    border-radius: 4px;
    font-family: monospace;
}
form button {
    margin-top: -4px;
    padding: 8px 16px;
    font-family: monospace;
    font-weight: 600;
    margin-left: 8px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    color: white;
}
/* custom */
.btn-fill {
    color: black;
}
input {
    background-color: white !important;
}