/***
 * F5 - Content Management System
 * 
 * Copyright © 2022
 * Reload - Laboratorio Multimediale
 * (http://www.reloadlab.it - info@reloadlab.it)
 * 
 * authors: Domenico Gigante (domenico.gigante@reloadlab.it) and Alessio Attanasio (alessio.attanasio@reloadlab.it)
 ***/
@charset "utf-8";

/* Login */
html.F5loginpage, 
body.F5loginpage {
	height: 100%;
	overflow: hidden;
	background-color: #DAE4ED;
}
body.F5loginpage {
	display: table;	
	width: 100%;
}
.F5loginwrap {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.F5loginform {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 15px 15px 0 15px;
	border: 1px solid #fff;
	border-radius: 6px;
	background-color: #F3EFE2;
	text-align: left;
}
.F5loginlabel {
	font-weight: 700;
	text-transform: uppercase;
}
/* § Login */

/* Reset */
.F5resetcol {
	margin-top: 30px;
	border: 1px solid #fff;
	border-radius: 6px;
	background: #F3EFE2;
}
.F5resetcol .page-header {
	margin: 20px -15px;
	padding: 0 15px;
	padding-bottom: 9px;
	border-bottom: 1px solid #ccc;
}
.F5resetcol .page-header h3 {
	margin-top: 38px;
    margin-bottom: 0;
	font-size: 16px;
	color: #006AA0;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #fff;
}
.F5resetcol .page-header img {
	margin-left: 20px;
}
/* § Reset */
