



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

 .smartlabel label{
    position: absolute;
    top: 15px;
    left: 21px;
    font-size: 13px;
    color: #a5a481;
    cursor: text;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

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

 .smartlabel .active label,
 .smartlabel .wrapper-fixedlabel label{
    top: -11px;
    left: 21px;
    font-size: 12px;
    color: #80c2e2;
    background-color: #fff !important;  

    padding: 0 5px;
}

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