#authentication{}
#authentication .box{
    border: 1px solid #ccc;
    box-shadow: 0 2px 3px #ddd;
    border-radius: 5px;
    padding: 15px;
}
#authentication .box button{
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.10));
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
    border: 1px solid;
}
#authentication .box .lost_password{
    margin-top: 5px;
    text-decoration: underline;
}
input#cpf_email {
    all: unset;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}
.form-error input, .form-error textarea, .form-error select {
    border: 1px solid #f13340 !important;
    background: #fff1f2 url(../img/icon/form-error.png) no-repeat !important;
    background-position: 98% center !important;
}
.form-ok input, .form-ok textarea, .form-ok select {
    border: 1px solid #46a74e !important;
    background: #ddf9e1 url(../img/icon/form-ok.png) no-repeat !important;
    background-position: 98% center !important;
}