.toggled-password-container {
    position: relative;
    display: inline-block;
}
.toggle-password {
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: none;
    border: none;
    font-size: 14px;
    color: #8f8f9d;;
}
