@CHARSET "ISO-8859-1";

/*
	CSS for Login LATAM component
	@author aldo.hernandez@lan.com
	@author cesar.pasache@lan.com
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    font-family: latam-sans !important;
}
input{
	font-family: latam-sans !important;
}

/* Background and logo */

.box-logo {
    width: 100%;
    height: auto;
    position: absolute;
    top: 5%;
    text-align: center;
}
.box-logo .logo {
    width: 315px;
    height: auto;
}
.login-bg {
	background: url( /BasicServicesApp-2.0/javax.faces.resource/images/bg-login.jpg.jsf ) center bottom no-repeat;
	width: 100%;
    height: 100%;
    position: absolute;	
    background-size: cover;	
}

.captcha_panel,.captcha_panel div {
	border: 0px 0px 0px 0px;
	border: none;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
}

/* Panel container (centered) */

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.middle {
    display: table-cell;
    vertical-align: middle;

}
.inner {
    text-align: center;
}

/* Login panel */

.login_panel {
	display: inline-block;
    position: relative;
}
.ui-panel-titlebar {
	Font-size: 16px !important;
}

/* Login buttons */

.login-submit {
	width: 64px;
	height: 24px;
	border: none;
	margin-top: 12px;
	margin-right: 1px;
	display: inline;
	float: right;
	cursor: pointer;
    font-family: latam-sans !important;
    background-image: none !important;
    background-color: rgba(0, 141, 135, 1) !important;
    border-color: rgba(0, 141, 135, 1) !important;
    font-weight: 900 !important;
    color: rgba(255, 255, 255, 1) !important;
}
.login-cancel {
	width: 64px;
	height: 24px;
	border: none;
	margin-top: 12px;
	display: inline;
	float: right;
	cursor: pointer;
    font-family: latam-sans !important;
    background-image: none !important;
    background-color: rgba(0, 141, 135, 1) !important;
    border-color: rgba(0, 141, 135, 1) !important;
    font-weight: 900 !important;
    color: rgba(255, 255, 255, 1) !important;
}

/* Placeholder icons */

.input.user::-webkit-input-placeholder {
	background: url( /BasicServicesApp-2.0/javax.faces.resource/images/sprite-user.png.jsf );
}
.input.pass::-webkit-input-placeholder {
	background: url( /BasicServicesApp-2.0/javax.faces.resource/images/sprite-pass.png.jsf );
}
.input.captcha::-webkit-input-placeholder {
	background: url( /BasicServicesApp-2.0/javax.faces.resource/images/sprite-captcha.png.jsf );
}
.input::-webkit-input-placeholder {
	background-repeat: no-repeat !important;
	padding-left: 22px;
	margin-right: 5px;
}