html {
  position: relative;
  background: #ffffff url('/assets/img/login_bg.jpg');
  background-size: cover;
}
html,
body {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
body {
  width: 100%;
}
.video-jbz{
  display: none;  
  position: relative;
  bottom: 0;
  height: 110vh;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .video-jbz{
    display: block; 
  }
}
#wrap {
  display: block;
  width: 100%;
  background-size: cover;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.login-box {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 23%;
    display: block;
    width: 90%;
    max-width: 350px;
    margin: 0 auto 0 auto;
    padding: 3% 30px;
    vertical-align: top;
    text-align: center;
    background: rgb(8 32 89 / 40%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 20px;
}
.login-box.fail {
  background: rgb(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  top: 42%;
  margin: 0 auto;
  height: auto;
  padding: 0;
}
.login-box img {
  display: block;
  margin: 10px auto 0 auto;
  width: 90%;
}
.company-name {
  display: block;
  font-size: 36px;
  letter-spacing: 1px;
  margin: 0 auto 25px auto;
  font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(to right, #6bff52 0%, #00b8ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 480px) {
  .company-name {
    font-size: 24px;
  }
  .login-box {
      top: 12%;
      padding: 20% 5%;
      background: rgb(96 127 199 / 35%);
      -webkit-backdrop-filter: blur(2px);
      backdrop-filter: blur(2px);
  }
}
@media screen and (max-width: 428px) {
  .login-box img {
    margin: -10px auto 0 auto;
  }
  .company-name {
    margin: 0 auto 32px auto;
  }
}
@media screen and (max-width: 375px) {
  body:after,
  body:before{
    height: 10%;
  }
  .company-name {
    margin: 0 auto 25px auto;
  }
}
@media screen and (max-width: 320px) {
  .login-box {
    margin: -210px auto 0 auto;
    max-width: 230px;
    padding: 30px 15px;
    top: 50%;
  }
}
.login-box h1 {
  display: block;
  font-size: 21px;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 20px auto;
  font-family: "HYQiHei-45S", "Microsoft YaHei", Helvetica, Hiragino Sans GB;
  letter-spacing: 1px;
  font-weight: 500;
}
.LoginCheckBtn {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto 10px auto;
  padding: 10px 15px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
  background: #000000;
  border: 0;
  border-radius: 36px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(320deg, #303377, #ce5cbd);
}
.LoginCheckBtn:visited {
  text-decoration: none;
}
.LoginCheckBtn:hover {
  background: linear-gradient(320deg, #222222, #555555);
  color: #ffffff;
  cursor: pointer;
}
.InputBox {
  width: 90%;
  border: 0;
  background-color: #f5f5f5;
  margin: 0 0 13px 0;
  padding: 10px 20px;
  border-radius: 36px;
  font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
  font-size: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0;
}
@media screen and (max-width: 375px) {
  .InputBox {
    margin: 0 0 6px 0;
  }
}
.relogin-msg {
  font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
  text-align: center;
  color: #ffffff;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 2;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .relogin-msg {
    font-size: 15px;
    position: fixed;
    top: auto;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
  }
}
#login_msg {
  font-size: 16px;
  margin: 10px 0;
  color: #fbcd9c;
  font-weight: 500;
  font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei",
    微軟正黑體, sans-serif;
}
.login-box.fail #login_msg {
  border-radius: 26px;
  border: 2px solid #cf4dff;
  padding: 10px 20px;
  width: auto;
  display: inline-block;
}

.note {
  display: block;
  width: 300px;
  color: #ffffff;
  font-size: 13px;
  line-height: 160%;
  margin: 20px auto 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, STHeiti, "Microsoft JhengHei",
    微軟正黑體, sans-serif;
}
.note a {
  color: #f90;
  margin: 0 2px;
}
.note img {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 2px;
}
.head-icon {
  display: block;
  margin: 5px auto 25px auto;
  border-radius: 100%;
}
.fa.fa-user-circle-o:before {
  position: relative;
  top: 5px;
  content: "\f2d6";
  font-size: 90px;
  color: #56d4f4;
}
/*icon  */
.mobile-icon,
.desktop-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
  width: 57px;
  height: 52px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(320deg, #341746, #c85ec7);
}
.mobile-icon:after,
.desktop-icon:after {
  position: absolute;
  font-family: "FontAwesome";
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}
.mobile-icon:after {
  left: 19px;
  top: 2px;
  content: "\f10b";
  font-size: 45px;
}
.desktop-icon:after {
  left: 12px;
  top: 12px;
  content: "\f108";
  font-size: 30px;
}
.register-btn {
  display: block;
  text-align: right;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  margin: 5px 20px 0 -15px;
  font-size: 14px;
}
.register-btn:hover {
  color: #fdaef4;
  text-decoration: underline;
}
