body.bpcLoginBody {
	background: #882345 url("/caselladigitale/javax.faces.resource/img/login/background.jpg")
		no-repeat;
	text-align: center;
	background-size: cover;
	background-position: center center;
	min-height: 100vh;
	position: absolute;
	margin: 0;
	width: 100%
}

div.bpcWrapper {
	min-height: 100vh;
	position: relative;
	border: 0;
	padding: 0;
	overflow-x: hidden;
	margin: 0 auto;
	width: 100%;
}

div.bpcBody {
	height: 100%;
	margin: 0;
	padding: 0;
}

div.bpcLoginPage {
	min-height: 100vh;
    display: table;
    width: 100%;
}

div.bpcLoginBox {
	height: auto;
	min-height: 320px; 
    vertical-align: middle;
    display: table-cell;
}

div.bpcLoginFramedBox {
	width: 710px;
	margin: 0 auto;
	background: #FFF;
	padding: 2em 1em;
	margin: 1em auto;
	clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px), 0 6px );
}

div.bpcLoginFramedBox img.logo-banca {
	margin: 1em 0;
	height: 21px;
}
div.bpcLoginFramedBox img.logo { 
	height: 84px;
}

div.bpcLoginText {
	margin: 3em 1em 2em;
	line-height: 1.5em;
}

div.bpcLoginText a {
	font-weight: 600;
	color: #882345;
	text-decoration: none
}

div.bpcLoginLinks {
	padding: 0 2em;
	width: 710px;
	margin: 0 auto;
	display: flex;
}

div.bpcLoginLinks > div {
	flex-grow: 1;
	width: 33%;
}

div.bpcLoginLinks a.bpcLoginLink,
div.bpcLoginLinks span.bpcLoginLink {
	color: #FFF;
	font-size: .9em;
}

div.bpcLoginLinks a.bpcLoginLink:hover {
	color: #dcb43f
}

div.bpcLoginPageContent {
	width: 80%;
    margin: 0 auto;
}

.bpcTitle {
	margin: .5em auto 2em;
	border: none;
	padding: 0;	
}

.bpcButton {
    width: 324px;
    padding: 2px 10px;
}

.bpcPageFormElement {
	width: 50%;
	margin: 0 auto;
}


.bpcWrapper .ui-widget .ui-widget.bpcButtonsTable .ui-widget.bpcButton {
	float: none
}