@media (min-width: 768px) {
  .login-logo img{
      width: 100px;
  }
  
}
.input-error{
      color: #ff0000;
}
.input-success{
    color: #00aa00;
}
.input-error-border{
    border: 1px solid #ff0000;
}
.pad-left-0{
    padding-left: 0px;
}
.separator-section-1{
    border-top: 1px dotted #8c8b8b;
}
div#mytable_filter {
    text-align: right;
}
.lowercase{
     text-transform: lowercase;
}