#form-login .password-wrapper {
    position: relative;
}

#form-login .password-wrapper .form-control {
    padding-right: 50px;
}

#form-login .password-toggle {
    position: absolute;
    top: 0;
    right: 0;

    width: 48px;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;
    border: 0;

    background: transparent;
    color: #486581;

    cursor: pointer;
    z-index: 5;
    line-height: 1;

    appearance: none;
    -webkit-appearance: none;
}

#form-login .password-toggle .bi {
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
}

#form-login .password-toggle:hover {
    background-color: rgba(16, 42, 67, 0.06);
    color: #102A43;
}

#form-login .password-toggle:focus {
    outline: 2px solid #86b7fe;
    outline-offset: -2px;
}