@charset "UTF-8";
html:has(.modal-dialog.active) {
  overflow: hidden;
}

/* 表單區 */
/* --- 外層彈窗背景 (半透明遮罩) --- */
.page-fuction {
  width: 100%;
  top: 0;
  overflow: auto;
  min-height: calc(100vh - 120px);
}
.page-fuction .form-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.page-fuction .modal-title h2 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: 1px;
}
.page-fuction .modal-title h2:not(:has(+ p)) {
  padding-bottom: 48px;
}
.page-fuction .modal-title p {
  padding-bottom: 36px;
  margin: 0;
  font-size: 16px;
}
.page-fuction .modal-title.text-center {
  text-align: center;
}
.page-fuction .loading-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.8;
  background-color: #ffffff;
  z-index: 8;
  display: none;
}
.page-fuction .login-modal-dialog.is-loading .loading-mask {
  display: block;
}
.page-fuction .login-modal-dialog {
  z-index: 2;
  position: relative;
  width: 569px;
  margin: 40px auto 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.15);
  font-family: "Helvetica Neue", Arial, sans-serif;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 576px) {
  .page-fuction .login-modal-dialog {
    width: 100%;
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    margin-top: 28px;
    border-radius: 12px 12px 0 0;
  }
}
.page-fuction .modal-header {
  width: 100%;
  height: 80px;
  background-color: #fff;
}
@media (max-width: 576px) {
  .page-fuction .modal-header {
    height: unset;
  }
}
.page-fuction .modal-body {
  padding: 0 40px 48px 40px;
}
@media (max-width: 576px) {
  .page-fuction .modal-body {
    padding: 0 24px 48px 24px;
    padding-top: 80px;
  }
}
@media (max-width: 370px) {
  .page-fuction .modal-body {
    padding: 80px 16px 48px 16px;
  }
}
.page-fuction {
  /* 關閉按鈕 */
}
.page-fuction .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.page-fuction .modal-back {
  position: absolute;
  top: 32px;
  left: 20px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.page-fuction .flex-between {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page-fuction .page-description {
  font-size: 16px;
  color: #111113;
  opacity: 0.6;
  margin: 0;
  margin-top: 16px;
  margin-bottom: 20px;
  padding-left: 4px;
}
.page-fuction .password-strength {
  list-style-type: none;
  padding-left: 0;
  font-size: 14px;
}
.page-fuction .password-strength .svg {
  width: 20px;
  display: inline-block;
  text-align: center;
  padding-right: 8px;
}/*# sourceMappingURL=index.css.map */