/*==========================================================
 === ESTILOS DEL PLUGIN DE VALIDACION DE FORMULARIOS ===
==========================================================*/

/*ETIQUETA DE ERROR*/
div.error {
    color: #ff0000;
    font-weight: bold;
    width: 80%;
    margin: 2% auto;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    background-repeat: no-repeat; 

}


/*INPUT DE ERROR*/
input[type=text].error,input[type=password].error{
    background-position: right center;
    margin-right: 4%;
    background-image: url('images/icons/error.png');
    background-repeat: no-repeat; 
}