/* Make only the registration page wider */
.page-user-register .main-page {
  width: calc(100% - 30px);
  max-width: 1200px;
}