.logo-iniziali {
	box-sizing: border-box !important;
	color: rgb(170, 255, 255) !important;
	color: #2da5da !important;
	font-family: "ElMessiri", sans-serif !important;
	font-size: 44px !important;
	font-weight: 400 !important;
	line-height: 52px !important;
	text-align: left !important;
}
.logo-corpo {
	box-sizing: border-box !important;
	color: rgb(54, 127, 169) !important;
	font-family: "ElMessiri", sans-serif !important;
	font-size: 36px !important;
	font-weight: 400 !important;
	line-height: 52px !important;
	text-align: left !important;		
}

.cameo-container {
  display: flex;
}
.logo-thumbnail {
	position: relative;
	z-index: 2;
	border-radius: 45%; /* Immagine leggermente ovale */
	padding: 16px;
	background: white;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);	
	margin: 0 auto 30px;
}
		
form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 300px;
	margin: 0 auto 10px;
	padding: 1px 30px 30px 30px;
	border-radius: 3px;
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
} 

.form input {
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #DDDDDD !important;
}
.form button {
	outline: 0;
	background: #EF3B3A;
	width: 100%;
	border: 0;
	padding: 15px;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
.form .logbutton {
	outline: 0;
	background: #367fa9;
	width: 100%;
	border: 0;
	padding: 15px;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
.form .message {
	margin: 15px 0 0;
	color: #b3b3b3;
	font-size: 12px;
}
.form .message a {
	color: #EF3B3A;
	text-decoration: none;
}
.form .register-form {
	display: none;
}
.form label {
	padding-left: 4px;
	font-weight: normal;
}

.container {
	position: relative;
	z-index: 1;
	max-width: 360px;
	margin: 0 auto;
}
.container:before, .container:after {
	content: "";
	display: block;
	clear: both;
}
.container .info {
	margin: 50px auto;
	text-align: center;
}
.container .info h1 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 36px;
	font-weight: 300;
	color: #1a1a1a;
}
.container .info span {
	color: #4d4d4d;
	font-size: 12px;
}
.container .info span a {
	color: #000000;
	text-decoration: none;
}

.registrati {
  text-align: center;		
}
.registrati a, .registrati a:visited {
  color: navy; /* or use #000080 */
  font-size: 13px;
  text-decoration: none; /* optional, if you want no underline */
}	

/* END Form */
/* Demo Purposes */

body {
  background: #ccc;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}

.error {
	font-family: arial;
	color: red;
	font-size: 16px;
	padding-bottom: 26px;
	text-align: center;	
}

h3 {
	color: #2c3e50;
	background-color: white;
	font-weight: 600;
	text-shadow: 0 1px 2px rgba(0,0,0,0.1);
	letter-spacing: 0.5px;
	margin-bottom: 32px;
	position: relative;
}

h3::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #3498db, #2980b9);
    border-radius: 1px;
}
