.login-backgound {
	background: #0071BC url(../images/sf_loginblue.jpg?v1) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.login-div-background {
	background: radial-gradient(#0052bc 80%, #0067eb 100%);
	box-shadow: 5px 5px 18px 5px #0067eb;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.login-fieldset-background {
	border: 1px solid white;
	border-radius: 20px;
	padding: 15px;
	margin-bottom: 15px;
}

.login-fieldset-background > legend {
	color: white;
	width: fit-content;
	margin: 0px 7px;
	padding: 0px 10px 5px 10px;
	font-weight: 200;
	font-size: 1.5em;
	float: none;
}

.login-label {
	color: white;
	font-weight: normal;
}

.login-response {
	margin: 3px 0px 10px 0px;
	width: 18em;
	color: #FFCC00;
}

.header-recupera {
	background-color: #063970;
	color: white;
	
}

.footer-recupera {
	background-color: #E5E5E5;
	color: #999;
	padding: 1em;
	text-align: center;
}

.footer-recupera > div {
	font-size: 0.8em;
}

.footer-recupera > div > a {
	color: #009;
}

.msg-error-recupero {
	font-size: 0.8em;
}

.container-switch {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 5px solid #34407C;
	background-color: #ffffff;
	padding: 20px 10px 5px 10px;
}

.container-change {
	background-color: #0071BC;
	padding: 1em;
}

.container-change {
	background-color: #0071BC;
	padding: 1em;
}

.info-change {
	font-size: 0.8em;
}