*{
 margin: 0;
 padding: 0;
}

.content{
	 width: 500px;
	 /* height: 350px; */
	 padding-bottom:20px ; 
	 border: solid 1px black;
	 background: #FFF;
	 position: absolute;
	 left: 50%;
	 top:50%;
	 transform:translate(-50%,-50%) ;
}

.content p{
	height: 60px;
	line-height: 60px;
	color:#666;
	letter-spacing:15px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	background-color: #0DBFDD;
}

.input_content{
	 width:350px;
	 padding-top: 30px;
	 padding-right: 40px;
	 margin: 0 auto;
	 overflow: hidden;
}
#uname{
	display: inline-block;
	width: 200px;
	height: 30px;
}
#upass,#agupass,#phone,#email{
	display: inline-block;
	width: 200px;
	height: 30px;
}