@charset "ISO-8859-1";

.profile-img {
	width: 58px; 
	margin: 0 auto 0px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 8%;
	filter: contrast(110%);
}

.loginpanelprincipal {
	width: 28%;
	border: none;
	background-color: threedface;
}

#logueoForm:panelprin_content {
	background-color: dodgerblue !important;
}

.wrapper {
	position: relative;
	min-height: 100%;
}

.login-header-bar {
	height: 71px;
	overflow: hidden;
}

.login-header-bar.centered {
	border: 0;
	height: 108px;
}

.login-header-bar.centered .header .logo {
	float: none;
	margin: 40px auto 30px;
	display: block;
}

.login-header-bar.centered .header .secondary-link {
	display: none
}

.ui-panel .ui-panel-content {
	border: 0;
	background: 0;
	padding: 0;
}

.ui-panel .ui-panel-titlebar {
	padding: 0;
	background: white;
	color: black;
}

.ui-widget-content {
	background: white !important;
	color: #222222;
}

.ui-widget-header {
	border: 0px !important;
}

.main {
	padding-bottom: 100px;
}

.content {
	padding: 0 44px;
}

.content {
	padding-left: 10px;
	padding-right: 10px;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}

.banner {
	font-size: 15px;
	margin-bottom: 1px;
	text-align: -webkit-center;
}


.fonimg {
    position: relative;
}

.fonimg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../javax.faces.resource/default/img/fondo_unalm.jpg.xhtml') no-repeat !important;
    background-size: cover !important;
    /*opacity: 0.5;*/ /* Ajusta la opacidad de la imagen de fondo */
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield
	{
	background: #ffffff;
	font-family: Arial black;
	font-size: 16px;
	height: 28px !important;
}

.ui-button-text {
	font-family: Arial black;
	font-size: 11px;
	
}

.ui-button-text-only .ui-button-text {
	padding: 0.2em 1em !important;
	border-radius: 0px !important;
	
}

.content-body {
	border: 1px solid #9d9d9d;
	color: #000000;
	background-color: #ffffff;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield
	{
	background: #ffffff;
	-moz-box-shadow: inset 0 0px 0px #ffffff;
	-webkit-box-shadow: inset 0 0px 0px #ffffff;
	box-shadow: inset 0 0px 0px #ffffff;
	color: black;
}

.px-2 {
	padding-left: .5rem;
	padding-right: .5rem;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.container {
	width: 99%;
}

.py-2 {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.bg-red-700 { 
	--bg-opacity: 1;
	background-color: #cf000b;
	background-color: rgba(207, 0, 11, var(- -bg-opacity));
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex {
	display: flex;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.items-center {
	align-items: center;
}

.a, a { 
	--text-opacity: 1;
	color: #3182ce;
	color: rgba(49, 130, 206, var(- -text-opacity));
}

a {
	color: inherit;
	text-decoration: inherit;
}

a {
	background-color: transparent;
}

.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.h-10 {
	height: 2.5rem;
}

.border-l {
	border-left-width: 1px;
}

.border-white { 
	--border-opacity: 1;
	border-color: #fff;
	border-color: rgba(255, 255, 255, var(- -border-opacity));
}

.text-white { 
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(- -text-opacity));
}

.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.flex-1 {
	flex: 1 1;
}

.bg-white { 
	--bg-opacity: 1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(- -bg-opacity));
}

.footer {
	overflow: auto;
	color: #fff;
	padding: 3rem; 
	--bg-opacity: 1;
	background-color: #26292e;
	background-color: rgba(38, 41, 46, var(- -bg-opacity));
}

.label {
	font-size: 20px !important;
}

.botonlogin>span {
	font-size: 89%;
}

/*se agregan cambios en el login*/
.fondo-img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.logo-img2 {
	width: 20%;
	position: absolute;
	margin-left: 10%;
	margin-top: 10%;
}

.div-lema {
	position: absolute;
	background-color: transparent;
	margin-left: 5%;
	bottom: 9%;
	text-align: left;
	color: white;
	font-weight:bold;
	
}

.div-login1{
	position: absolute;
	bottom: 10%;
	background-color: white;
	right: 5%;
	border-radius: 30px !important;
	opacity: 0.9;
}
.title-login{
	color: #6C97DD;
	font-weight: bold;
	margin-top: 10%;
}
.panel-login{
	border: none;
	background-color: threedface;
}
.bottom-login{
	background-color: #337bbf !important;
	width: 100% !important;
	border-radius: 6px !important;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 20px !important;
}
.ui-button-text{
	background-color: transparent !important;
}

.bottom-login:hover{
	background-color: #0595DA !important;
	width: 100% !important;
}

.logouniiz{
	background-image: url("../javax.faces.resource/default/img/uni.svg.xhtml");
    display: inline-block;
    height: 17px;
    width: 50px;
    zoom: 1;
}