#auth-modal .woocommerce {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #auth-modal .woocommerce {
    width: 100%;
  }
}

#auth-modal .woocommerce h2 {
  text-align: center;
}
