html, body { height: 100% }
body {margin: 0px; 
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"}
.wrap {height: 100%; width: 100%;}
.floatcolumn {height: 100%; width: 50%;}
.column-content-right {padding: 180px 60px;}
.column-content-left {padding: 180px 60px;}
.left{float:left; color: #4D4D4D;}
.right {float: right; color: #4D4D4D;}
.logo {/* width: 200px; */height: 200px;margin-bottom: -55px}
.center {display: block; margin-left: auto; margin-right: auto;}
.card {
	height: 20em;
	padding: 20px;
	justify-content: center;
}

h2 {
	font-size: 1.4em;
}
.secondary {
	color: #00B050;
}

.btn-secondary {
	color: white;
	background-color: #00B050;
}

.btn-secondary:hover {
	color: white;
	background-color: #067a3a;
	border-color: #067a3a;
}

.blurb {
	display:none;
	padding: 3.0em;
}




.flex-container {
	padding-top : 3em;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 50px;
	align-items: center;
}

.flex-item:nth-child {
	order: 0;
	flex: 0 1 auto;
}

.logo {
	display:inline-block;
	height: 120px;
	margin: 10px 20px;
}

.demo-wrap {
  overflow: hidden;
  position: relative;
}

.demo-bg {
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.demo-content {
  position: relative;
}


@media screen and (min-width: 52em) {
    .flex-container {
        /* padding-top: 15em; */
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .flex-item {
      /* flex: 0 1 calc(33% - 1em); */
      flex: 0 1 280px
    }

	.blurb {
		display: block;
	}
}

/*
*/
@media screen and (min-width: 80em) {
    .flex-item {
       flex: 0 1 300px
    }
}


.logon-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.logon-bg {
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
	object-fit: cover;
}

.logon-content {
  position: relative;
	width: 100%;
  height: 100%;
}

.logon-content .card {
	align-items: center;
}



/*
.bg {
  background-image: url("/assets/img/bg/Truck.webp");

  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/




/* Login v2 CSP-safe layout and animation styles. */
.login-form-row {
	max-width: 800px;
	margin: 0 auto;
}

.login-form-row input {
	height: 48px;
}

.login-form-row .btn {
	height: 48px;
	white-space: nowrap;
}

.logon-input {
	max-width: 250px;
}

.logon-submit {
	min-width: 120px;
}

.logon-logo-start {
	opacity: 0;
	transform: translate3d(0,-120px,0);
	transition: transform 700ms cubic-bezier(0.22,1,0.36,1), opacity 700ms cubic-bezier(0.22,1,0.36,1);
	will-change: transform, opacity;
}

.logon-logo-show {
	opacity: 1;
	transform: translate3d(0,0,0);
}

@media (max-width: 768px) {
	.login-form-row {
		flex-direction: column !important;
	}
}
