
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    justify-content: center;
    display: flex;
    width: 100%;
}

.login {
}

.login .title {
    padding: 12px;
    text-align: center;
}

.login .content {
    display: flex;
    justify-content: center;
    padding-top: 24px;
    align-items: center;
}

.login .form {
    width: 300px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.login .form input {
    margin-bottom: 8px;
}

.conteudo {

}

.conteudo .title {
    padding: 12px;
}

.conteudo table th, td {
    white-space: nowrap;
}