*,html,body{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	box-sizing:border-box;
	font-size:14px;
	outline:0 none;
}
.bold{
	font-weight:bold;
}
html,body,#corpo{
	width:100%;
	height:100%;
	overflow:hidden;
}#corpo{
	display:table;
}
#corpo>div{
	margin:auto; 
	display:table-cell; 
	vertical-align:middle;
}
#logo{
	width:8%;  
	margin:0 auto; 
	text-align:center;
}
#logo img{
	width:100%;
}
#slogan{
	width:100%;  
	margin: 30px 30px 40px 0;
	color:#313131;
	text-align:center;
}
#slogan p, #titulo.login p {
	font-size:18px !important;
}
#titulo{
	margin:0 auto;
	width:350px;
	height:48px;
	background-color:#da4040;
	color:#FFFFFF;
	line-height:48px;
	text-align:center;
	border-radius:10px 10px 0 0;
}
#content {
	border-radius:0 0 10px 10px;
	border:1px solid #C7C7C7;
	border-top:0 none;
	width:350px;
	height:300px;
	margin:0 auto;
	text-align:center;
	overflow: hidden;
}
#content #formulario{
	position:relative;
	padding:50px 30px 30px 30px;
	background-color:#FFFFFF;
	color: #313131;
}
#content #formulario #error{
	position:absolute;
	top:125px;
	width:350px;
	left:0;
	text-align:center;
	font-size:12px;
	color:#da4040;
}
#content.login #formulario #error {
	top:145px;
}
#content #formulario #valid{
	position:absolute;
	top:125px;
	width:350px;
	left:0;
	text-align:center;
	font-size:12px;
	color:#11B221;
}
#formulario div.campos{
	clear:both;
	width:290px;
	height:40px;
	margin-bottom:10px;
}
#formulario div.block{
	display:block;	
}
#formulario div.hidden{
	display:none;	
}
#formulario .img{
	width:40px;
	height:40px;
	float:left;
	border:1px solid #C7C7C7;
	border-right:0 none;
	text-align:center;
}
#formulario .img img{
	width:20px;
	height:20px;
	margin-top:10px;
}
#formulario .input,
#formulario .select{
	width:250px;
	height:40px;
	float:right;
}
#formulario .input .campo{
	width:100%;
	height:40px;
	padding:0 5px;
	border:1px solid #C7C7C7;
}
#formulario input[type=submit],
#formulario input[type=button]{
	width:290px;
	height:40px;
	background-color:#da4040;
	border:0 none;
	color:#FFFFFF;
	margin:20px 0 10px 0;
}
#formulario input[type=submit]:hover,
#formulario input[type=button]:hover{
	background-color:#A01321;
	cursor:pointer;
}
#formulario #left{
	float:left;
	text-align:left;
}#formulario #informacoes{
	width:290px;
	height:35px;
	line-height:35px;
	overflow:hidden;
}
#formulario #right{
	float:right;
	text-align:right;
}
#formulario a {
	color: #da4040;
}
#formulario a:hover{
	color:#A01321;
}
.icon-login i {
	font-size: 24px;
	margin-top: 5px;
	display: block;
}

#comunicado {
	display: block;
	position: fixed;
	z-index: 9999999;
	bottom: 10px;
	right: 10px;
	width: 280px;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 1px 2px 3px #3D040A;
	background: #da4040;
}

#comunicado .cabecalho {
	font-size: 15px !important;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

#comunicado .texto {
	text-align: center;
}

#comunicado .texto p {
	font-size: 13px !important;
}

@media screen and (max-width: 768px) {
	#comunicado {
		display: none;
	}
}