body {
	background: url("../images/photoLidiaSuite_bg2.jpg") no-repeat center center fixed;
	background-size: cover;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 0;
	color: #666;
}

/* Typography */

h1#title {
	font-family: 'lato', serif;
	font-weight: 300;
	font-size: 3.2em;
	color: white;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	margin: 0 auto;
	height: 110px;
	max-width: 500px;
	text-align: center;
	position: relative;
	top: 0px;
	background: url("../images/lidia_digital_logo_col.png") no-repeat center bottom;
	background-size: 68%;
}

h1#title span span {
	font-weight: 400;
}

#accediText {
	text-transform: uppercase;
	color: white;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.0em;
	line-height: 1.2em;
	padding: 2px;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #aeaeae;
}

p.small {
	font-size: 0.8em;
	margin: 20px 0 0;
}


/* Layout */

.container {
	margin: 0;
}

.top {
	margin: 0;
	padding: 0;
	width: 100%;
}

.login-box {
	background-color: white;
	max-width: 340px;
	margin: 30px auto;
	position: relative;
	top: 20px;
	padding-bottom: 0px;
	border-radius: 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.73);
	text-align: center;
	z-index: 100;
}

.login-box .box-header {
	background-color: #2ba122;
	margin-top: 0;
	border-radius: 0;
	margin-bottom: 20px;
	padding: 10px;
}

.login-box label {
	font-weight: 700;
	font-size: .9em;
	color: #888;
	letter-spacing: 1px;
	line-height: 2em;
}

.login-box input {
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: .9em;
	color: #888;
	width: 77%;
	margin-bottom: 0px;
}

.login-box input:focus {
	outline: none;
	border-color: #006bd6;
	transition: 0.5s;
	color: #665851;
}

.login-box button {
	margin-top: 0px;
	border: 0;
	border-radius: 2px;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.7em;
	letter-spacing: 1px;
	background-color: #2ba122;
	cursor: pointer;
	outline: none;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.selected {
	color: #006bd6!important;
	transition: 0.5s;
}

/* Animation Delay */
#logo {
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 2s;
}

#sub {
	margin: 38px 0 32px 0;
	padding: 11px 30px;
	font-size: 15px;
	line-height: 1.33;
	border-radius: 0;
}

#passwordDimenticataLabel {
	margin-top: 0px;
}

#creaAccountLabel label small a {
	color: #2ba122;
}

#passwordDimenticataLabel label small a {
	color: #2ba122;
}

#copyright {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #2f2f2f;
	bottom: 20px;
	height: 30px;
}

.warning {
	position: relative;
	font-size: 30px;
	color: red;
	line-height: 10px;
	margin-bottom: 0px;
	margin-top: 30px;
}
