
body {
  background:url(../img/bohag-bihu-bg.jpg) #fff;
}

#title{
  color: #1a1861;
  font-family: 'Arial', sans-serif;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 40px;
}

.btn-cus{
  background:#57caf9;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  min-width: 100px !important;
}

.btn-cus:hover{
  background:#1a1861;
  color: #fff;
}

.btn-cus.select{
  background:#1a1861;
  color: #fff;
}

.table-dark tr th{
  background:#1a1861 !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>*{
  background-color: #ecf6fa !important;
}