.add-user-comp {
  width: 940px;
  height: 80px;
  position: absolute;
  background-color: #fff;
  top: 680px;
  z-index: 10;
  left: 50%;
  margin-left: -470px;
  border-radius: 50px;
  box-shadow: 5px 5px 20px rgba(153, 153, 153, 0.3);
  line-height: 80px;
  padding-left: 50px;
  box-sizing: border-box;
}
.add-user-comp > div {
  float: left;
  margin-left: 50px;
  font-size: 16px;
  color: #000;
}
.add-user-comp input {
  width: 150px;
  height: 30px;
  margin-left: 10px;
  outline: none;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
.add-user-comp .submit-btn {
  cursor: pointer;
  width: 132px;
  height: 40px;
  color: #fff;
  background-color: rgba(23,135,255,1);
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  margin-top: 20px;
}

