/* Custom Password
//--------------------------------------------------------------------- */
div.custom-password { position: relative; }

div.custom-password span {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	color: var(--color-teal);
}

div.custom-password span:hover { color: var(--color-blue); }
div.custom-password span i.esconder { display: none; }
div.custom-password input.error { background: var(--color-rosa-claro); }