html, body, #main-content {
    height: 100%;
}

#form-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#logo img {
    display: block;
    height: 50px;
}

#logo {
    background-color: #1f1f1f;
    padding: 8px 16px;
    border-radius: 3px;
    margin-bottom: 35px;
}

#login-form {
    width: 350px;
    background-color: #fafafa;
    padding: 30px 20px;
}

#login-form input {
    display: block;
    width: 100%;
}

.field-wrapper {
    padding: 0 0 10px 0;
}
