html, body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	width: 100%;
	overflow-x: hidden; /* evita scroll horizontal */
	overflow-y: auto; /* permite scroll vertical de toda la pagina */
}

.container-flex {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	min-height: 100vh; /*Total del alto de la pantalla*/
	width: 100%;
	background:
		url("/notificacionesUTF/javax.faces.resource/images/loginSNE/fondo.png.xhtml?ln=ultima-layout")
		no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	gap: 1rem;
	position: relative;
}

.left-panel {
	flex: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2rem 1rem 4rem;
}

.right-panel {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 4rem 1rem 2rem;
}

.carousel-wrapper {
	width: 100%;
	max-width: 850px;
}

.product-image {
	width: 100%;
	height: auto;
	border-radius: 1rem;
}

.login-logo {
	width: 160px;
	margin-bottom: 2rem;
	margin-top: -1.5rem;
}

.login-field {
	margin-bottom: 0.5rem;
	text-align: left;
	width: 100%;
	font-size: 1rem;
	font-weight: bold;
	color: #80004C;
}

.login-field .ui-outputlabel {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
	margin-left: 0.5rem;
	color: #80004C;
}

.input-icon {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #FFF7F7;
	border-radius: 0.5rem;
	padding: 0.5rem 0.5rem 0.5rem 2.5rem;
	margin-bottom: 1rem;
}

.input-icon i {
	position: absolute;
	left: 0.8rem;
	font-size: 1.2rem;
	color: #80004C;
}

.input-icon input {
	border: none;
	background: transparent;
	outline: none;
	width: 100%;
	color: #80004C;
	padding-left: 2rem;
}

.login-button {
	background-color: #80004C !important;
	color: white !important;
	border: none !important;
	border-radius: 0.5rem !important;
	padding: 0.8rem 0.5rem !important;
	width: 260px !important;
	font-size: 1.5rem !important;
	font-weight: bold !important;
	cursor: pointer !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
	transition: background-color 0.3s ease !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.login-links {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	text-align: center !important;
	justify-content: center !important;
	align-items: center !important;
	color: #80004C;
	gap: 6px; 
}

.login-links a {
	color: #80004C;
	display: block;
	text-decoration: none;
	margin: 0.3rem 0;
	padding-bottom: 6px;
}

.login-links i {
	color: #80004C;
	font-size: 1.5rem; 
}

.login-icon {
	height: 35px;
	text-align: center;
	margin-bottom: 1rem;
	display: flex;
  	justify-content: center; 
  	align-items: center;     
}

.login-icon i {
	position: absolute;
	font-size: 2.2rem;
	color: #80004C;
	margin: 0.3rem 0;
}

.footer-global {
	position: absolute;
	bottom: 10px;
	left: 40px;
	width: 200px;
}

.toggle-eye {
	position: absolute;
	right: 3rem;
	top: 30%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #80004C;
	font-size: 1.2rem;
}

.login-messages {
	display: block;
	width: 100%;
	margin: 0rem 0rem 1.5rem !important;
	padding: 0.3rem;
	border-radius: 6px;
	background-color: #ffe6e6;
	border: 1px solid #ff9999;
	color: #990000;
	font-weight: bold;
	text-align: center;
}

.logout-messages {
	display: block;
	width: 100%;
	margin: 0rem 0rem 2.5rem !important;
	padding: 0.3rem;
	border-radius: 6px;
	background-color: #e0f7e9; /* verde suave */
	border: 1px solid #5cb85c; /* borde verde */
	color: #2e7d32; /* texto verde oscuro */
	font-weight: bold;
	text-align: center;
}

/*Estilos login*/

.panel-principal {
	background: url("/notificacionesUTF/javax.faces.resource/images/loginSNE/fondo.png.xhtml?ln=ultima-layout")
		no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100dvh;
	width: 100%;
}

.accesos-footer {
	color:white;
	font-size: 15px;
    text-align: center;
    font-weight: bold;
	display: inline;  
} 

.info-footer {
	color:white;
	font-size: 14px;
	display: block;     
    text-align: center;
} 

.version-footer {
	color: #333333;
	font-size: 13px;
	display: block;     
    text-align: center;
}

.container-footer{
	padding-bottom: 0px !important;
}

.panel-info {
	background: #333333 !important;
}

.img-header {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.ine-footer {
	color:white;
	font-size: 0.9rem;
	font-weight: bold;
    margin-left: 70px;
}

.panel-footer{
	padding-top: 1.2em !important;
	padding-left: 2em !important;
}

.login-box {
	margin-top: 2rem;
	text-align: -webkit-right;
	background: #F9D9EC;
	padding: 1.5rem; 
	border-radius: 1.5rem;
	box-shadow: -14px 16px 19px 0px rgba(0,0,0,0.68);
	-webkit-box-shadow: -14px 16px 19px 0px rgba(0,0,0,0.68);
	-moz-box-shadow: -14px 16px 19px 0px rgba(0,0,0,0.68);
	}