.asia-pacific-activity-event-sign-in-mob-container[data-v-bdd6b1fe] {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(52, 125, 176, 0.8);
  padding: 26.6666666667vw 6.4vw;
  background: linear-gradient(180deg, rgb(220.4342498779, 229.5556182861, 242.4776763916), rgb(255, 254.745010376, 254.745010376) 24%);
}
.text-center[data-v-bdd6b1fe] {
  text-align: center;
}
.header-container .logo[data-v-bdd6b1fe] {
  height: 16px;
}
.header-container .logo img[data-v-bdd6b1fe] {
  height: 100%;
}
.header-container .title[data-v-bdd6b1fe] {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 600;
  margin-top: 16px;
  line-height: 150%;
}
.header-container .title.isBlack[data-v-bdd6b1fe] {
  color: rgb(26, 29, 37);
  line-height: 140%;
  margin-top: 40px;
}
.form-container[data-v-bdd6b1fe] {
  margin-top: 10.6666666667vw;
  padding: 10.6666666667vw 6.4vw;
  border-radius: 16px;
  background: rgb(255, 255, 255);
}
.form-container .form-tips[data-v-bdd6b1fe] {
  color: rgb(56, 59, 67);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  margin-bottom: 6.4vw;
}
.form-container .form-input[data-v-bdd6b1fe] {
  border-radius: 4px;
  height: 48px;
  color: rgb(161, 166, 175);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  --el-input-bg-color: rgba(246, 246, 246, 1);
  margin-bottom: 6.4vw;
}
.form-container .form-input[data-v-bdd6b1fe] .el-input__wrapper {
  box-shadow: none;
  border-radius: 4px;
  padding: 0 12px;
}
.form-container-simple .form-tips[data-v-bdd6b1fe] {
  color: rgb(161, 166, 175);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 4.2666666667vw 0 16vw 0;
}
.form-container-simple .form-input[data-v-bdd6b1fe] {
  border-radius: 4px;
  height: 56px;
  color: rgb(161, 166, 175);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  --el-input-bg-color: transparent;
  margin-bottom: 10.6666666667vw;
}
.form-container-simple .form-input[data-v-bdd6b1fe] .el-input__wrapper {
  box-shadow: none;
  border-radius: 4px;
  border-bottom: 1px solid rgb(194, 200, 211);
  padding: 0;
}
.form-submit[data-v-bdd6b1fe] {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 36px 0px 36px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  background-color: rgb(26, 29, 37);
  border-radius: 4px;
  outline: none;
  border: none;
  --el-button-disabled-text-color: #fff;
}
.form-submit.is-disabled[data-v-bdd6b1fe] {
  background-color: rgb(202, 204, 205);
}
[data-v-bdd6b1fe] .el-dialog {
  --el-dialog-margin-top: 60%;
}
.dialog-content-wrapper[data-v-bdd6b1fe] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dialog-content-wrapper .icon[data-v-bdd6b1fe] {
  width: 60px;
  height: 60px;
}
.dialog-content-wrapper .title[data-v-bdd6b1fe] {
  color: rgb(26, 29, 37);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  margin: 16px 0;
}
.dialog-content-wrapper .sub-title[data-v-bdd6b1fe] {
  color: rgb(92, 96, 106);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin-bottom: 24px;
}