/* CSS - Login */

body {
	 background-image: url(../images/commons/bgLogin.jpg);
	 background-repeat: no-repeat;
	 background-position: center top;	
}

h1 {
   font-size: 20px;
	 font-weight: bold;
	 color: #902328;
	 padding-left: 8px;
}

#box {
   width: 327px;
	 height: 312px;
	 background-image: url(../images/commons/boxLogin.png);
	 background-repeat: no-repeat;
	 margin-top: 6px;
}

#box .top {
  height: 42px;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #E8E8E8;
	padding: 16px 0 0 24px;
	text-shadow: 0 1px #000;
}

#box .cent {
   padding-left: 24px;	
}

#logoLogin {
	 position: relative;
	 float: left;
   width: 376px;
	 height: 233px;
	 background-image: url(../images/commons/logo_login.png);
	 background-repeat: no-repeat;
	 margin-top: 40px;
}

#login {
	 position: absolute;
   width: 1031px;
	 left: 50%;
	 top: 50%;
	 margin: -166px 0 0 -515px;
}

#login .frmLog {
   width: 804px;
	 margin: 0 auto 158px;
}

#login .frmLog  .leftC {
   position: relative;
	 width: 187px;
	 float: left;
}

#login .frmLog  .leftC .border {
   width: 1px;
	 height: 70px;
	 background-color: #BCBEC0;
	 position: absolute;
	 top: 11px;
	 right: 0px;
}

#login .frmLog .rightC {
	position: relative;
	width: 326px;
	float: left;
	padding: 11px 0 0 90px;
}

#login .frmLog .rightC .check {
	 padding-top: 15px;
	 float: left;
}

#login .frmLog .rightC .check span {
   padding-left: 2px;	
	 font-size: 11px;
	 color: #767676;	
	 position: relative;
	 top: -2px;
}

#login .frmLog .rightC label {
   font-family: Arial, Helvetica, sans-serif;
	 font-size: 15px;
	 color: #767676;
	 clear: left;
	 margin: 5px 0 5px;
	 display: block;
}

#login .frmLog .rightC .ipt {
   width: 273px;
	 height: 38px;
   margin-bottom: 14px;	
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 color: #767676;
	 padding-left: 5px;
	 background: none;
	 background-color: #FFF;
	 box-shadow: none;
   border-radius: 0;
	 border: 1px solid #B9B9B9;
	 line-height: 38px;
}

#login .frmLog .rightC .noMargin {
   margin-bottom: 0px;
}

#login .frmLog .rightC .esq {
	 display: block;
	 font-family: Arial, Helvetica, sans-serif;
   text-decoration: underline;
	 font-size: 11px;
	 color: #767676;
	 float: right;
	 margin: 16px 15px 13px 0;
}

#login .frmLog .rightC .submit {
   margin: 0 auto;  
	 text-decoration: none;
	 box-shadow: none;
	 background: none;
}

#login .frmLog .rightC .cad {
	 position: absolute;
   width: 44px;
	 height: 43px;
	 background-image: url(../images/commons/cad.jpg);
	 background-repeat: no-repeat;
	 right: 0px;
	 top: 22px;
}


p.msg,
p.erro{
     color: #58595B;
    font-size: 14px;
    margin: 10px 0 20px;
    font-weight: bold;
    line-height: 18px;
    vertical-align: middle;
}

p.erro{
    color: red;
}

#login form .btn {
    cursor: pointer;
    display: inline-block;
    margin-left: 95px;
    width: 109px;
    height: 35px;
    background-image: url(../images/commons/bRed.jpg);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 13px;
    color: #FFF;
    line-height: 35px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 1px;
    text-shadow: 0 1px #000000;
}