#loginPage[data-v-7589b93f] {
  background: #000000;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#loginPage .img-box[data-v-7589b93f] {
    width: 30%;
    max-width: 150px;
}
#loginPage .img-box img[data-v-7589b93f] {
      width: 100%;
      height: auto;
}
#loginPage .form-wrap[data-v-7589b93f] {
    width: 80%;
    max-width: 350px;
    margin-bottom: 0;
}
#loginPage .err[data-v-7589b93f] {
    font-size: 0.9rem;
    text-align: right;
    color: #FF4A4A;
    margin-top: 0.2rem;
}
#loginPage .msg[data-v-7589b93f] {
    width: 100%;
    text-align: center;
    max-width: 350px;
    background: rgba(255, 74, 74, 0.8);
    padding: 5px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: white;
}
#loginPage input[data-v-7589b93f] {
    display: block;
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    border-radius: 0;
    line-height: 1.4;
    color: #fff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.375rem 0.75rem;
    -webkit-appearance: none;
}
#loginPage input[data-v-7589b93f]::-moz-placeholder {
      color: rgba(255, 255, 255, 0.5);
}
#loginPage input[data-v-7589b93f]:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5);
}
#loginPage input[data-v-7589b93f]::placeholder {
      color: rgba(255, 255, 255, 0.5);
}
#loginPage input[data-v-7589b93f]:focus {
      border-bottom: 1px solid #ffffff;
}
#loginPage input[type="checkbox"][data-v-7589b93f] {
    display: none;
}
#loginPage .input-wrap[data-v-7589b93f] {
    margin-bottom: 2rem;
}
.show_pw[data-v-7589b93f] {
  background: url(../img/icon-eye.e01a19a1.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  padding: 11px;
  width: 20px;
  cursor: pointer;
  filter: brightness(100);
}
.show_pw.active[data-v-7589b93f] {
    background: url(../img/icon-eye-close.215a62eb.svg) no-repeat center center/contain;
}
.checkbox-style[data-v-7589b93f] {
  margin-right: 0;
}
.checkbox-style input:checked + .fake[data-v-7589b93f]::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    border-left: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    transform: rotate(-45deg);
    border-radius: 0.2rem;
}

