h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, span, li, a, tr, td, th, b, strong, small, button, label, input {
  font-family: "Roboto", sans-serif !important;
}
.sing-in-img {
  align-items: center;
}
.sing-in-img img {
  width: 100%;
}
.text-gradient.text-info img {
  width: 30px;
  vertical-align: top;
  margin-left: 5px;
}
#sign-in .btn-primary {
  background-image: linear-gradient(310deg, #2152FF, #21D4FD);
  width: 100%;
}
#remember-me {
  display: none;
}
#remember-me + label {
  padding-left: 38px;
  position: relative;
}
#sign-in .form-check {
  padding-left: 0;
}
#remember-me + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 14px;
  border-radius: 10px;
  transform: translateY(-50%);
  background-color: #d5d5d5;
  transition: background-color 400ms ease;
}
#remember-me:checked + label:before {
  background-color: #11306d;
}
#remember-me + label:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: left 400ms ease;
}
#remember-me:checked + label:after {
  left: 15px;
}
.bottom-block p {
  text-align: center;
}
.bottom-block-img {
  display: flex;
  justify-content: center;
}
.bottom-block-img img {
  max-width: 60%;
}
.footer.py-5 {
  padding-bottom: 0 !important;
}
.navbar-vertical .navbar-nav>.nav-item .nav-link.active div.icon,
div.bg-gradient-primary {
  background-image: none;
  background-color: #1c3a75 !important;
}
div.bg-gradient-primary .ni {
  color: #c9d9fa;
}
i.text-gradient.text-warning {
  background-image: none;
  background-color: #FBCF33;
}
div.bg-gradient-info {
  background-image: linear-gradient(310deg, #21d4fd 0%, #21d4fd 100%);
}
div.bg-gradient-warning {
  background-image: linear-gradient(310deg, #fbcf33 0%, #fbcf33 100%);
}
div.bg-gradient-danger {
  background-image: linear-gradient(310deg, #ff667c 0%, #ff667c 100%);
}
.main-content .container-fluid .card {
  height: 100%;
}
.actions {
    text-align: -webkit-center;
}
@media screen and (max-width: 1200px) {
  .main-content .container-fluid .card {
    height: auto;
  }
}

a:hover {
    text-decoration: underline;
}
.sidenav a:hover {
    text-decoration: none;
}

.sidenav {
  z-index: 998;
}
