.row { display: flex; flex-direction: row; margin-bottom: var(--pico-spacing); } .col { display: flex; } .captcha { background-color: aliceblue; height:65px; border-top-left-radius: var(--pico-border-radius); border-bottom-left-radius: var(--pico-border-radius); }