body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1001;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #F5F5F5;
}

.main {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #FFFFFF;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.box {
    background-color: #FFFFFF;
    margin-bottom: 20px;            
    border-radius: 6px;
    box-shadow: 3px 3px 10px 2px #777
}

.login {
    padding: 15px;
}

.lbTitulo {
    font-size: 18px;
    margin-bottom: 15px;
}

.lbTituloInput {
    font-size: 11px;            
}

.input {
    margin-bottom: 10px;
}

.msg-login{
    font-weight: bold;
    color: #FF880A;
}

.empresa {
	padding: 15px;
}

.empresa img {
	height: 80px;
}

.entidade  {
	padding: 15px;
}

.entidade  img {
	width: 100%;
}
