/* PAGINE LOGIN */

.login-header-container{
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
	padding-top:30px;
}

/*Authentication*/

.title-auth{
    font-family: var(--headings-fonts);
    color: var(--bs-primary);
    font-size: 30px;
    padding-bottom: 5px;
    font-weight: 600;
}

.p-auth{
    color: var(--icon-menu-color);
}

.bottoni-select2fa{
	display: flex;
	flex-direction: row;
	justify-content:center;
	margin-top:40px
}

.section-authentication-login {

	height: 85vh;

	padding-top: 1.0rem;

	padding-bottom: 1.0rem

}

.section-authentication-register {

	height: 100%;

	padding: 1.5rem;

}

.authentication-forgot {

	height: 85vh;

	padding: 0 1rem;

}

.forgot-box {

	width: 27rem;
}

.authentication-reset-password {

	height: 100vh;

	padding: 0 1rem;

}

.authentication-lock-screen {

	height: 100vh;

	padding: 0 1rem;

}

.error-404 {

	height: 100vh;

	padding: 0 1rem;

}
