.bii-password-field {
    position: relative;
}

.bii-password-field .form-control {
    padding-left: 46px;
}

.bii-password-toggle {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #6b756d;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.bii-password-toggle:hover,
.bii-password-toggle:focus {
    color: #234a24;
    outline: none;
}

.bii-password-toggle.is-visible {
    color: #234a24;
}
