html, body {
	min-height: 100vh;
	font-family: Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
body {
	display: flex;
	flex-direction: column;
	background-color: #e9e9e9 !important;
	background-attachment: fixed;
	color: #000;
}
body.sign-page {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
main {
	flex-grow: 1;
	min-height: calc(100vh - 65px - 6rem - 145px);
	padding-bottom: 6rem;
}
@media (max-width: 575.98px) {
	main {
		min-height: calc(100vh - 65px - 2rem - 145px);
	}
}
:root {
	scroll-behavior: smooth;
}
@media (max-width: 575.98px) {
	:root {
		font-size: 15px;
	}
}

.logo-text {
	color:#004373 !important;
	font-weight:bold;
}

.feature {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
	width: 4rem;
	font-size: 2rem;
}

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */
/*
@media (min-width: 40em) {

  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
*/

.form-signin {
  max-width: 330px;
  padding: 15px;
	flex-grow: 0;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin .form-floating:last-of-type {
	margin-bottom: 10px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

.carousel-item .img-preview {
	max-height: 24rem;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.nav-scroller .nav {
  color: rgba(255, 255, 255, .75);
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-scroller .nav-link:hover {
  color: #007bff;
}

.nav-scroller .active {
  font-weight: 500;
  color: #343a40;
}

.bg-purple {
  background-color: #6f42c1 !important;
}
.text-purple {
	color: #6f42c1 !important;
}
.text-rose {
	color: #e83e8c !important;
}
.data-value {
	display: flex;
	flex-direction: row-reverse;
	flex-grow: 1;
	align-self: flex-end;
}