.password-container{
    position: relative;        
}
.password-input{        
    width: 100%;
}
.password-toggle{
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    bottom: 0;
    opacity:0.5;  
}
.password-toggle:focus {
     box-shadow: none;
}