label.error {
  font-size: 14px;
  color: red;
  display: block;
  left: 0;
  /* bottom: -17px; */
  padding-left: 18px;
  position: relative;
  background: url(../images/index/icon/c_icon.png) no-repeat left center;
  left: 380px;
  top: -38px;
}
label.pass {
  font-size: 14px;
  color: #58c733;
  display: block;
  left: 0;
  /* bottom: -17px; */
  padding-left: 18px;
  position: relative;
  background: url(../images/index/icon/g_icon.png) no-repeat left center;
  left: 380px;
  top: -38px;
}
.row{
	overflow:visible;
}
.col-75{
	height: 50px;
}
.c-tips {
  color: #bbb;
  font-size: 14px;
  top: 50px;
}