.cus-table-responsive {
    overflow-x: auto;
}
@media (max-width:600px){
    .cus-table-responsive table {
        max-width: 600px !important;
        width: 600px;
    }
}
.toggle-pw-vis.icon-eye-open {
    z-index: 1 !important;
}
.pw-vis-toggle{
    padding-right:35px!important;
}