.logo_login{
	border-radius: 0% !important;
	width: 100% !important;
	height: auto !important;
	box-shadow: 0px 0px 0px !important;
}
.error_login{
	background: #f1f1f1;
    padding: 10px;
    margin: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
	color: red;
}
.messaggio_login{
	background: #f1f1f1;
    padding: 10px;
    margin: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
	color: green;	
}
.button_aggiungi{
	cursor: pointer;
	border:  1px solid #2196F3;
	background: #2196F3;
	padding: 5px;
	color: white;
}

.button_aggiungi:hover{
	background: white !important;
	color: #2196F3 !important;
}

.button_annulla{
	cursor: pointer;
	border:  1px solid black;
	background: white;
	padding: 5px;
	color: black;
}

.button_annulla:hover{
	background: black !important;
	color: white !important;
}

.btnxs{
	padding: 2px !important;
}