body {
	font-family: 'Dosis', sans-serif;
}
body.centered-page {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	background: #00523e;
}
.auth-container {
	width: 470px;
	max-width: 90%;
	margin: auto;
}
.auth-box {
	border: 1px solid silver;
	background: white;
}
.relative-box {
	position: relative;
}
h2.relative-title {
	position: relative;
	margin-bottom: 48px;
	text-align: center;
}
h2.relative-title::after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	width: 65px;
	height: 4px;
	background-color: #00523E;
}
#errors_alert_box.custom-error,
#login_errors_alert_box.custom-error {
	display: none;
	width: 100%;
	color: rgb(186, 0, 1);
	background-color: rgb(247, 215, 220);
	border: rgb(247, 215, 220);
	font-size: 16px;
}
#success_alert_box.custom-success {
	display: none;
	width: 100%;
	font-size: 16px;
	justify-content: space-between;
}
.btn-auth {
	width: 100%;
	padding: 10px;
	background-color: #00523E;
	color: white;
	border: none;
	border-radius: 4px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.btn-login {
	width: 100%;
	padding: 10px;
	background-color: #00523E;
	color: white;
	border: none;
	border-radius: 4px;
	font-weight: bold;
	margin-top: 20px;
}
.spinner-sm {
	font-size: 14px;
	width: 24px;
	height: 24px;
}
.form-label-auth {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 600;
}
.checkbox-input {
	display: block;
	accent-color: #03523e;
	transform: scale(1.2);
	cursor: pointer;
	margin-top: 5.5px;
}
.g_id_signin {
	display: flex;
	justify-content: center;
    width: 100% !important;
    max-width: 100% !important;
}
.g_id_signin > iframe {
    width: 100% !important;
    height: 48px !important; /* altezza standard pulsante */
}
.register_link:hover {
	color: #00523e;
}