#login {
		margin: 0 0 50px 0;
	}
#reset-pwd {
	display: none;
}
#new_pwd {
	position: relative;
}
	#new_pwd > img.eye {
		opacity: .5;
		z-index: 100;
		position: absolute;
		top: 13px;
		right: 10px;
		width: 20px;
		height: auto;
		cursor: pointer;
	}
	#new_pwd > img.eye:hover {
		opacity: .8;
	}
