form input.error{
    border-left: 5px solid red;
}
form input.valid{
    border-left: 5px solid green;
}

.error{
    color: red;
}

.btndocregister{
    background-color: #20529c ;
    color: white;
    text-align: center;


}
.btndocregister{

    text-align: center;
    margin-top: 9px;


}

.btndocregister:hover{
    background-color: white;
    color: #20529c ;
    font-weight: bold;
    border: 1px solid #20529c;
}

 .blogDetailRegister{
     min-height: 389px;
     margin-top: 28px;

 }

.bg-desregister{

    background-color: #eee;
}
.desregisterTxt{
    min-height: 217px;
    text-align: justify;
    padding: 10px 10px 10px 10px;
}


/*detail register */

div#desc-registre {
    min-height: 250px;
    text-align: justify;
}