body{
	background-image: url("https://www.aaapp.it/abbonamenti/img/background.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.container{
	width: 400px;
	margin: auto;
	background-color: rgba(255,255,255,0.9);
	border-radius: 10px;
	height: 350px;
}

.logo{
	margin-top: 200px;
	padding-top: 70px;
	text-align: center;
}

.logo img{
	width: 50%;
}

.formingresso{
	padding-top: 50px;
	width: 250px;
	margin: auto;
}

.formingresso input{
	width: 250px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
	font-size: 18px;
	border-radius: 10px;
	border: 0;
}

.bottone{
	margin-top: 20px;
	cursor: pointer;
	background-color: rgb(50,136,182);
	border: 0;
	color: white;
	border-radius: 10px;
	height: 50px;
}

.bottone:hover{
	color: rgb(50,136,182);
	background-color: white;
	border: 1px solid rgb(50,136,182);
	font-size: 21px;
	transition: 0.5s linear;
}

.scaricaapp{
	cursor: pointer;
	width: 200px;
	text-align: center;
	margin: auto;
}

.scaricaapp img{
	width: 100%;
}

.ritenta{
	margin-top: 50px;
	text-align: center;
	font-size: 30px;
}
.linkritenta{
	font-size: 25px;
	text-align: center;
	margin-top: 80px;
}

.linkritenta a{
	background-color: rgb(50,136,182);
	color: white;
	padding: 20px;
	border-radius: 10px;
}

.tornaindietro{
	font-size: 18px;
	margin-top: 20px;
}