body{
  background-color:#f5f5f5 ;
}

@media only screen and (max-width: 600px){
  .top{
    margin-top: 20px;
  }
}

#bg{
  position: absolute;
   z-index:-1;
   width:100%;
   height:100%;
}

#titulo{
  font-size:30px;
  padding: 0 10px;
}
#loginpanel label{
color:black;

}
#txtlogin{
top:50%;
}

#loginpanel::after {
    display:block;
    content: "";
    clear:both;

}


.ajax-loader {
    align-content: center;
  display: none;
    opacity: 0.2;

}
.ajax-loader img{
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  margin-top:15px;

  width: 25%;
  z-index: 10;
}
.container {
  width:95%;
}

.sidenav li a {
  font-size:16px;
}
#logo{
  float:left;
  margin-top:10px;
  margin-left:5px;
  margin-right:10px;
  width:60px;
  height:60px;
}

th, td {
  white-space: nowrap;

}

.top{
  color: green;
  margin-bottom: 0px;
}

.icono{
  width:32px;
  height:32px;

}


/*---------------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------------------*/
