﻿ /* Stile personalizzato */
 header {
 	background: linear-gradient(90deg, #d90429, #ef233c);
 	color: white;
 	position: relative;
 }

 header::after {
 	/*content: "🌟🎄";*/
 	position: absolute;
 	top: 10px;
 	right: 20px;
 	font-size: 1.5rem;
 }

 footer {
 	background: #79443B;
 	color: white;
 	text-align: center;
 }

 footer::before {
 	content: "🎅🤶";
 	margin-right: 10px;
 }
 #forgotPasswordModalLabel{
	color: #000;
 }