#age{
    cursor: default;
}

.login-input-container {
    position: relative;
    margin-bottom: 15px;/
}

.eye-icon {
    position: absolute;
    right: 10px;
    /* Adjust as needed */
    top: 60%;
    transform: translateY(-50%);
    /* Center vertically */
    cursor: pointer;
    /* Change cursor to pointer */
    color: #888;
    /* Color of the eye icon */
}
