body {
  background-color: #ebf0f4ec;
}
.hover-info:hover {
  --mdb-text-opacity: 1;
  color: rgba(var(--mdb-info-rgb), var(--mdb-text-opacity)) !important;
}
@media (max-width: 992px) {
  .bg-img {
      display: none !important;
  }
}
@media (max-width: 768px) {
  .login-from {
      width: 80%;
  }
}