.note {color: #ff0000}
.success_msg{color:#006600}
div#success {
	background-color: #e6e6e6; /* #FFFFBA; */
	border: 1px solid  #006622;
	border-radius: 20px;
	color: green;
	font-family: myFirstFont, Montserrat, Century Gothic, Candara, Corbel, Times, Georgia, Serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	height: 50px;
    width: calc(100% - 23px);
}

div#error {
	background-color: #e6e6e6;
	border: 1px solid #ff0000;
	border-radius: 15px;
	color: red;
	font-family: myFirstFont, Montserrat, Candara, Century Gothic, Corbel, Times, Georgia, Serif;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	height: 35px;
    width: calc(100% - 23px);
}

div#error_general {
	background-color: #e6e6e6;
	background-image: url('www.librarimini.it/images/error.png');
	background-repeat: no-repeat;
	color: red;
	font-family: Montserrat, Century Gothic, Candara, Corbel, Times , Georgia, Serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}