@import 'config'; html, body { height: 100%; font-size: $font-size-base !important; font-family: $font-family-sans; } html { display: table; width: 100%; } body { display: table-cell; text-align: center; vertical-align: middle; } h1 { padding-bottom: 0; margin-bottom: 0; font-size: $font-size-h1; } #section_form { text-align: center; margin-left: auto; margin-right: auto; h1 { margin-bottom: 0.5ex; } } #section_hello { p { font-size: $font-size-p-large !important; } } p, label { font-family: $font-family-serif; font-size: $font-size-p !important; } label, input, button { width: 10em; font-size: 100%; display: inline-block; box-sizing: border-box; margin-bottom: 0.5ex; } label { text-align: right; }