
.login-form {
    width: 40ch;
    align-self: center;
}

.login-fieldset {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.form-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
