



.smartlabel input,
.smartlabel textarea{
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

 .smartlabel label{
    position: absolute;
    top: 19px;
    left: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #999;
    cursor: text;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    background-color: #fff;padding: 0 5px;


}

 .smartlabel .active input,
 .smartlabel .active textarea{
    padding-left: 15px;
}

 .smartlabel .active label,
 .smartlabel .wrapper-fixedlabel label{
    top: -9px;
    left: 22px;
    font-size: 14px;
    background-color: #fff;
    color: #29266C;
    z-index: 3;
    padding: 0 5px;
}

 .smartlabel .wrapper-fixedlabel{position: relative;}
