#login-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#forget-password {
    text-decoration: underline;
    padding-left: 0;
    padding-right: 0;
}

.btn-system {
    margin-right: 0;
}