


body{
	font-family: 'Open Sans', Century Gothic ,sans-serif;
  background: #00AB41 !important; 
  /*background: -moz-linear-gradient(top,  #5ec481 0%, #04a94c 50%, #03843c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ec481), color-stop(50%,#04a94c), color-stop(100%,#03843c)); 
  background: -webkit-linear-gradient(top,  #5ec481 0%,#04a94c 50%,#03843c 100%); 
  background: -o-linear-gradient(top,  #5ec481 0%,#04a94c 50%,#03843c 100%);
  background: -ms-linear-gradient(top,  #5ec481 0%,#04a94c 50%,#03843c 100%); 
  background: linear-gradient(to bottom,  #5ec481 0%,#04a94c 50%,#03843c 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ec481', endColorstr='#03843c',GradientType=0 );

  background: url('/assets/img/bg.jpg') #54AC4C;
  background-attachment:fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;*/
}

h4 {
  color: #fff !important;
  font-family: "Raleway",Helvetica,Arial,sans-serif;
  font-size: 25px !important;
  font-weight: 100 !important;
  letter-spacing: 2px;
  text-align: center;
}

.panel{
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2) !important;
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2) !important;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2) !important;
}

.panel-heading-bibiano{
  background:#fff !important;
  border-bottom: 2px solid #d82d1b !important;
}

.panel-heading-bibiano img{
  display: block;
  margin: 10px auto;
}

.logo-login{
  width: 40%; 
  max-width: 400px;
}

.login-bibiano{
  font-family: "Raleway",Helvetica,Arial,sans-serif; 
  letter-spacing: 1px;
  color:#00878B; 
  font-size: 20px;  
}

.form-control {
  background: #1dabaf none repeat scroll 0 0;
  border: 2px solid #1dabaf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
}

.form-control:focus {
  border-color: #00878B;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(29, 171, 175, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(29, 171, 175, 0.6);
}

.btn-login{
  margin: 30px;
}

.btn-login i{
  margin-right: 10px;
}

.footer{
  background: transparent !important;
}

.footer h5{
  color: #fff !important;
  font-family: "Raleway",Helvetica,Arial,sans-serif;
  font-size: 15px !important;
  font-weight: 100 !important;
  letter-spacing: 1px;
  text-align: center;
}