body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
          box-shadow: 0 1px 2px rgba(0,0,0,.05);
  position: relative;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 20px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}

.form-signin-heading {
  background: url(../img/logo-login-prevenir.png) center center no-repeat transparent;
  width: 100%;
  height: 80px;
}

.btn-primary {
  float: right;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.tabs {
  position: absolute;
  bottom: -28px;
  left: -1px;
  height: 30px;
  width: 100%;
}

.tabs span {
  line-height: 30px;
  float: left;
  border: solid 1px #e5e5e5;
  border-width: 0 1px 1px;
  background-color: #FFF;
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
          box-shadow: 0 1px 2px rgba(0,0,0,.05);
          padding: 0 9px;
          margin: 0 4px 0 0;
          cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#box-noticias ul {
  list-style: none !important;
  margin: 0;
}

#box-noticias li {
  border-bottom: 1px dashed #E2E2E2;
  padding: 4px 0;
}

#box-noticias li a {
  text-decoration: none;
}

#box-noticias li span {
  font-weight: 600;
}

#box-noticias li:nth-child(odd) {
  background-color: #F6F6F6;
}

#box-noticias {
  max-height: 230px;
  width: 300px;
  overflow: auto;
}

#box-login {
  min-height: 246px;
  width: 300px;
  position: relative;
  /*margin-bottom: 35px;*/
}

.logo-cdl-rodape {
  background: url(../img/logo-cdl.jpg) center center no-repeat transparent;
  width: 90px;
  height: 44px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.sem-margem-left {
  margin-left: 20px;
}
.banner{
  width: 360px;
  height: 500px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin: 0 auto 20px;
  position: relative;
}