#slider {
  display: inline-block;
  width: 280px;
  height: 40px;
  position: relative;
  border-radius: 5px;
  background-color: #f5f5f5;
  overflow: hidden;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  margin-top: 5px;
}

#slider_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #1890ff;
  z-index: 1;
}

#label {
  width: 46px;
  position: absolute;
  left: 0;
  top: 0;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e8e8e8;
  background: #fff;
  z-index: 3;
  cursor: move;
  color: #1890ff;
  font-size: 16px;
  font-weight: 900;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

#labelTip {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: 'Microsoft Yahei', serif;
  color: #999;
  line-height: 38px;
  text-align: center;
  z-index: 2;
}
.forgetpwd a,.remmberpwd{
  font-size: 14px;
}
