/* Password Eye */

.form-eye {
	position: absolute;
	right: 10px;
	cursor: pointer;
}

.form-eye.hide-eye i:first-child {
	display: block;
}

.form-eye.hide-eye i:last-child {
	display: none;
}

.form-eye.show-eye i:first-child {
	display: none;
}

.form-eye.show-eye i:last-child {
	display: block;
}