@font-face {
	font-family: raleway;
	src: url("./font/RalewayMedium.ttf")
}

body
{
	background-color: #121212;
	color: #EEEEEE;
	font-family: raleway;
	font-size: 12pt;
}

p.title
{
	font-size: 16pt;
	text-align: center;
}

table
{
	border-collapse: separate;
	border-spacing: 0;
	text-align: right;
}

td
{
	padding-bottom: 10px;
}

td.tdSelect
{
	text-align: left;
}

div.super
{
	position: absolute;
	width: fit-content;
	height: fit-content;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

div.containerLogo
{
	position: relative;
	margin: auto;
	text-align: center;
}

div.containerForm
{
	position: relative;
	background-color: #EEEEEE;
	padding: 10px 30px 10px 30px;
	border-radius: 10px;
	width: fit-content;
	margin: auto;
	color: black;
}

div.confirmation
{
	background-color: #14B45A;
	color: #EEEEEE;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}

div.error
{
	background-color: #C81414;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}

input.testo
{
	font-family: raleway;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid black;
	font-size: 12pt;
	background-color: #EEEEEE;
}

input.button
{
	background-color: #1C9AD6;
	color: #EEEEEE;
	border: 0;
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
	font-size: 12pt;
}

input.button:hover
{
	background-color: #CCCCCC;
	color: #1C9AD6;
	cursor: pointer;
}

select
{
	font-family: raleway;
	font-size: 12pt;
	background-color: #EEEEEE;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid black;
}

a, a:visited
{
	color: #1C9AD6;
}

div.richiesta
{
	background-color: #EEEEEE;
	padding: 20px;
	border-radius: 10px;
	width: 250px;
	color: black;
}