منصة Atabadol
.password-box {
position: relative;
width: 100%;
}
.password-box input {
width: 100%;
padding: 10px 40px 10px 10px; /* space لليمين */
}
.toggle-eye {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
font-size: 18px;
}