body {
  font-family: "Lato", sans-serif !important;
}

.imgLogin {
  background-image: url(/Resources/Img/ImgLogin.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.overflow {
  overflow: auto !important;
}

.bg-login {
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 9, 121, 1) 35%,
    rgba(0, 212, 255, 1) 100%
  );
}

.bg-sidebar {
  background-image: linear-gradient(
    93.2deg,
    rgba(24, 95, 246, 1) 14.4%,
    rgba(27, 69, 166, 1) 90.8%
  );
}

.CerrarFlotante {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1000;
}

.CerrarFlotante img {
  width: 30px;
}

.Logo-Empresa {
  height: 100px;
  width: auto;
}
