.enter-inner {
  width: min(920px, calc(100% - 30px));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.enter-logo {
  display: block;
  width: min(720px, 88vw);
  margin: 0 auto;
}

.enter .btn {
  margin: 36px auto 0;
}

@media (max-width: 560px) {
  .enter-logo {
    width: min(94vw, 620px);
  }

  .enter .btn {
    width: min(290px, 88vw);
  }
}
