table{
	width: 800px;
	margin: 0 auto;
}
table tr td>span{
	color: red;
}
table tr td:first-child{
	width: 200px;
	text-align: right;
}
table tr td:nth-child(2){
	width: 300px;
	text-align: left;
}

table tr td:nth-child(3){
	width: 300px;
	text-align: left;
	/*background-color: pink;*/
}
input[type='text'],input[type='password']{
  	outline: none;
  	width: 300px;
  	height: 30px;
  	box-sizing: border-box;
}
input[type='submit']{
	border: none;
	width: 300px;
  	height: 30px;
  	line-height: 30px;
  	background-color: #0075C1;
  	color: white;
  	margin-top: 30px;
}
.hi{
	height: 50px;
	line-height: 50px;
}