        .password-field {
            position: relative;
        }
        .toggle-password {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            font-size: 18px; 
            color: #666; 
            cursor: pointer;
        }
        .toggle-password:hover {
            color: #333;
        }
        .fa-eye:before {
            content: "\f06e"; 
        }
        .fa-eye-slash:before {
            content: "\f070";
        }
.error {
	background: red;
	color: #fff;
	padding: 10px;
}