body {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-bg-sub);
  margin: 0;
}
body main {
  width: 370px;
  margin: auto;
  background-color: var(--color-bg-sub);
  padding: 0;
}
body main .login_sec .site_name_img_w {
  width: 100%;
  height: 37px;
  margin-bottom: 74px;
}
body main .login_sec .site_name_img_w img {
  width: 100%;
}
body main .login_sec .login_form .err_msg {
  margin-bottom: 5px;
}
body main .login_sec .login_form .lbl_input_w {
  width: 100%;
  margin-bottom: 20px;
}
body main .login_sec .login_form .lbl_input_w p {
  margin-bottom: 8px;
}
body main .login_sec .login_form .lbl_input_w input {
  width: 100%;
  line-height: 52px;
  border: 2px solid transparent;
  border-radius: 6px;
  background-color: var(--color-bg-main);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  padding: 0 10px;
}
body main .login_sec .login_form .lbl_input_w input:focus {
  outline: none;
  border: 2px solid var(--color-main);
}
body main .login_sec .login_form .lbl_input_w .pwd_input_w {
  position: relative;
}
body main .login_sec .login_form .lbl_input_w .pwd_input_w .toggle_pwd {
  width: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
body main .login_sec .login_form .lbl_input_w .pwd_input_w .toggle_pwd img {
  width: 100%;
}
body main .login_sec .login_form button {
  width: 100%;
  font-size: 18px;
  line-height: 80px;
  border: none;
  border-radius: 6px;
  color: var(--color-txt-WT);
  background-color: var(--color-main);
  margin-top: 40px;
}/*# sourceMappingURL=login.css.map */