.form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.form-error-non-field {
    grid-column: span 5 / span 5;

    padding-bottom: 2rem;

    color: red;
    text-align: center;

    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
