<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	margin: 0;
	padding:0;
	vertical-align: center;
	background: url(images/sfondo.jpg);
	background-size: cover;
	font-family: sans-serif;
}

.pippo
{
	position: absolute;
	top: 5%;
	left: 150%;
	transform: translate(50%,-180%);
	width: 420px;
	height: 160px;
}

.loginBox
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 350px;
	height: 420px;
	padding: 90px 40px;
	box-sizing: border-box;
	background: rgba(0,0,0,.8);
	border-radius: 5%;
}

.user
{
	width: 100px;
	height: 100px;
	border-radius: 10%;
	overflow: hidden;
	position: absolute;
	top: calc(-100px/2);
	left: calc(50% - 50px);
}

.neon
{
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	text-shadow: 0 0 20px #1088ef;
}

.neon: after
{
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 20px;
	z-index: -1;
	color: #1088ef;
	filter: blur(20px);
}

.neon:before
{
	content: "";
	position: absolute;
	top: 85px;
	left: 0;
	width: 100%;
	height: 15%;
	background: #1088ef;
	z-index: -2;
	opacity: 1.1;
	filter: blur(50px);
}
.loginBox p
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color:#fff;
}

.loginBox input
{
	width: 100%;
	margin-bottom: 20px;
}

.loginBox input[type="text"],
.loginBox input[type="password"]

{
	border: none;
	border-bottom: 1px solid #fff;
	background: transparent;
	outline: none;
	height: 40px;
	color: #fff;
	font-size: 18px;
}

::placeholder
{
	color: rgba(255,255,225,.5);
}

.loginBox input[type="submit"]

{
	border: none;
	outline: none;
	height: 40px;
	color:#fff;
	font-size: 20px;
	background: #1088ef;
	cursor: pointer;
	border-radius: 20px;
	font-weight: bold;
}

.menu 
	{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 15px; 
	COLOR: #F1152C; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	LETTER-SPACING: 0px
	}

</pre></body></html>