.tml-action-login header,
.tml-action-login footer,
.tml-action-lostpassword header,
.tml-action-lostpassword footer {
	display: none;
}

/*
.tml-action-login,
.tml-action-register {
	background-image: url('assets/images/bg-login.png');
	background-size: contain !important;
	background-repeat: no-repeat !important;
	height: 100vw;
	overflow: hidden;
}

.tml-action-login main#content {
	max-width: 600px;
	background: #fff;
	background-image: url('assets/images/login-header.png');
	background-repeat: no-repeat;
	background-position: center top;
	position: fixed;
	top: 0;
	right: 10%;
	height: 100vh;
	padding-top: 230px;
}
.tml-action-login main#content .page-header,
.tml-action-login main#content .page-content {
	width: 70%;
	margin: 0 auto;
}

.tml-action-login main#content .page-header .entry-title {
	font-size: 1.2em;
	font-weight: 800;
	color: #204161;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1em;
}
*/

.tml-action-lostpassword .elementor-widget-shortcode,
.tml-action-login .elementor-widget-shortcode {
	display: block;
	width: 100%;
}
.tml-action-lostpassword form,
.tml-action-login form {
	display: block;
	width: 100%;
}

.tml-action-register form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.tml-action-register form > div.tml-field-wrap {
	flex: 1 1 calc(33.333% - 10px); /* 3 colonne per riga con gap */
	padding: 20px;
}

@media (max-width: 768px) {
	.tml-action-register form > div.tml-field-wrap {
		flex: 100%; /* 2 colonne per riga con gap */
	}
}

.tml-action-register form > div.tml-indicator_hint-wrap,
.tml-action-register form > div.tml-terms_and_conditions-wrap,
.tml-action-register form > div.tml-privacy-wrap {
	flex: 100%;
}
.tml-action-register form > div.tml-indicator_hint-wrap {
	padding: 0 20px;
	font-size: 0.8em;
	margin-bottom: 0;
}
.tml-action-register form > div.tml-indicator_hint-wrap p {
	background: #dfdfdf;
	padding: 10px;
}

.tml-label {
	color: #204161;
	text-transform: uppercase;
	font-size: 0.8em;
}
.tml-field {
	border: 1px solid #204161;
	border-radius: 0;
}
.tml-button {
	display: block !important;
	width: 100% !important;
	border: 0 !important;
	color: #fff !important;
	font-weight: 800;
	text-transform: uppercase;
}
.tml-button:hover {
	background-color: #2a4d70;
}

.tml-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tml-links li {
	margin: 0;
	padding: 0;
}
.tml-links a {
	color: #204161 !important;
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
}

.tml-action-register form > div.tml-terms_and_conditions-wrap,
.tml-action-register form > div.tml-privacy-wrap {
	padding: 0 20px;
	margin-bottom: 0;
	display: flex;
	gap: 10px;
}
.tml-action-register form > div.tml-terms_and_conditions-wrap .tml-label,
.tml-action-register form > div.tml-privacy-wrap .tml-label {
	color: #444;
	text-transform: none;
}

#pass-strength-result {
	margin: 25px 0 0 0;
}
