html, body {
    height: 100%;
}

body {
    padding-top: 80px;
    background-color: #1B191E !important;
    display: flex;
    flex-direction: column;
}

.content {
    padding-top: 48px;
    max-width: 600px !important;
    flex: 1 0 auto;
}

.login-form input {
    width: 100%;
}