/*Login Page Styling*/
.hidden {
  display: none;
}
.back {
  background-color: #dbf1ff;
  background-image: url("../img/bg-login.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 700px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
#content-wrapper {
  background-color: #dbf1ff !important;
}
.color-dt {
  color: #0c356a;
}
.bg-dt {
  background-color: #0c356a;
}
.title-bar {
  background: #0c356a;
  padding: 10px 20px;
  color: #ffffff;
}
.nav-item {
  margin: 5px 10px;
}
.nav-item.active {
  margin: 5px 10px;
  background-color: #0c356a !important;
  border-radius: 10px;
  color: #ffffff;
}
.collapse-item.active {
  background-color: #0c356a !important;
  color: #ffffff !important;
}
.div-center {
  width: 500px;
  height: 300px;
  background-color: #fff;
  /* position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; */
  margin: 100px auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 1em 2em;
  border-bottom: 2px solid #ccc;
  display: table;
}
.div-left {
  width: 400px;
  height: 200px;
  background-color: #fff;
  /* position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; */
  margin: 20px 200px;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 1em 2em;
  border-bottom: 2px solid #ccc;
  display: table;
}

div.content {
  display: table-cell;
  vertical-align: middle;
}
.form-login {
  background: #fff;
  color: #252733;
  /*font-family: "Poppins", serif;*/
}
