html {
    height: 100%;
}

body {
    height: 100%;
    box-sizing: border-box;
    margin-left: auto;
}

main.auto-flex {
    margin: auto;
}

main.auto-flex .form {
    height: fit-content;
    margin: auto;
    min-width: 170px;
    gap: calc(var(--gapMiddle) / 2);
}

com, com .wrap-com, button {
    width: 100%;
}