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

.form_news label{
    position: absolute;
    top: 17px;
    left: 25px;
    font-size: 15px;
    color: #666;
    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: -17px;
    left: 15px;
    font-size: 12px;
    color: #fff !important;
    font-weight: bold;
    background-color:transparent;
    padding: 0 5px;
}

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


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

.form_contato label{
    position: absolute;
    top: 17px;
    left: 25px;
    font-size: 15px;
    color: #666;
    cursor: text;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.form_contato .active label,
.form_contato .active label,
.form_contato .wrapper-fixedlabel label{
    top: -17px;
    left: 15px;
    font-size: 12px;
    color: #036a77 !important;
    font-weight: bold;
    background-color:transparent;
    padding: 0 5px;
}

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




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

.box-form  label{
    position: absolute;
    top: 17px;
    left: 25px;
    font-size: 15px;
    color: #666;
    cursor: text;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.box-form  .active label,
.box-form  .active label,
.box-form  .wrapper-fixedlabel label{
    top: -17px;
    left: 15px;
    font-size: 12px;
    color: #036a77 !important;
    font-weight: bold;
    background-color:transparent;
    padding: 0 5px;
}

.box-form  .wrapper-fixedlabel{position: relative;}