body {
	background-image: url('/boleto/javax.faces.resource/img/access.jpg.xhtml?ln=default&v=1_0');
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

.bordalogin {
	border-radius: 30px;
	padding-left: 8%;
	padding-top: 15px;
	padding-right: 8%;
	border: 4px solid #DC1668;
	width: 475px;
	/*min-height: 220px;*/
}

.geral {
	width: 100%;
}

.nomeproduto {
	color: #fff;
	font-weight: 700;
	margin-top: 10px;
	padding-left: 2px;
	font-size: 23px
}

.txtlogin {
	width: 96%;
}

.poslogin {
	border: none;
	width: 520px;
	min-height: 320px;
	background-color: rgba(0, 0, 0, 0);
	position: relative;
	top: 49%;
	left: 80%;
	transform: translate(-51%, 100%);
}
	@media screen and (max-width: 1400px) {
	.poslogin {
		border: none;
		width: 585px;
		min-height: 275px;
		background-color: rgba(0, 0, 0, 0);
		position: relative;
		top: 49%;
		left: 80%;
		transform: translate(-51%, 67%);
	}
	.bordalogin {
	border-radius: 30px;
	padding-left: 5%;
	padding-top: 15px;
	padding-right: 5%;
	border: 4px solid #DC1668;
	width: 475px;
	/*min-height: 220px;*/
}
}


.btnlogin {
	display: inline-block;
	color: #fff;
	max-width: 225px;
	width: 100px;
	height: 25px;
	font-size: 100%;
	font-weight: bold;
	background-color: #F5844C;
	border-radius: 50px;
	border: none;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
	margin-left: 233px;
	margin-bottom: 30px;
}

.esqueceusenha {
	color: #DC1668;
	font-size: 15px;
	width: 100px;
	font-weight: 600;
}

.txtlogin {
	width: 98%;
	padding-left: 5%;
	padding-right: 5%;
	border-radius: 0;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dev {
	font-size: 90%;
	color: #ffff;
	text-align: center;
	margin-top: 8px;
}

.img {
	vertical-align: middle;
	height: 30px;
}

/*PRIMEIRO ACESSO*/
.txtprimeiroAcesso {
	color: #fff;
	font-weight: 700;
	margin-top: 10px;
	padding-left: 2px;
	font-size: 23px;
	font-family: Arial, sans-serif;
}

.caixaSenha {
	width: 98%;
	padding-left: 5%;
	padding-right: 5%;
	border-radius: 0;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.voltar {
	color: #DC1668;
	font-size: 15px;
	width: 100px;
	font-weight: 600;
	font-family: Arial, sans-serif;
}

.salvar {
	display: inline-block;
	color: #fff;
	max-width: 225px;
	width: 100px;
	height: 25px;
	font-size: 100%;
	font-weight: bold;
	background-color: #F5844C;
	border-radius: 50px;
	border: none;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
	margin-left: 333px;
	margin-top: 20px;
	margin-bottom: 20px;
}