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

.smartlabel label{
    position: absolute;
    top: 16px;
    left: 30px;
    font-size: 17px;
    color: #203c6c;
    cursor: text;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.smartlabel .label-top-16 label{top: 16px;}

.smartlabel .active label,
.smartlabel .active label,
.smartlabel .wrapper-fixedlabel label{
    top: -12px;
    left: 20px;
    font-size: 15px;
    color: #203c6c;
    background-color:#fff !important;
    padding: 0 5px;
}

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

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

.contato .form_contato label{
    position: absolute;
    top: 14px;
    left: 30px;
    font-size: 17px;
    color: #203c6c;
    cursor: text;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    z-index: 0
}
.contato .form_contato .label-top-16 label{top: 16px;}

.contato .form_contato .active label,
.contato .form_contato .active label,
.contato .form_contato .wrapper-fixedlabel label{
    top: -12px;
    left: 20px;
    font-size: 15px;
    color: #203c6c;
    background-color:#fff !important;
    padding: 0 5px;
    z-index: 2
}

.contato .form_contato .wrapper-fixedlabel{position: relative;}