html, body {
    height: 100%;
    background-color: #1776ba;
}

body {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    background-color: #1776ba !important;
}

h2 {
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

section {
    border-radius: 15px;
    padding: 3em;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 2em;
}

#logo {
    padding-bottom: 0.5em;
    width: 100%;
    max-width: 400px;
    height: auto;
}

.form-input {
    padding: 0.5em;
}

p {
    color: white;
}

#footer {
    font-size: 0.8em;
}

