body {
    background: #F7F7F7;
}

.login-form-container {
    display: flex;
    align-items: center;
    height: 90%;
    justify-content: center;
}

.footer {
    background-color: #f0f0f0;
    /*color: #EAEAEA;*/
    align-items: center;
    display: flex;
    height: 10%;
    justify-content: center;
}

form {
    width: 33%;
}

.error {

    color: #e40807;
}