body {
    margin: auto;
}

#forms {
    background: gray;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#form {
    flex-grow: 1;
    text-align: center;
}

form {
    text-align: center;
}