/* LESS Document */
.has-feedback {position: relative;}
.form-control-feedback {
    position: absolute;
    bottom: 0;
    right: calc(50% - 17px);
    z-index: 2;
    display: block;
    width: 34px;
    height: 18px;
    line-height: 34px !important;
    text-align: center;
    opacity: 0.3;
    font-size: 40px !important;
    overflow: hidden;
}
.has-feedback .form-control,.has-feedback .form-select {
 /* padding-left: 34px;*/
}


