/* CSS Document */
img {
	border:none;
}
body {
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	padding-top:1em;
	background-color:#C3C5C8;
	background-image:url(/plataformav2/javax.faces.resource/images/login/tcargo/fdo-celu.jpg.xhtml);
	background-size:cover;
	background-attachment:fixed;
}
.logo {
	text-align:center;
}
.copy {
	text-align:center;
	font-size:0.7em;
}
.login {
	background-image:url(/plataformav2/javax.faces.resource/images/login/tcargo/fdo-login.png.xhtml);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#6FB328;
	padding:2em;
    border-radius: 25px;
	width:480px;
}
.entrar {
	text-transform:uppercase !important;
	padding:0.5em !important;
	cursor:pointer !important;
	border:0 !important;
}
.entrar:hover {
	background-color:#000 !important;
	color:#FFF !important;
	border:0 !important;
}
.campo {
	padding:0.5em;
}

#login span, #cancelar span{
	padding:0em 0em 0em 0em;
}
.position_fixed{
	position: fixed !important;
}

#opTarjetaCoordenadas_content{
	background-color:transparent !important;
	border:none !important;
}
.ui-messages-error.ui-corner-all{
    background-color: transparent !important;
}

.ui-messages-info-summary, 
.ui-messages-warn-summary, 
.ui-messages-error-summary, 
.ui-messages-fatal-summary, 
.ui-message-info-summary, 
.ui-message-warn-summary, 
.ui-message-error-summary, 
.ui-message-fatal-summary {
	font-weight: normal !important;
}

#recuperarForm .ui-messages-info-summary, 
#recuperarForm .ui-messages-warn-summary, 
#recuperarForm .ui-messages-error-summary, 
#recuperarForm .ui-messages-fatal-summary, 
#recuperarForm .ui-message-info-summary, 
#recuperarForm .ui-message-warn-summary, 
#recuperarForm .ui-message-error-summary, 
#recuperarForm .ui-message-fatal-summary {
	color: red !important;
}

#loginFormId .btform {
	background-color:rgb(239, 239, 239);
	border-bottom-color:rgb(0, 0, 0);
	color:rgb(0, 0, 0);
}

#loginFormId .btform span {
    font-family: Arial;
}