.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

iframe {
    border: none;
    border-radius: 8px;
}