.helper-ui-input-group label.helper-ui-label-middle{
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    position: absolute;
    top: 11px;
    left: 10px;
    font-size: 14px;
    font-weight: 400;
    cursor: text;
    pointer-events: none;
}

.helper-ui-input-group label.helper-ui-label-top{
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 12px;
    cursor: text;
    pointer-events: none;
}

.helper-ui-input-group .helper-ui-input{
    padding-top: 15px;
}
.helper-ui-input-group{
    position: relative;
}