@import "https://fonts.googleapis.com/css?family=Nunito";
@import "https://fonts.googleapis.com/css?family=Poiret+One";
@import "https://fonts.googleapis.com/css?family=Open+Sans";
body {
	color: #fff !important;
}
.container-fluid {
	min-height: 100%;
	background-repeat: no-repeat;
  background-color: #eeeeee;
	position: relative;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.container-fluid.restaurant {
	background-image: url("/images/restaurant.jpg");
}
.container-fluid.medical {
	background-image: url("/images/medic.jpg");
}
.bg-hover-effect {
  opacity: 0.4;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  gap: 2.5px;
  display: flex;
  position: fixed;
  inset: 0% -5% 0% 0%;
  width: 110%;
}
.bg-hover-effect img {
  transition: all 0.5s;
  position: relative;
  z-index: -10;
  box-shadow: none;
  opacity: 0.2;
}
.bg-hover-effect .hovering {
  scale: 1.01;
  z-index: -5;
  opacity: 1;
  filter: drop-shadow(0px 0px 30px var(--primary)) brightness(2) !important;
  box-shadow: 0px 0px 30px var(--primary) !important;
}
.bg-logo {
  filter: brightness(200%);
}
h1 {
	font-size: 24px !important;
	font-weight: 500;
}
h4 {
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}
hr {
	margin: 25px 0 0 !important;
	border-top: 1px solid !important;
	color: #fff !important;
}
.auth-form {
	top: 10vh !important;
	position: relative;
}
.login-box {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 0;
	background: #474747;
	padding: 25px;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
}
.img-responsive {
	max-width: 150px !important;
}
.login-box .logo .logo-caption {
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
}
.login-box .logo .tweak {
	color: var(--primary);
}
.login-box .controls {
	padding-top: 20px;
}
.login-box .controls input {
	border-radius: 0;
	border: 0;
	margin-bottom: 2px;
}
.login-box .controls input:focus {
	box-shadow: none;
}
.login-box button.btn-custom,
.login-box a.btn-custom {
	border-radius: 0;
	font-weight: 500;
	margin-top: 2px;
	background: var(--primary);
	color: #fff;
	border: none;
}
.login-box button.btn-custom:hover,
.login-box a.btn-custom:hover {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background: #fff;
	color: #474747;
}
.register-text {
	color: #fff;
	margin-bottom: 2px;
}
a {
	color: #fff !important;
	text-decoration: none !important;
}
a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}
#error {
	margin-top: 10px;
	color: red !important;
	font-weight: normal;
}
.approved {
	color: var(--primary) !important;
}
.select2-container--default .select2-selection--single {
	margin-bottom: 2px;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.pass-wrapper {
	margin-bottom: 10px;
	font-size: 12px;
}
.pass-colorbar,
.pass-graybar {
	height: 5px !important;
}
.pass-percent,
.pass-text {
	color: #fff;
	margin-left: 10px;
}
.links {
	text-align: center;
}
.links > a {
	text-decoration: underline !important;
} /*# sourceMappingURL=frontpage.min.css.map */
