@charset "UTF-8";
/*@font-face {
    font-family: 'Aclonica';
    font-weight: 400;
    src: local('Aclonica'),local('Aclonica'),url(/local/fonts/aclonica-regular.woff) format('woff')
}*/

/********************************************************/
/*                Pantalla de Login                     */
/* Ejemplos de personalización para cliente1 y cliente2 */
/********************************************************/

/* Pongo el fondo reducido a todos, para luego especificar cual llevaran el 
fondo normal */

/* Descomentar este bloque
@media all {

	body.cliente1  {
		background-color:green !important;
	}
	body.cliente2  {
		background-color:red !important;
	}
}

@media only screen and (min-width: 768px) and (min-height: 521px) {

	body.cliente1 {
		background-image:url('/local/img/fondoLogin-cliente1.jpg') !important;
		background-position:center top;
		background-repeat: no-repeat;
		background-size: cover;
	}	
	
	body.cliente2 {
		background-image:url('/local/img/fondoLogin-cliente2.jpg') !important;
		background-position:center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
*/

/* Fondo normal si tienes como minimo 1024 x 768 de resolucion */

/* Descomentar este bloque
@media screen and (min-width: 1023px) and (min-height: 767px) {

	body.cliente1 {
		background-image:url('/local/img/fondoLogin-cliente1.jpg') !important;
		background-position:center top;
		background-repeat: no-repeat;
		background-size: cover;
	}	
	body.cliente2 {
		background-image:url('/local/img/fondoLogin-cliente2.jpg') !important;
		background-position:center top;
		background-repeat: no-repeat;
		background-size: cover;
	}	
}

/*
.login-layout.cliente1 .login-box.cliente1 {
	background-color:green !important;
}
.title-box.cliente1 {
    color: #ffffff!important;
}
.btn-primary.cliente1, .btn-primary:focus.cliente1 {
	background-color:green !important;
	border-color:green !important;
	outline:none !important;
	color: #ffffff!important;
}
.btn-primary:hover.cliente1 {
	background-color:rgb(3,93,3) !important;
	border-color:green !important;
	outline:none !important;
	color: #ffffff!important;
}
.m-imagen-logo.cliente1 {
	background-image: url('/local/img/logo_cliente1.jpg')!important;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

.login-layout.cliente2 .login-box.cliente2  {
	background-color:red !important;
}
.title-box.cliente2 {
    color: #000000!important;
}
.btn-primary.cliente2, .btn-primary:focus.cliente2 {
	background-color:red !important;
	border-color:red !important;
	outline:none !important;
	color: #000000!important;
}
.btn-primary:hover.cliente2 {
	background-color:rgb(212,23,23) !important;
	border-color:red !important;
	outline:none !important;
	color: #000000!important;
}
.m-imagen-logo.cliente2 {
	background-image: url('/local/img/logo_cliente2.png')!important;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
*/

/*********************************/
/* PERSONALIZACION LOGIN UNICAJA */
/*********************************/
@media all {

        body.unicaja {
                background-color:#278600 !important;
        }
}

@media only screen and (min-width: 768px) and (min-height: 521px) {

        body.unicaja {
                background-image:url('/local/img/fondoLogin-unicaja.jpg') !important;
                background-position:center top;
                background-repeat: no-repeat;
                background-size: cover;
        }

}

@media screen and (min-width: 1023px) and (min-height: 767px) {

        body.unicaja {
                background-image:url('/local/img/fondoLogin-unicaja.jpg') !important;
                background-position:center top;
                background-repeat: no-repeat;
                background-size: cover;
        }
}

.login-layout.unicaja .login-box.unicaja {
        background-color:#278600 !important;
}
.m-titulo-general.unicaja {
    visibility: hidden;
}
.m-titulo-general.unicaja:before {
    content: "Service Control";
    visibility:visible;
}
.title-box.unicaja {
    color: #ffffff!important;
    visibility: hidden;
}
.title-box.unicaja:before {
        content: "Unicaja Banco";
        visibility:visible;
}
.btn-primary.unicaja, .btn-primary:focus.unicaja {
        background-color:#278600 !important;
        border-color:#278600 !important;
        outline:none !important;
        color: #ffffff!important;
}
.btn-primary:hover.unicaja {
        background-color:rgb(3,93,3) !important;
        border-color:#278600 !important;
        outline:none !important;
        color: #ffffff!important;
}
.m-imagen-logo.unicaja {
        background-image: url('/local/img/logo_unicaja.jpg')!important;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
}

