form {
    width: 100%;
}

div.checkbox {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: left;
}

label {
    align-self: flex-start;
}

.reset-password a {
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    margin-top : 12px;
}

.reset-password {
    margin-top: 12px;
}

@media all and (min-width: 780px) {
    form {
        min-width: 600px;
    }

    .link-inline {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .reset-password {
        margin-top: 2px;
    }
}