/*============================================================================================
	SECTION
============================================================================================*/

#inicio{position:relative;}
#conteudo{max-width:950px;min-height:450px;margin: 126px auto 0;display:block;overflow:hidden;}

#formLogin{border: 10px solid #e9e7e3; background: #fff;}
#formLogin fieldset{padding: 20px 40px;}
#formLogin h2{display: block; width: 100%; padding-bottom: 35px; color: #1a6a88; font-family: 'Conv_BreeBold'; font-size: 28px; background: url(../img/sombra-form.png) no-repeat center bottom;}
#formLogin input{height: 40px; margin-bottom: 20px; padding-left: 8px; border: 1px solid #dad9d4; border-radius: 8px; background: #eae8e3;}
#formLogin #entrar{cursor: pointer; width: 108px; height: 44px; padding: 0; color: #fff; font-family: 'Conv_BreeBold'; font-size: 18px; text-transform: uppercase; border: none; background: url(../img/bt-entrar.png) no-repeat center top;}
#formLogin #entrar:hover{background: url(../img/bt-entrar.png) no-repeat center bottom;}
#formLogin #esqueci{line-height: 44px}
#formLogin #esqueci:hover{text-decoration: underline;}

#novo{height: 300px; background: url(../img/bordas-pontilhadas.png) no-repeat center;}//display: table; width: 383px;
#novo h3{color: #7c7466; font-family: 'Conv_BreeBold'; font-size: 18px;}
#novo .margens{display:block; position:relative;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}
#novo .margens .central{width: 251px; margin: auto;}
#novo .margens h3{margin-bottom: 10px;}
#novo .margens a{width: 250px; height: 44px; color: #fff; font-family: 'Conv_BreeBold'; font-size: 18px; line-height: 44px; text-align: center; text-transform: uppercase; background: url(../img/bt-cadastro.png) no-repeat center top;}
#novo .margens a:hover{background: url(../img/bt-cadastro.png) no-repeat center bottom;}