.cv-input-password {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.cv-input-password .cv-input__right {
  position: unset;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.cv-input__content {
  /* min-height: 28px; */
  /* line-height: 36px; */
  font-size: 15px;
}
.cv-input__placeholder {
  font-size: 15px;
}
.cv-input__right {
  height: 16px;
  position: absolute;
  bottom: 10px;
  right: 0px;
  z-index: 2;
}
.cv-input__clear {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 8px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  float: left;
  margin-left: 10px;
}
.cv-input__append {
  color: rgba(0, 0, 0, 0.4);
  width: 25px;
  text-align: center;
  overflow: hidden;
  height: 16px;
  font-size: 13px;
  line-height: 16px;
}
.cv-input__eyes {
  color: rgba(0, 0, 0, 0.4);
  width: 25px;
  text-align: center;
  overflow: hidden;
  height: 16px;
  font-size: 13px;
  line-height: 16px;
  padding: 0 5px;
}
