* {
 font-family:Mulish;
 font-stretch:normal;
 font-style:normal;
 font-weight:400;
 font-size:17px;
 letter-spacing: .5px;
}
.login-page {
  background-image: url('../images/bg.jpg');
  background-size: cover;
  background-position: center;
}
#sidebar-menu > ul > li > a {
  /*color: #fff;*/
}
#sidebar-menu > ul > li > a.active {
  /*color: #fff;
  background: #303954;*/
}
.nav-second-level li a, .nav-thrid-level li a {
  padding: 5px 20px;
  color: #75798b;
  display: block;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-size: 15px;
}

.input-group > .select2-container--default {
	width: auto !important;
	flex: 1 1 auto;
}

.input-group > .select2-container--default .select2-selection--single {
	height: 100%;
	line-height: inherit;
}

