﻿@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px 0px 0px 0px;
	background-color: #254c75;
	height: 100%;
	font-family: "Calibri";
	font-size: 12px;
}
#wrapperLogin {
	display: table;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
#cell {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
#cabecalhoLogin {
	background-image: url("/cemiseguranca/javax.faces.resource/images/login/cabecalho_v2.png.xhtml");
	background-repeat: no-repeat;
	background-position: -27px -27px;
	height: 213px;
	width: 468px;
}
#formLogin {
	background: linear-gradient(top, #768dc1 0%, #304f7b 100%);
	background-image: linear-gradient(to bottom, #768dc1, #304f7b); /* Pra funcionar no IE 11 tem que tirar as posições e mudar o tipo */
	background: -moz-linear-gradient(top, #768dc1 0%, #304f7b 100%);
	background: -webkit-linear-gradient(top, #768dc1 0%, #304f7b 100%);
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	width: 448px;
	font-family: Calibri;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
#container {
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 10px;
}
#container .conteudo {
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
#container #icone {
	float: left;
	border: 0;
	padding: 1px 6px 0px 0px;
}
#container #icone img {
	height: 14px;
}
.hiddenshow {
	float: right;
	display: block;
	border: 0;
	padding: 1px 0px 0px 0px;
}
.hiddenshow img {
	width: 14px;
	height: 14px;
	padding-left: 5px;
}
#container .titulo {
	background: linear-gradient(top, #768dc1 0%, #304f7b 100%);
	background-image: linear-gradient(to bottom, #768dc1, #304f7b); /* Pra funcionar no IE 11 tem que tirar as posições e mudar o tipo */
	background: -moz-linear-gradient(top, #768dc1 0%, #304f7b 100%);
	background: -webkit-linear-gradient(top, #768dc1 0%, #304f7b 100%);
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	height: 20px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	color: rgb(255, 255, 255);
	border: solid 1px #597295;
}
#container .tituloRounded {
	background: linear-gradient(top, #768dc1 0%, #304f7b 100%);
	background-image: linear-gradient(to bottom, #768dc1, #304f7b); /* Pra funcionar no IE 11 tem que tirar as posições e mudar o tipo */
	background: -moz-linear-gradient(top, #768dc1 0%, #304f7b 100%);
	background: -webkit-linear-gradient(top, #768dc1 0%, #304f7b 100%);
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	font-size: 16px;
	height: 20px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	color: rgb(255, 255, 255);
	border: solid 1px #597295;
}

.ui-icon-loginButton{
    background-image: url("/cemiseguranca/javax.faces.resource/images/icons/cc_white/lock_open.png.xhtml") !important;
}

.ui-icon-lostPasswordButton{
    background-image: url("/cemiseguranca/javax.faces.resource/images/icons/cc_white/key.png.xhtml") !important;
}
