#Lang[data-v-fc9ff2b8] {
  background: #252525;
  border: 1px solid #5f5f5f;
  visibility: visible;
}
.lang__btn[data-v-fc9ff2b8] {
  width: 40vw;
  padding: 0 1rem;
  border-radius: 0.2rem !important;
}
.lang__btn .content[data-v-fc9ff2b8] {
  width: calc(100% - 1rem);
  font-size: 12px;
  color: #fff;
  padding: 0;
  justify-content: center;
}
div#SelectLangPanel[data-v-fc9ff2b8] {
  width: 100%;
}
.select__box[data-v-fc9ff2b8] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #464646;
}
.item[data-v-fc9ff2b8] {
  color: #fff;
}
@charset "UTF-8";
[data-v-2c86e14e] .error__dialog {
  position: absolute;
  top: 0;
}
[data-v-2c86e14e] .error__dialog .msg__box--bg {
  width: 25%;
  height: 40px;
  padding: 0;
  border: 1px solid #4f4e4e;
  box-shadow: 0 0 10px #bbb;
  background-color: #000;
  border-radius: 0;
}
[data-v-2c86e14e] .error__dialog .msg__box--content {
  height: 100%;
}
.align[data-v-2c86e14e] {
  height: 100%;
}
.align .register__Logo[data-v-2c86e14e] {
  position: relative;
  width: auto;
  height: 80px;
  top: -11px;
}
.align .register__Language[data-v-2c86e14e] {
  padding-bottom: 27px;
}
.align .register__form[data-v-2c86e14e] {
  background-color: #16171b;
  padding: 35px 30px 30px 30px;
}
.align .onSubmit[data-v-2c86e14e] {
  border: 1px solid #d4c0a1;
  color: #fff;
  width: 100%;
  border-radius: 4px;
  padding: 0.8rem 1rem;
  text-align: center;
  font-weight: 100;
}
.align .dialog[data-v-2c86e14e] {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.align .dialog__style[data-v-2c86e14e] {
  height: 65.6px;
  margin-top: -33px;
  z-index: 99999;
  display: block;
}
.align .dialog__mask[data-v-2c86e14e] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3019607843);
}
.ChangePassword__form[data-v-2c86e14e] {
  background-color: #16171b;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #29292d;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ChangePassword__form .ConfirmBtn[data-v-2c86e14e] {
  width: 80%;
  top: 0;
}
.form[data-v-2c86e14e] {
  /* 如果只想針對有文字的 input 添加樣式，可以使用 :not(:placeholder-shown) 選擇器 */
}
.form__field[data-v-2c86e14e] {
  display: flex;
  background-color: #0b0c0e;
  align-items: center;
  justify-content: center;
}
.form__field img[data-v-2c86e14e] {
  height: 25px;
  margin-left: 10px;
}
.form__field input[data-v-2c86e14e] {
  color: #ffffff;
}
.form input[data-v-2c86e14e] {
  background-color: transparent;
  text-align: center;
  /* 或者可以使用其他的值，比如 'inherit' */
}
.form input[data-v-2c86e14e]:not(:-moz-placeholder-shown) {
  background-color: transparent;
  /* 或者可以使用其他的值，比如 'inherit' */
}
.form input[data-v-2c86e14e]:not(:placeholder-shown) {
  background-color: transparent;
  /* 或者可以使用其他的值，比如 'inherit' */
}
