.login__form  .remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.request-password-reset {
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .login__form  .remember {
        flex-direction: column;
    }
}