@font-face {
  font-family: "SourceHanSerifCN-Medium";
  src: url("/login_assets/font/SourceHanSerifCN-Medium.otf");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  width: 100%;
  height: 100%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 999;
}
video::-webkit-media-controls {
  display: none !important;
}

.hld-container {
  font-family: "SourceHanSerifCN-Medium";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.hld__login_warpper {
  width: 459px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  z-index: 999;
  padding-bottom: 80px;
}

.hld__logo {
  width: 144px;
  display: block;
  margin: auto;
  margin-top: 50px;
}

.hld__login_title {
  color: #484848;
  font-size: 24px;
  text-align: center;
  padding: 25px 0;
}

.form-box {
  width: 340px;
  margin: auto;
}

.input-box {
  width: 100%;
  margin-bottom: 20px;
}
.input-box label {
  display: block;
  font-size: 16px;
  color: #121212;
}

.input-box input {
  border: 2px solid #757677;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 15px;
}

.input-box input:focus {
  border: 2px solid #acd7c9;
}

button {
  width: 100%;
  border: none;
  height: 45px;
  background-color: #acd7c9;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-indent: 10px;
  letter-spacing: 10px;
  margin-top: 10px;
  transition: all 0.3s ease 0s;
}

button:hover {
  background-color: #9bc6b9;
}

@media screen and (max-width: 768px) {
  .hld__login_warpper {
    width: 90%;
    height: auto;
    padding-bottom: 40px;
  }
  .hld__logo {
    width: 124px;
    margin-top: 30px;
  }
  .hld__login_title {
    font-size: 18px;
  }

  .form-box {
    width: 80%;
    margin: auto;
  }
  .input-box label {
    font-size: 14px;
  }

  .input-box input {
    font-size: 14px;
  }
}
