html,
body {
    height: 100vh;
    min-height: 100%;
}

header,
footer {
    line-height: 1.1rem;
    flex: none;
}

header {
    border-bottom: 1px solid rgba(108, 117, 125, 0.2);
}

.doe-logo {
    height: 60px;
}

.card {
    width: 100%;
    max-width: 460px;
    background-color: #fdfdfd;
}

label {
    font-weight: 500;
}

@media (min-height: 768px) {
    #login-form-container {
        justify-content: start !important;
        padding-top: 5em !important;
    }
}
