.login-pf body {
	/* background: #0f0f0f url("../images/keycloak-bg.png") top left no-repeat;*/
	background: #FFFFFF;
	background-size: cover;
}
label {
	color: #fff;
}

.alert-error {
	background-color: #ffffff;
	border: solid 2px #cc0000;
	color: #333333;
	margin: auto;
	margin-top: 24px;
	text-align: center;
	padding: 8px 0;
}
.bbr-content {
	display: grid;
}
.bbr-header {
	width: 100%;
	height: 175px;
	position: relative;
}
.bbr-container {
	background-image: url("../images/bg_form.png");
	background-repeat: no-repeat;
	height: 350px;
	width: 100%;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bbrLabelHowLogin {
	margin-top: 5px;
	text-align: center;
	width: 100%;
}
.footer {
	width: 100%;
	position: relative;
	margin-top: 10px;
}
.bbrLabelMoreInfo, .bbrLabelRecoverUser, .bbrLabelRecoverPassword {
	color: #424242;
	text-align: center;
	width: -webkit-fill-available;
	width: -moz-available;
}
.bbrLabelMoreInfo:hover, .bbrLabelRecoverUser:hover, .bbrLabelRecoverPassword:hover {
	color: #f39611;
	cursor: pointer;
}
.content-icon-info {
	float: left;
}
.bbrLabelfooter {
	color: #424242;
	text-align: center;
	width: 100%;
}
#icon-info {
	background-image: url("../images/icon_info.png");
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	margin: 0 60px;
}
#icon-pass {
	background-image: url("../images/icon_pass.png");
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	margin: 0 60px;
}
#icon-user {
	background-image: url("../images/icon_user.png");
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	margin: 0 60px;
}
#kc-locale ul {
	display: none;
	position: absolute;
	background-color: #fff;
	list-style: none;
	right: 0;
	top: 30px;
	width: 100px;
	padding: 2px;
}
#kc-locale:hover ul {
	display: block;
	margin: 0;
}
#kc-locale ul li a {
	display: block;
	padding: 1px 11px;
	color: #000 !important;
	border: 1px solid #fff;
	text-decoration: none;
	display: block;
	line-height: 20px;
}
#kc-locale ul li a:hover {
	color: #4d5258;
	background-color: #d4edfa;
	border-color: #b3d3e7;
}
#kc-locale-dropdown a {
	color: #000;
}
#kc-locale-dropdown a:hover {
	text-decoration: none;
}
a#kc-current-locale-link {
	display: block;
	padding: 5px;
}
a#kc-current-locale-link:hover {
	background-color: rgba(0,0,0,0.2);
}
a#kc-current-locale-link::after {
	content: "\2c5";
	margin: 0 5px 0 8px;
}
.login-pf .container {
	padding-top: 40px;
}
.login-pf a:hover {
	color: #0099d3;
}
#kc-logo {
	width: 100%;
}
#kc-logo-wrapper {
	background-image: url("../images/keycloak-logo.png");
	background-repeat: no-repeat;
	height: 57px;
	width: 125px;
}
.logo-secure {
	background-image: url("../images/logo_secure.png");
	background-repeat: no-repeat;
	height: 52px;
	width: 127px;
	margin: 0 auto;
	margin-bottom: 10px;
}
div.kc-logo-text {
	background-image: url("../images/keycloak-logo-text.png");
	background-repeat: no-repeat;
	width: 250px;
	height: 38px;
}
div.kc-logo-text span {
	display: none;
}
#kc-header {
	color: #fff;
	overflow: visible;
	padding-left: 80px;
	white-space: nowrap;
}
#kc-header-wrapper {
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 15px;
}
#kc-content {
	position: relative;
	display: table;
	margin: auto;
}
#kc-content-wrapper {
	overflow-y: hidden;
}
#kc-info {
	padding-bottom: 200px;
	margin-bottom: -200px;
}
#kc-info-wrapper {
	font-size: 13px;
}
#kc-form-options span {
	display: block;
}
#kc-terms-text {
	margin-bottom: 20px;
}
#kc-registration {
	margin-bottom: 15px;
}
/* TOTP */

ol#kc-totp-settings {
	margin: 0;
	padding: 0;
}
ol#kc-totp-settings li {
	margin-top: 1em;
}
ol#kc-totp-settings li:first-of-type {
	margin-top: 0;
}
#kc-totp-secret-qr-code {
	max-width: 150px;
	max-height: 150px;
}
/* OAuth */

#kc-oauth h3 {
	margin-top: 0;
}
#kc-oauth ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#kc-oauth ul li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 12px;
	padding: 10px 30px;
}
#kc-oauth ul li:first-of-type {
	border-top: 0;
}
#kc-oauth .kc-role {
	display: inline-block;
	width: 50%;
}
/* Code */
#kc-code textarea {
	width: 100%;
	height: 8em;
}
/* Social */

