.loginbody {
  background-image: url('../img/background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.app {
  background-color: rgb(243 244 246);
  font-family: 'Times New Roman', Times, serif;
}

.container-fluid {
  margin-left: 5%;
}

.navbar {
  background-color: rgb(37 1 255);
}

.navbar .container-fluid {
  height: 60;
}

.logo {
  width: 75;
  height: 75;
  border-radius: 50%;
  margin-top: -10%;
}

.systems {
  background-color: white;
  padding: 5px;
  border-radius: 10px;
  width: 16%;
  display: inline-block;
  margin-right: 5%;
  border: solid rgb(0, 0, 0) 1px;
  box-shadow: 5px 5px 15px rgb(2 2 2 / 40%);
  margin: 5%;
}

.sidebar {
  background-color: rgb(0 0 0);
  margin: 0 1% 1% 0;
  width: 12%;
  height: 100%;
  box-shadow: rgba(38, 3, 3, 0.4) 5px 5px 15px;
  overflow-y: hidden;
}

.nav-item .nav-icon {
  width: 70;
  color: #838383;

}

.sidebar .nav-item {
  margin: 1%;
  /* background-color: white; */
}

.title {
  color: rgb(0, 0, 0);
  /* -webkit-text-stroke: 1px black; */
  margin-top: 5%;
}

.iframe-container {
  position: relative;
  height: 100%;
  width: 88%;
  margin-left: 12%;

}

iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;

}

.idents {
  display: inline-block;
  color: rgb(0, 0, 0);
  text-align: center;
  background: white;
  border-radius: 10px;
  width: 18%;
  max-height: 20%;
  margin-right: 5%;
  box-shadow: 0px 0px 1px rgb(0 0 0 / 50%);
  margin-top: 5%;
}

.systeminfo {
  width: 28%;
  background: white;
}

.sidebar-nav .nav-icon {
  height: 35;
}

.sidebar-brand {
  border-radius: 50%;
  width: 70;
  height: 70;
  margin: auto;
}

.avatar-img {
  height: 50;
  width: 50;
  margin: auto;
}

.reficon {
  height: 25;
  width: 25;
}

.sidebar .nav-link {
  height: 50px;

}

.sidebar .brand {
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  border-radius: 50%;
}

.sectitle {
  color: white;
  margin-left: 5;
  display: block;
}

.profile {
  margin-left: 8%;
}