﻿.password-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.eye-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px; /* Adjust size as needed */
    height: auto;
    opacity: 0.6; /* This makes the SVG look "gray" if it's currently black */
}

.txtLogin {
    padding-right: 35px; /* Space for the icon */
    height: 24px; /* Match your design */
}
