/* Add here all your css styles (customizations) */
.navbar-brand {
    padding: 0px !IMPORTANT
}

.nota_error {
    font-size: 12px;
    color: #ff0000;
    padding: 4px 4px;
}

.nota_error:before {
    font-family: FontAwesome;
    padding-right:6px;
    content: "\f06a";
}

.parsley-errors-list.filled {
	color:#F00;
	margin-top:10px;
	margin-bottom:10px;
}