﻿main#body-content {
	display: flex;
}

#login-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: white;
	height: 100vh;
	width: 33.3%;
	z-index: 20;
	box-shadow: var(--low-shadow);
	padding: 3rem;
	justify-content: center;
}

@media (max-width: 1200px) {
	#login-container {
		width: 100%;
		padding-right: calc(8% + 5px);
		padding-left: calc(8% + 5px);
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width: 1201px) {
	#login-container {
		position: fixed;
		left: 0;
	}
}

#login-container form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1rem;
	width: 100%;
}

.img-fluid {
	max-height: 80vh;
}

.d-img {
	display: flex;
	height: 100vh;
}

@media (max-width: 767px) {
	.d-img {
		display: none !important;
	}
}

.carousel-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 1.5rem;
	position: relative;
}

.ownlab-title {
	position: absolute;
	top: 10rem;
}

.carousel-indicators [data-bs-target] {
	background-color: var(--owntec-primary);
}

.carousel-item {
	display: block;
}

.carousel-item img {
	/*height: 640px;*/
	height: auto;
	width: 35rem;
}

.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
	transition: ease-in-out opacity 0.5s;
}

.carousel-caption {
	color: var(--text-black)
}

/*@media (max-width: 991px) {*/
/*    .carousel-item img {*/
/*        height: 540px;*/
/*    }*/
/*}*/

@media (max-width: 991px) {
	.carousel-caption {
		position: static;
	}

	.carousel-item img {
		width: 25rem;
	}
}

.input-group .btn {
	min-width: 0;
	border: 1px solid #CED4DA;
}
