body {
  overflow: hidden;
  overflow-y: auto;
}

.bg-0 {
  background: transparent;
}

.bg-1 {
  background-image: url("../img/bg-1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

.bg-2 {
  background-image: url("../img/bg-2.png");
  background-repeat: no-repeat;
  background-position: top center;
}

.signin-layout {
  margin-top: 240px;
}

.signin-layout .asset-1 {
  width: auto;
  position: absolute;
  right: -10px;
  bottom: 0;
}

.signin-layout .form-group, .signin-layout .btn, .signin-layout .logo {
  position: relative;
  z-index: 1;
}

.signup-layout {
  margin-top: 100px;
}

.signup-layout .asset-2 {
  width: auto;
  position: absolute;
  left: -500px;
  top: -150px;
}

.signup-layout .form-group, .signup-layout .btn, .signup-layout .logo {
  position: relative;
  z-index: 1;
}

.topbar-nav .brand-logo {
  border: 0;
}

.topbar-nav .brand-logo img {
  height: 40px;
  margin-bottom: 10px;
}

.lobibox-notify {
  -webkit-box-shadow: 0px 0px 10px #333;
          box-shadow: 0px 0px 10px #333;
}

.step-form:not(.active) {
  display: none;
}

.table-striped {
  border-spacing: 0;
}

#user_first_use_page .content-wrapper {
  margin-left: 0;
  max-width: 800px;
  margin: 0 auto;
}

#user_first_use_page .footer {
  left: 0;
}

.dataTables_wrapper .dt-buttons button {
  padding: 7px;
}

.dataTables_wrapper .dataTables_filter label {
  font-size: 0;
}

.dataTables_wrapper tr.selected {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.group_component .card.component {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.form-group label {
  font-weight: 400;
	font-size: 13px;
	background: #FFF;
	margin-left: 15px;
	margin-bottom: -9px;
	z-index: 1;
	padding: 0px 5px;
	color: #686868;
}
