/*
*	ESTE ARCHIVO FUE CREADO PARA INCORPORAR ESTILOS PERSONALIZADOS 
*	ESPECIFICOS PARA LA PÁGINA DE LOGIN
*/
.ui-password{
	width: 100%;
}

.logo-cqcr-login{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
}

/* ============== */
/* == IMAGENES == */
/* ============== */
.bg-left-image-fill{
	width: 100%;
	height: 400px;
	background-image:url("/CQCR_SistemaTramitesWEB/javax.faces.resource/img/fondoLogin.png.xhtml");
	background-position: center;
	background-size: cover;
	position: relative;
}
@media(min-width: 768px){ /* md-width */
	.bg-left-image-fill{
		width: 100%;
		height: 100%;
		background-image:url("/CQCR_SistemaTramitesWEB/javax.faces.resource/img/fondoLogin.png.xhtml");
		background-position: center;
		background-size: cover;
		position: relative;
	}
}