.register-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around; }

.register-left {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center; }

.register-wrapper :is(input, select, button, .attn-button) {
  font-size: 12pt;
  padding: 10px 15px; }

/*# sourceMappingURL=register.css.map */
