.login-img-topo {
  margin: 0;
  padding: 10px;
  background-color: #003663;
  text-align: center;
}
.profile-badge {
  text-align: center;
}
.profile-badge .circle {
  width: 50px;
  height: 50px;
  line-height: 46px;
  font-size: 24px;
  text-align: center;
  background-image: linear-gradient(to bottom,#eee 0,#fbfbfb 100%);
  z-index: 100;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  box-shadow: 0 1px 6px rgba(0,0,0,.175);
  color: #444;
  display: inline-block;
  margin: 0 5px 0 5px;
}
.register-container .registerbox { height: auto !important; padding-bottom: 15px; }
.register-container .logobox { height: 60px !important; }
.registerbox-title { text-align: center !important; }
.help-block { font-size: 10px; color: #df5138; }
.help-block-txt { 
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
.registerbox .error input { border: 1px solid #df5138 !important; }

.body {
  position: relative;
  
  background-image: url("../img/fundo0.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-attachment: fixed;  
  z-index: 10;
}

footer a{
  color: white  ;
}
footer {
  color: white  ;
}

#background_cycler{padding:0;margin:0;width:100%;position:absolute;top:0;left:0;z-index:-1}
#background_cycler img{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  z-index:1;
}
#background_cycler img.active{z-index:3}