#kc-social-providers ul {
	padding: 0;
	margin: 0;
}
#kc-social-providers li {
	display: block;
	margin-top: 5px;
}
#kc-social-providers li:first-of-type {
	margin-top: 0;
}
.zocial {
	width: 150px;
}
.zocial:hover {
	color: #fff !important;
}
.zocial.facebook, .zocial.github, .zocial.google, .zocial.microsoft, .zocial.stackoverflow, .zocial.linkedin, .zocial.twitter {
	background-image: none;
	border-radius: 2px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	box-shadow: none;
	text-shadow: none;
}
.zocial.google {
	background-color: #dd4b39 !important;
}
.zocial.facebook:hover, .zocial.github:hover, .zocial.google:hover, .zocial.microsoft:hover, .zocial.stackoverflow:hover, .zocial.linkedin:hover, .zocial.twitter:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) !important;
}
/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft {
	background-color: #0052a4;
	color: #fff;
}
.zocial.microsoft:before {
	content: "\f15d";
}

@media (min-width: 500px) {
	.footer-icons {
		margin: 0 auto;
		display: table;
		padding: 20px 0;
	}
}

@media (max-width: 499px) {
	.footer-icons {
		margin: 0 auto;
		display: table;
		padding: 20px 0;
		width: 100px;
	}
}

@media (min-width: 869px) {		
	.txtError {	
		font-weight: normal;
		color: #0099d3;
		position: absolute;
		margin-left: 210px;
		margin-top: -40px!important;
		padding-left: 10px;   
		width: 120px !important;
		background: white;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;	
		line-height: 29px;
	}	
	
	#cenco-logo {
		background-image: url("../images/logo_cencosud.png");
		background-repeat: no-repeat;
		height: 111px;
		width: 210px;
		margin: 0 auto;
		margin-top: 32px;
	}
	#cenco-logo-regional {
		background-image: url("../images/logo_cenconline.png");
		background-repeat: no-repeat;
		height: 55px;
		width: 256px;
		float: left;
		margin: 60px 0 0 5%;
		display: inline-block;
	}
	#kc-container-wrapper {
		position: absolute;
		width: 100%;
		bottom: 32%;
	}
	#kc-logo-wrapper {
		position: absolute;
		top: 50px;
		right: 50px;
	}
	.bbr-title-super-peru {
		background-image: url("../images/title_super_peru_small.png");
		background-repeat: no-repeat;
		height: 23px;
		width: 161px;
		margin-bottom: 6px;
		position: absolute;
		top: 60px;
		right: 5%;
	}
	.login-pf .container {
		padding-right: 80px;
	}
	#kc-locale {
		position: absolute;
		width: 100px;
		text-align: right;
		z-index: 9999;
		float: right;
		bottom: 40px;
		right: 5%;
		border: solid #00a8e1 1px;
	}	
}

@media only screen and (max-width: 868px) {
	/*#cenco-logo-regional {
		background-image: url("../images/logo_cenconline.png");
		background-repeat: no-repeat;
		height: 55px;
		width: 256px;
		margin: 0 auto;
		margin-top: 100px;*/
	}		
	
	.txtError {	
		font-weight: normal;
		color: #0099d3;
		position: absolute;		
		margin-top: -100px;
		padding-left: 10px;   
		width: 100%;
		background: white;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;	
		line-height: 29px;
	}
	
	#cenco-logo {
		background-image: url("../images/logo_cencosud.png");
		background-repeat: no-repeat;
		height: 111px;
		width: 210px;
		margin: 0 auto;
		margin-top: 32px;
	}
	.bbr-title-super-peru {
		background-image: url("../images/title_super_peru_small.png");
		background-repeat: no-repeat;
		height: 23px;
		width: 161px;
		margin: 0 auto;
		margin-top: -100px;
	}
	#kc-container-wrapper {
		position: absolute;
		width: 100%;
		bottom:32%;
	}
	#kc-logo-wrapper {
		background-position: center;
		width: 100%;
		margin: 20px 0;
	}
	#kc-header {
		padding-left: 15px;
		padding-right: 15px;
		float: none;
		text-align: center;
	}
	#kc-form {
		float: none;
	}
	#kc-info-wrapper {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		margin-top: 15px;
		padding-top: 15px;
		padding-left: 0px;
		padding-right: 15px;
	}
	#kc-social-providers li {
		display: inline-block;
		margin-right: 5px;
	}
	.login-pf .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#kc-locale {
		position: absolute;
		width: 200px;
		top: 10px;
		right: 0px;
		text-align: right;
		z-index: 9999;
	}	
}

@media (min-height: 646px) {
	#kc-container-wrapper {
		bottom: 32%;
		position: absolute;
	}
}

@media only screen and (max-height: 645px) {
	#kc-container-wrapper {
		/*padding-top: 50px;*/
		bottom: 32%;
	}
}
