html,body { height: 100%; margin: 0px; }
.lockscreen-wrapper {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 5%;
}

/* schermo grande */
@media (min-width: 1025px) {
	.only_big 		{ display: block; }
	.only_small 	{ display: none !important; }
	.tabulatore 	{ padding: 10px 15px !important }
}

/* schermo piccolo */
@media (max-width: 1024px) {
	.only_big 		{ display: none !important; }
	.only_small 	{ display: block; }
	.tabulatore 	{ padding: 8px 4px !important }
}