
@import 'tec.css';

.login-box{
  /* width: 80%; */
  min-width:60%;
}

.img-comp{
  width:150px;
  height:150px;
}

.img-hover:hover{
  border-color: #00f;
}

.img-size-80{
  width: 80px;
  height: 80px;
}
.img-size-100{
  width: 100px;
  height: 100px;
}

.dark-mode .table thead th {
  background-color: #484e53;
}

.contactgrp:hover{
  background-color: #555555;
}

.nav-link.menu{
  color: rgb(255, 94, 0) !important;
}
.nav-link.menu:hover{
  color: rgb(247, 195, 99) !important;
}

table.dataTable tbody tr:hover {
  background-color: rgb(192, 185, 176) !important;
  color: #333333 !important;
}