/* here you can put your own css to customize and override the theme */

.login {
  background-color: #003300 !important;
}

.logo img {
  /*width: 250px !important;*/
}

.logo-default {
  width: 170px !important;
}

@media print {

  .noprint,
  .noprint * {
    display: none !important;
  }
}