@charset "UTF-8";
div.loginContainer{
	border-style: none;
	padding: 10px 10px 0 10px;
	width: 250px;
}
div.container {
	width: 250px;
}
.label{
	color: #3F5B6D;
}
.loginTexto{
	color: #747474;
	background-color: #FFFFFF;
}
.loginBotao{
	cursor:hand;
	height: 23px;
	text-align: center;
	width: 150px;
	font-size: 14px;
	color: #FFFFFF;
	border:none;
	background-color: #0C4A70;
}
/* Propriedades fixas */
*{
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Sans-serif;
}
div.erro{
	color: #AB3838;
	background: #FFDBDB;
	border-color: #EB7878;
}
div.sucesso{
	color: #144888;
	background: #D8E5ED;
	border-color: #698AB3;
}
div#marca{
	margin: 0 0 10px 0;
	text-align: center;
}

img.alerta {
	float: left;
	margin: 0 15px 0 0;
}
div.erro,div.sucesso{
	height: 37px;
	vertical-align: middle;
	padding: 5px;
	margin: 0 0 0 5px;
	border-width: 2px;
	border-style: solid;
}
.label{
	text-align: right;
	vertical-align: middle;
	padding: 2px 10px 2px 2px;
	height: 35px;
}
.loginTexto{
	border-width: 1px;
	border-style: solid;
	height: 21px;
	padding: 2px 0 0 3px;
	width: 150px;
}

div.loginInfo{
  visibility:hidden; 
}
div.loginInfo, div.loginInfo *{
	font-size: 9px;
	font-weight: normal;
}
div.loginInfo b{
	color: #000;
}
.center table 
{ 
margin-left: auto; 
margin-right: auto; 
text-align: left; 
} 

<!-- CSS para o Login Específico -->
div.loginContainerAut {
    border-style: none;
    padding: 10px 10px 0 10px;
    width: 300px;
    margin-left: auto; 
	margin-right: auto; 
    text-align: center;
}
div.errorContainerAut {
    width: 500px;
}
div.msgAzulPlc {
    color: #144888;
    background: #D8E5ED;
    border-color: #698AB3;
}
div.msgVermelhoPlc {
    color: #AB3838;
    background: #FFDBDB;
    border-color: #EB7878;
}
div.msgAmareloPlc {
    color: #AB3838;
    background: #FFDBDB;
    border-color: #EB7878;
}
div.msgVerdePlc {
    color: #AB3838;
    background: #FFDBDB;
    border-color: #EB7878;
}
div.msgAzulPlc, div.msgVermelhoPlc, div.msgAmareloPlc, div.msgVerdePlc, div.sucessoAut {
    vertical-align: middle;
    padding: 5px;
    margin: 0 0 0 5px;
    border-width: 2px;
    border-style: solid;
    min-height: 40px;
}
img.msgImgAut {
    float: left;
    margin: 10px 5px 5px 10px;
}
.errorBotaoAut {
    cursor:hand;
    height: 23px;
    text-align: center;
    width: 50px;
    font-size: 14px;
    color: #FFFFFF;
    border:none;
    background-color: #AB3838;
}

