body{
		color: rgb(0, 227, 0);
		background-color: rgb(0,0,0);
		background-image: url("../immagini/sfondo.jpg");
		background-size: 100% 100%;
		background-attachment: scroll;
		background-repeat: no-repeat;
		min-height: 600px;
}

legend{
		font-family: "Arial", sans-serif;
		font-style: oblique;
		font-weight: bold;
		font-size: 200%;
		color: rgb(0, 227, 0);
}

fieldset{
		border-radius: 25px;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 3%;
		margin-bottom: 1%;
		border: 3px outset rgb(0, 227, 0);
}

div{
		margin-left: 40%;
		margin-right: 40%;
		font-family: "Arial", sans-serif;
		color: rgb(0, 227, 0);
		font-weight: 700;
		font-style: oblique;
		font-size: 120%;
}

.textbox{
		border-radius: 20px;
		width: 100%;
		min-width: 130px;
		background-color: rgb(0, 227, 0);
		font-family: "Arial", sans-serif;
		color: rgb(0, 0, 0);
		font-weight: 500;
		text-align: center;
		font-size: 100%;
		margin-top: 3%;
		opacity: 0.8;
}

#button_reg{
		background-color: rgb(0, 0, 0);
		color: rgb(0, 227, 0);
		margin-bottom: 3%;
		font-size: 120%;
		font-style: oblique;
		width: 80%;
		min-width: 120px;
		margin-left: 10%;
		margin-right: 10%;
		border: 1px solid rgb(0, 227, 0);
}

#button_reg:hover{
		cursor: pointer;
		opacity: 0.7;
}

#button_home{
		min-width: 80px;
		min-height: 20px;
		padding: 0.4%;
		width: 8%;
		font-size: 140%;
		background-color: rgb(0, 0, 0);
		color: rgb(0, 227, 0);
		font-weight: 500;
		border-radius: 20px;
		margin-right: 14%;
		float: right;
		font-style: oblique;
		font-family: "Arial", sans-serif;
		border: 1px solid rgb(0, 227, 0);
}

#button_home:hover{
		cursor: pointer;
		opacity: 0.7;
}

#messaggioErrore{
		margin-left: 34%;
		margin-right: 0;
		width: 30%;
		position: relative;
		background-color: rgba(255, 0, 0, 0.8);
		border: 1px solid;
		border-color: black;
		border-radius: 10px;
		color: black;
		text-align: center;
		padding: 0.5%;
		font-size: 120%;
		font-weight: bold;
		float: left;
}
