* {
  margin: 0;
  padding: 0;
}

body {
  /* font-family: 'poppins', 'sans-serif'; */
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.login-page {
  height: 100vh;
  background-color: green;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-page .left {
  background-color: #0072BC;
  height: 100%;
  width: 45%;
  position: relative;
}

.login-page .left .content-container {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-page .left .content-container .text-box h1 {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.13;
  color: #f4f4f4;
}

.login-page .left .content-container .text-box h1 span {
  display: block;
  font-size: 64px;
  font-weight: 700;
}

.login-page .left .content-container .image-container {
  width: 142px;
  margin-left: 24px;
}

.login-page .right {
  background-color: #f4f4f4;
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.login-page .right .card {
  margin-top: 20%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.login-page .right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login-page .right form label input[type="checkbox"] {
  width: 13px;
  margin-right: 14px;
}

.login-page .right form input {
  width: 319px;
  max-width: 100%;
}

.login-page .right .mouse-image-container {
  width: 100px;
  max-width: 100%;
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.login-page .card .card-header {
  background: white;
}

.login-page .card .card-header h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.13;
  color: #0072BC;
}

.login-page .card .card-body .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.login-page .btn-primary {
  padding: 7px 55px;
}

.login-page .btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

label {
  color: #0072BC;
}

input {
  border: 1px solid rgba(0, 114, 188, 0.4);
  background-color: rgba(244, 244, 244, 0.3);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

input:focus {
  border-color: #0072BC;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.main-header {
  position: fixed;
  width: 100%;
  background-color: #0072BC;
}

.main-header .logo {
  color: #f4f4f4;
}

.main-header .sidebar-toggle:hover {
  color: #004a7a;
}

.main-sidebar {
  background-color: #0072BC !important;
  color: #f4f4f4;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  height: 100vh;
  position: fixed;
}

.main-sidebar ul li a {
  color: #f4f4f4;
}

.main-sidebar ul li.active {
  background-color: #005389;
}

.main-sidebar ul li:hover {
  background-color: #0063a3;
}

.main-sidebar ul li .treeview-menu .active {
  background-color: #004d7f;
}

.main-sidebar ul li .treeview-menu li:hover {
  background-color: #005084;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.prevImg {
  width: 250px;
  max-width: 100%;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li.menu-open > a {
  background-color: #0072BC;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
  background-color: #005389;
}

.skin-blue .sidebar-menu > li.header {
  background-color: #0063a3;
  color: white;
}

.skin-blue .main-header .logo {
  background-color: #0072BC;
}

.skin-blue .main-header .navbar {
  background-color: #0072BC;
}

.img-thumbnail {
  width: 200px;
}

.card-header-card {
  margin-bottom: 30px;
}

.card-wrap .card {
  height: 300px;
  overflow-y: auto;
  overflow-wrap: break-word;
  padding: 5px 10px;
  background-color: #e7e7e7;
  margin-bottom: 20px;
}

.card-wrap .card img {
  height: 171px;
}

.panel-heading.with-button {
  min-height: 55px;
}

.panel-body.itemBody {
  height: 395px;
  overflow-y: auto;
}

.button-container.floating-buttons {
  position: fixed;
  width: 100%;
  /* height: 100%; */
  bottom: 100px;
}

.dropdown-menu {
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.7);
}

.panel-default > .panel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-sidebar ul li.active {
  background-color: #005c98;
}

.main-sidebar ul li.active a {
  background-color: #005c98 !important;
}
/*# sourceMappingURL=style.css.map */

body .wrapper .content-wrapper .content-header{
  margin-top: 54px;
}
#menu-content #menuitems li ul {
  padding-left: 40px;
}