/*login css*/
.plus{
	cursor: pointer;
	font-size:1.2em;
}
.tabella td{
	height:40px !important;
}
#popupL, #popupC{
	z-index:300;
	position:fixed;
	max-width:150px;
	background-color:#fffffe;
	display:none;
	border-radius:10px;
	box-shadow: 3px 3px 15px 3px silver;
	padding:10px;
}
.lettera, .colori{
	width:30px;
	height:30px;
	line-height:30px;
	display:inline-table;
	border:1px grey solid;
	margin:1px;
	text-align: center;
	cursor:pointer;
	z-index:301;
}
.colori{
	width:130px;
	display: block;
}

.bg-select{
	background-color: blue !important;
}
.password {
    position: relative;
}

.eye-icon {
    float: inline-end;
    position: relative;
    top: -32px;
    right: 5px;
    cursor: pointer;
}
.eye-icon> img{
	width:25px;
}
.login-mod{
	max-width: 550px;
	background-color: #c0c0c0;
}
#terms{
	 float:left;
	 width: 20px;
	 height: 20px;
	 line-height:20px;
	 border-radius:3px;
	 text-align: center;
}