body, input, textarea {
  font-family: arial,helvetica,sans-serif;
}

.error{
	color: #ff0303;
	font-size: 12px;
	margin: 0 10px 0 20px;
	
	display:none;
}

p#error_title{
	text-align:center;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}

p.success{
	color: #281fe2;
	font-size: 16px;
	margin: 30px 0 20px;
	
	display:none;

}