﻿
.body
{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%; 
}

.fundoLogin
{
	background-color: #FFFFFF;
}

#divLogoLogin
{
	z-index: 1;
	position: static;
	top: 80px;
	width: 100%;
	height: 158px; 
	padding-top:72px;
	padding-left:22px;
}

.divfontSigla
{
	font-family: Arial;
	font-size: 40px;
	font-style: normal;
	color: #0164A7; 
	top: 230px;
}

.divNomeSistemaLogin
{
	width: 390px;
	height: 30px;
	font-size: 25px;
	color: #666666;
	font-family: Arial;
	padding-right:18px;
}

#divConteudoLogin
{
	z-index: 1;
	position: static;
	top:80px;
	width: 100%;
	height: 270px;
	padding-top:40px;
	padding-left:22px;
}

.boxlogin 
{
	height: 1 90px; 
	background: #fffaf6;
	background-color: White;
	border-radius: 6px;
	color: #7e7975;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 2px rgba(255,255,255,0.4);
	-moz-border-radius: 10px;
}

.fontlogin
{
	font-family: 'Lato' , Calibri, Arial, sans-serif;
	font-size: 14px;
	padding: 7px;
	margin-bottom: 3px;
	color: Black;
}

.btn-login
{
	color: #ffffff;
	background-color: #1B6EDA;
	border-color: #46b8da;
	width: 100px;
}

/*Complemento da tela do SAC*/
.divinfoSACLogin
{
	z-index: 1;
	position: absolute;
	left: 24px;
	top: 622px;
	width: 100%;
	height: 151px;
	margin-top: 0px;
}

.divBoxinfoSAC
{
	width: 600px;
	height: 100px; /* Estilo (borda transparênte) */
	background: White;
	border-radius: 6px;
	color: black; 
	box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 2px rgba(10,100,255,0.4);
	-moz-border-radius: 4px;
}

.titulo01
{
	font-weight: normal;
	font-size: 14px;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

