﻿#login-form {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 0.5em;
}

#login-form > label {
    justify-self: end;
}

#login-form > button,
#login-form > p {
    grid-column: 1 / span 2;
    justify-self: end;
}

#turnstile-container {
    margin: 0.75em auto 0 auto;
    width: min-content;
}