.password-wrapper {
	display: inline-block;
    position: relative;
    width: 100%;
}

.password-input {
    width: 100%;
    padding-right: 40px; /* space so text doesn’t overlap eye */
    box-sizing: border-box;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 12px; /* inside the input */
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    display: flex;
    align-items: center;
}

.eye-icon {
    width: 20px;
    height: 20px;
}
