html,
body,
article {
    height: 100%;
    background-color: steelblue;
}

.login-div {
    background-color: white;
    width: 30%;
    padding: 64px 64px;
    width: 40%;
    padding: 32px 64px;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.175);
}

label {
    display: block;
    text-align: left;
}

input {
    width: 100%;
    padding: 6px;
    border-radius: 5px;
}

.errorlist {
    background-color: pink;
    padding: 16px;
    text-align: left;
}

.errorlist li {
    list-style-type: none;
    padding: 0;
}