﻿.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: 9000px;
    z-index: 1060;
    margin-top: -1px;
    background: #ffffff;
    border: 1px solid #999999;
    border-top-color: #d9d9d9;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 8px 8px rgb(0 0 0 / 25%);
    box-shadow: 0 8px 8px rgb(0 0 0 / 25%);
}

.chosen-container.chosen-with-drop .chosen-drop {
    right: 0;
    left: 0;
}


.showPasswordBtn {
    display: inline;
    margin-right: 57%;
    margin-top: -20px;
}


@media (max-width:575px) {
    .showPasswordBtn {
        display: inline;
        margin-right: 80%;
        margin-top: -20px;
    }
}
.field-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: calc(50% - 8px); /* Adjust position as needed */
    z-index: 2;
    color: #999; /* Default color */
}