
/************************   REGISTER FORM CSS  *************************/

.parsley-errors-list{
  list-style-type: none;
  margin-left: 0;
  margin-top: 5px;
  color: #fff;
  font-size: 11px;
}

.parsley-errors-list {
  list-style:none;
}
.parsley-required, .parsley-type, .parsley-pattern, .parsley-minlength, .parsley-minlength{
  color:#fff;
}



.form_ajax{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.btn:focus {
    outline: none;
}

.clickLink{
  cursor: pointer;
}


/* verification  inputname */
#inputname{ display:none; }

#messageAjax #error, #messageAjax #success_submit{
  font-size: 14px;
  font-weight: bold;
}
