.hide{
	display:none;
}
#member3{
	max-width: 300px;
	margin: 0 auto;
}
#member3 > div{
	position: relative;
}
#member3 > div > label{
	position: absolute;
	line-height: 28px;
	letter-spacing: 1em;
	left: 0.5em;
}
#member3 > div > input{
	width: calc(100% - 122px);
	height: 28px;
	border: 1px solid rgba(85,85,85,1);
	background: url(../images/.png) transparent;
	padding-left: 120px;
	color: rgba(255,255,255,1);
}

#member3 > div > span{
	color: rgba(85,85,85,1);
	display: block;
	line-height: 20px;
	margin: 0 0 10px;
}
#member6  > ul > li.edit_city:before{
	content: "縣市";
}

.page_now{
	border-bottom:3px solid #fff !important;
}
.member6_file {
    display: none !important;
}
/* Custom upload button appearance*/
.member6_choose-file {
  cursor: pointer;
  z-index: 1;
  margin: 20px auto 15px;
  border-radius: 50%;
  display: block;
  width: 200px;
  height: 200px;
  background: url(../images/photo.jpg);
  background-size: contain;
  background-repeat: no-repeat;  
  background-position: center;
  background-color:rgba(0,0,0,0.8);
  position:relative;
  border: 1px solid rgba(40,60,65,1);
}





