.login-box-container {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.login-box {
  width: 450px;
  margin: 30px auto;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  background-color: #fff;
  padding-bottom: 40px;
  overflow: hidden;
}

.login-box .content-box {
  width: 400px;
  margin: 0 auto;
}

.login-box-header {
  margin-top: 40px;
  height: 40px;
  margin-left: 120px;
}

.login-box-header > .label {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  float: left;
  margin-right: 50px;
  cursor: pointer;
}
.login-box-header > .active {
  color: #ff8622;
}

#login-box-content {
  margin-top: 30px;
}
.login-box-input {
  width: 300px;
  margin: 0 auto;
}
.login-box-input > input {
  display: block;
  width: 280px;
  border-radius: 4px;
  border: 1px solid rgb(214, 214, 214);
  margin-bottom: 20px;
  padding: 10px;
  outline: none;
}
.agreement-box {
  margin-bottom: 20px;
  display: block;
  position: relative;
}
.agreement-box > input {
  outline: none;
  position: absolute;
  top: 2px;
  width: 14px;
  height: 14px;
  vertical-align: baseline;
}
.agreement-box > span {
  font-size: 14px;
  line-height: 1;
  margin-left: 18px;
}
.agreement-box a {
  font-size: 14px;
  line-height: 1;
  color: #4370e3;
}
.login-box-btn {
  width: 300px;
  margin: 0 auto;
}
#login-b {
  background-color: #ff8622;
  border: none;
  color: #fff;
  width: 100%;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}
#registor-b {
  background-color: #ff8622;
  border: none;
  color: #fff;
  width: 100%;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}
