.form-wrapper {
    display: grid;
    background: var(--color-bg-secondary);
    border-radius: 1rem;
    padding: 2rem 2rem 0.5rem;
}