/* icon */
.ht-login-icon {
	background:url(/resources/images/login/login-sprite.png) no-repeat;
	display:inline-block;
}
.ht-select-btn {
	width:12px;
	height:12px;
	background-position:0 0;
}
.cur .ht-select-btn {
	background-position:0 -22px;
}
.ht-eye-icon{
	position:absolute;
	left:235px;
	top:9px;
	width:15px;
	height:11px;
	background-position:0 -44px;
}
.ht-eye-icon.cur{
	background-position:0 -64px;
}



/* form */
.ht-login-input {
	width:260px;
	margin-left:170px;
	border:1px solid #cecece;
	border-radius:6px;
}
.ht-login-input-width{
	width:491px;
}
.ht-login-input:hover {
	border:1px solid #5e83f9;
}
.ht-login-input input {
	border:0;
}
.uploadBox{
	margin-right: 10px;
}
.uploadBox ul li{
	float: left;
	position: relative;
}
.uploadBox ul li .absolute{
	position: absolute;
	right:0px;
	top:0px;
	width:20px;
	height:20px;
	border-radius: 50%;
}
.uploadBox ul li .lh-100{
	line-height:100px;
	cursor: pointer;
}

.ht-login-input input[type="file"] {
	
}

.must-fill{
	position:absolute; 
	left:-15px;
	top:6px;
}
select{
	background: transparent;
    border:none;
    outline: none;
}

.select-location select{
	border:0;
	height:30px;
	width:55px;
	margin-left:8px;
	
}
.select-one select{
	border:0;
	height:30px;
}



/* btn */
.login-btn {
  color: #5e83f9;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 23px;
  background: #cdd9ff;
  border-radius: 14px;
}
.login-btn:hover {
  color:#ffffff;
  background: #6a8dfd;
}

.return-btn{
  border:1px solid #5e83f9;
  color: #5e83f9;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 23px;
  background: #ffffff;
  border-radius: 14px;
}
.return-btn:hover {
  color:#ffffff;
  background: #6a8dfd;
}






