html, body {
	height: 100%;
	min-height: 630;
	min-width: 800px;
}

.row {
	display: table;
	width: 100%;
}

.col {
	display: table-cell;
}

.word::before {
	width: 2em;
	height: 2em;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-size: contain;
}

#enterName {
	width: 100%;
	background-position: 10px 8px;
	background-color: white;
}

#username {
	margin-top: 10px;
	width: 100%;
	background-position: 10px 8px;
	background-color: white;
}

#pwd {
	width: 100%;
	background-position: 10px 8px;
	background-color: white;
	margin-top: 10px;
}

#code {
	width: 100%;
	background: url("/image/login/Code.png") no-repeat 0 0;
	background-position: 10px 8px;
	background-color: white;
	margin-top: 10px;
}

#btn {
	width: 100%;
	margin-top: 18px;
}

#btn2 {
	width: 100%;
	margin-top: 13px;
}