html {
	min-height: 100%;
}

body {
	background: url("/assets/imgs/login_background2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
}

.login-bar {
	display: flex;
	background-color: #00CF45;
	justify-content: center;
	padding-top: 3px;
}

.login-bar > h6 {
	color: #fff;
}

.btn-greeny {
	color: #fff;
    background-color: #1ebd53;
    border-color: #0bbd46;
    cursor: pointer;
}

.btn-greeny:hover {
	color: #fff;
}

.btn-greeny:active {
	color: #fff;
}

.form-control:focus, .dataTables_filter input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #1ebd53;
  outline: none;
}