.form-control-feedback {
    position: absolute;
    top: 2px;
    right: 8px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    color: #333;
}

label~.form-control-feedback {
    top: 23px;
}
