.abbonamento-info-box {
	background: linear-gradient(180deg, rgba(6, 2, 30, 0.9) 0%, rgba(6, 2, 30, 0.4) 100%);
	margin: 0 15px;
	box-sizing: border-box;
}


.abbonamento-info-box p {
	margin-bottom: 0;
}

.premium-login {
	background-color: #F6F6F6;
	color: #5A5858;
}

.premium-login .premium-footer {
	background: #06021E;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}

.premium-login .premium-footer a {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
}

.premium-login .premium-footer a:hover {
	text-decoration: underline;
}

.premium-login .info-text {
	align-items: center;
	color: #D50D30;
	font-weight: 500;
	line-height: 35px;
}

.premium-login .info-message {
	font-size: 24px;
	color: #828282;
	line-height: 34px;
}

.premium-login .form-container label {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	color: #5A5858;
}

.premium-login .form-container input {
	border-radius: 0px !important;
	outline: none;
	border: none;
	background: #FFFFFF;
	box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.15);
	height: 50px;
}

.premium-login .button-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.premium-login .button-container button {
	background-color: #D50D30;
	padding: 10px 80px;
	font-size: 18px;
	color: white;
	text-align: center;
	box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.15);
	border-radius: 0px;
	width: fit-content;
}

.premium-login .button-container a:not(.btn) {
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #828282;
	margin-top: 10px;
}

.abbonamento-annuale-display {
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 768px) {
	.abbonamento-annuale-display {
		display: flex;
		flex-direction: column;
	}
}

    


/*# sourceMappingURL=main.css.map */

/*# sourceMappingURL=main.css.map */