:root {
--tlf_font_size16: 16px;
--tlf_font_size32: 32px;
--tlf_font_size: 64px;
--tlf_height16: 16px;
--tlf_height32: 36px;
--tlf_height64: 64px;
}



.tlf_login_div {
	max-width: 800px;
}
.tlf_login_lable {
	width: 25%;
	float: left;
	height: var(--tlf_height64);
	font-size: var(--tlf_font_size); 
}
.tlf_login_input{
	width: 75%;
	height: var(--tlf_height64);
	font-size: var(--tlf_font_size);
}
.tlf_login_login {
	width: 100%;
	background: #1c7ac7;
	color: white;
	height: var(--tlf_height64);
	float: left;
	font-size: var(--tlf_font_size);
	cursor: pointer;
}
.tlf_login_error {
	width: 100%;
	color: red;
	height: var(--tlf_height64);
}
.tlf_title {
	width: 100%;
	background: black;
	color: white;
	height: var(--tlf_height32);
	font-size: var(--tlf_font_size);
}

.tlf_testo_div1 {
	width: 100%;
	background: #1c7ac7;
    color: white;
    height: 32px;
    font-size: var(--tlf_font_size);
	margin-top: 30px;
	margin-bottom: 10px;
}
.tlf_testo_div2 {
    text-align: right;
}
.tlf_testo_name {
	width: 15%;
	height: var(--tlf_height64);
	font-size: var(--tlf_font_size);
}
.tlf_testo_input {
	width: 85%;
	height: var(--tlf_height32);
	font-size: var(--tlf_font_size);
}
.tlf_testo_input32 {
	width: 85%;
	height: var(--tlf_height32);
	font-size: var(--tlf_font_size32);
}
.tlf_suono_input {
	width: 85%;
	height: var(--tlf_height32);
	font-size: var(--tlf_font_size);
}
.tlf_suono_input32 {
	width: 85%;
	height: var(--tlf_height32);
	font-size: var(--tlf_font_size32);
}
.tlf_significato_input {
	width: 85%;
	height: var(--tlf_height32);
	font-size: var(--tlf_font_size);
}
.tlf_significato_input32 {
	width: 85%;
	height: var(--tlf_height32);
	font-size: var(--tlf_font_size32);
}
.tlf_tipo_input32 {
	width: 85%;
	height: var(--tlf_height32);
	font-size: var(--tlf_font_size32);
}

.tlf_dashboard_logout {
	width: 100%;
	background: #c71c1c;
	border: #c71c1c;
	color: white;
	height: var(--tlf_height32);
	font-size: var(--tlf_font_size32);
	cursor: pointer;
}

.tlf_testo_button {
	width: 100%;
	background: #1c7ac7;
	border: #1c7ac7;
	color: white;
	height: var(--tlf_height32);
	font-size: var(--tlf_font_size);
	cursor: pointer;
}
.tlf_testo_button32 {
	width: 100%;
	background: #1c7ac7;
	border: #1c7ac7;
	color: white;
	height: var(--tlf_height32);
	font-size: var(--tlf_font_size32);
	cursor: pointer;
}

.tlf_testo_div3 {
	width: 100%;
	background: #0a8230;
    color: white;
    height: 32px;
    font-size: var(--tlf_font_size);
	margin-top: 30px;
	margin-bottom: 10px;
}
.tlf_testo_table {
	width: 100%;
}
.tlf_testo_name3 {
	width: 100%;
	height: var(--tlf_height64);
	font-size: var(--tlf_font_size);
}
.tlf_testo_input3 {
	width: 100%;
	height: var(--tlf_height64);
	font-size: var(--tlf_font_size);
	text-align: center;
}
.tlf_testo_button3 {
	width: 100%;
	height: var(--tlf_height64);
	font-size: var(--tlf_font_size32);
	text-align: center;
	background: #1c7ac7;
	border: #1c7ac7;
	color: white;
	cursor: pointer;
}
.tlf_testo_select3 {
	width: 85%;
	height: var(--tlf_height32);
	font-size: var(--tlf_font_size32);
}
.tlf_testo_name32 {
	font-size: var(--tlf_font_size32);
}
.tlf_testo_name32L {
	font-size: var(--tlf_font_size32);
	color: cadetblue;
}
.tlf_testo_Title1 {
	font-size: var(--tlf_font_size32);
}
.tlf_testo_button4 {
	width: 25%;
	height: var(--tlf_height32);
	font-size: var(--tlf_font_size16);
	margin: 6px;
	text-align: center;
	background: #0e5b12;
	border: #0e5b12;
	color: white;
	cursor: pointer;
}
.tlf_testo_tableShow td {
	font-size: var(--tlf_font_size32);
}