@CHARSET "ISO-8859-1";

html, body {
    height: 100%;
}

input, select {
	border: 1px solid #919191;
	font-size: 14px !important;
}

input[type=checkbox] {
	border: 0;
}

input {
	padding: 1px;
}

input:focus, select:focus {
	border: 1px solid #353535;
}

#utente, #password, #nuovaPassword, #confermaNuovaPassword {
	padding: 3px;
}

#dialog {
    display: table-cell;
    vertical-align: middle;    
}

#compatibility td {
	padding: 0 10px;
	text-align: center;
	
	color: rgba(0, 0, 0, 0.6);
    font-family: 'Segoe UI_','Open Sans',Verdana,Arial,Helvetica,sans-serif;
    font-size: 1rem !important;
    font-weight: normal !important;
    line-height: 1.5rem;	
}

#login {
    width: 200px;
}

button {
	white-space: nowrap;
    background-color: #008287 !important;
}

button img {
	margin-top: -3px;
}
