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

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

.smartlabel .active label,
.smartlabel .active label,
.smartlabel .wrapper-fixedlabel label{
    top: -12px;
    left: 25px;
    font-size: 12px;
    color: #005a96;
    background-color: #fff;
    padding: 0 5px;
}

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


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

.form_news label{
    position: absolute;
    top: 13px;
    left: 20px;
    font-size: 14px;
    color: #3577b7;
    cursor: text;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.form_news .active label,
.form_news .active label,
.form_news .wrapper-fixedlabel label{
    top: 0px;
    left: 15px;
    font-size: 11px;
    color: #3577b7;
    background-color: transparent;
    padding: 0 5px;
}

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