#send_btn{
	position: absolute;
	right: 4%;
}
.password_checking{
	float: left;
}
.password_checking .lnr{
	font-size: 18px;
	position: fixed;
	margin-top: 2px;
	margin-left: 4px;
	font-weight: bold;
}
.wrong-password{
	color:#721c24;
}
.ok-password{
	color:#666666;
}