Wyrównanie elementów formularzy do centrum w CSS

body {
    text-align: center;
}
form {
    display: inline-block;
}
Kind Kookaburra