#x-form-el-password .toggle-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    width: 1.4rem;
    height: 1.4rem;
    padding: 0;
    margin: 0;
    color: hsla(191, 4%, 48%, .9);
}

body.theme-breeze #x-form-el-password .toggle-btn.focus {
    color: #4c8ea6
}