.body-navbar-margin {
	min-height: 75rem;
	padding-top: 4.5rem;
}

body, html {
	height: 100%;
	font-family: 'DM Sans', sans-serif;
}

.bg-light {
	background-color: #f3f3f6 !important;
}

.btn-outline-nav {
	color: #fff;
	background-color: #28a745;
	border-color: #fff;
}

.btn-outline-nav:hover {
	color: #28a745;
	background-color: #fff;
	border-color: #28a745;
}

.btn-outline-nav:focus {
	color: #28a745;
	background-color: #fff;
	border-color: #28a745;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.editable-file {
	white-space: normal !important;
}

@media (min-width:992px) {
	.modal-xl {
		max-width: 1295px;
	}
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}

#index-video-bg {
	position: relative;
	background-color: black;
	height: 100%;
	width: 100%;
	overflow: hidden;
  }
  
  #index-video-bg video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
  }
  
  #index-video-bg .container {
	position: relative;
	z-index: 2;
  }
  
  #index-video-bg .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
  }