.panel-body{
    overflow: auto;
    height:200px; 
}
body{
	background: url('imgs/fundo.jpg')  center center no-repeat fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.login{
	background: #fff;
	padding: 20px 40px;
	border-radius: 20px 0px 20px 0px;
	box-shadow: 2px 2px 20px -4px #000;
	margin-top: 50px;
}
.botao-adicionar{
	position: fixed;
	right: 35px;
	bottom: 35px;
	z-index: 1030;
	color:#fff;
}
.botao-adicionar a{
	text-decoration: none;
	color:#fff;
}
.empresas{
	font-size: 12px;
}
.clientes{
	font-size: 12px;
}
#logoLogin{
	text-align: center;
}
.panel-default>.panel-heading{
	background: #3D8AA3;
	color: #fff;
}
.panel-default{
	border:none;
}