@charset "utf-8";
/* CSS Document */

.error {
  color: red  !important;
 font-size: 12px;
}

.wp-error{
	text-align:center;
	font-size:15px;
}

.js-errors {
   /* background:#f93337;
    border-radius:4px;*/
    color:#FFF;
    font-size: 12px;
    text-align: center;
    list-style-type: none;
   /* margin-bottom:1em;
    padding:1em;*/
}
