﻿
.flex-div-row-filled {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

	.flex-div-row-filled div {
		width: 48%;
	}


.sign-in-inner-container {
	margin: 10% 7%;
}

.vector {
	height: 100%;
	background: url("../../Content/images/demo_bg_image.png") no-repeat center;
}

.logo-demo {
	width: 106px;
	height: 37px;
}

/*Language Picker*/

.language-div {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.language-picker {
	margin: -4px 0px 0px 0px;
	word-spacing: 8px;
}

.language-picker_list {
	position: absolute;
	list-style: none;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0px 5px 5px;
	border-radius: 5px;
	text-align: center;
	background: none;
}

	.language-picker_list li {
		display: none;
	}

	.language-picker_list:hover {
		cursor: pointer;
		background: url(../Content/images/DemoSlider/language_bg.png) no-repeat bottom;
	}

		.language-picker_list:hover li {
			padding: 10px 15px 10px 10px;
			display: block;
		}

			.language-picker_list:hover li a {
				color: #ffffff;
			}

				.language-picker_list:hover li a:hover {
					color: deepskyblue;
					text-decoration: none;
				}

/*sign-in*/

.sign-in {
	margin-top: 25%;
}

	.sign-in h2 {
		margin-bottom: 30px;
		font-family: 'IBM Plex Sans', sans-serif !important;
	}

.sent-confirmation-hint {
	width: 100%;
	padding: 15px 10px 5px 10px;
	border-radius: 6px;
	background-color: rgba(24, 59, 86, 0.1);
	line-height: 15px;
	margin-bottom: 20px;
}

	.sent-confirmation-hint p {
		font-size: 12px;
	}

	.sent-confirmation-hint a {
		font-size: 12px;
		color: deepskyblue;
	}

		.sent-confirmation-hint a:hover {
			cursor: pointer;
		}

.input-demo {
	width: 100%;
	height: 50px;
	padding: 13px 12px;
	border: 1px solid #B1BFE0;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 14px;
	font-family: 'IBM Plex Sans', sans-serif !important;
}

	.input-demo:hover {
		border: 2px solid rgba(21, 158, 217, 1);
		box-shadow: 5px;
	}

.wide-primary-button {
	width: 100%;
	height: 52px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: white;
	background-color: #159ED9;
	border: 0px;
	border-radius: 6px;
	font-family: 'IBM Plex Sans', sans-serif !important;
}

.wide-secondary-button {
	width: 100%;
	height: 52px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: black;
	background-color: white;
	border: 2px solid #eaeaea;
	border-radius: 6px;
}

.demo-slider-text-div {
	padding: 2% 15%;
}

	.demo-slider-text-div p {
		color: white;
		text-align: center;
		font-weight: normal;
		font-size: 24px;
		line-height: 30px;
		.demo-slider-text-div
	}

.demo-slider-container {
	margin: 0 auto;
	width: 70%;
	height: 72%;
	align-items: center;
}

.demo-slider {
	width: 100%;
	height: 100%;
}

.demo-slider-items {
}

	.demo-slider-items div {
	}

		.demo-slider-items div div p {
			position: relative;
			margin-top: 100px;
			line-height: 25px;
			font-size: 16px;
		}

		.demo-slider-items div img {
			width: 65%;
			height: 60%;
			margin: 0 auto;
		}

.carousel-caption {
	position: initial;
	margin-top: -90px;
}

	.carousel-caption p {
		font-family: "IBM Plex Sans", sans-serif !important;
		text-shadow: none;
	}

.carousel-indicators {
	z-index: 20;
	word-spacing: 15px;
}

	.carousel-indicators .active {
		width: 8px;
		height: 8px;
		margin: 1px;
		background-color: #fff !important;
	}

	.carousel-indicators li {
		width: 8px;
		height: 8px;
		background-color: rgba(255, 255, 255, 0.50) !important;
		border: 0px !important;
	}

.carousel-controls {
	position: relative;
	display: flex;
	width: 220px;
	text-align: center;
	z-index: 35;
	justify-content: space-between;
	margin: 0 auto;
	bottom: 52px;
}

	.carousel-controls a img {
	}

.bg-vector {
	position: absolute;
	background: url("../Content/images/demo_bg_image.png") no-repeat center;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
}

.form-group p {
	font-family: 'IBM Plex Sans', sans-serif !important;
}

.form-group #PhoneNumber {
	font-weight: 500;
	font-size: 14px;
}

@media screen and (min-width: 650px) {
	.sign-in-outer-container {
		background-color: white;
		height: 100%;
	}

	.hint-block {
		background: #159ED9 /*url("../images/demo_bg_image.png")*/ center no-repeat;
		padding-top: 6%;
		height: 100%;
		overflow: hidden;
	}
}

@media screen and (max-width: 650px) {

	.sign-in-outer-container {
		background-color: white;
	}

	.hint-block {
		background: #159ED9 /*url("../images/demo_bg_image.png")*/ center no-repeat;
		padding-top: 6%;
		height: 100%;
		overflow: hidden;
	}

	.demo-slider-text-div {
		padding: 0% 15%;
	}

		.demo-slider-text-div p {
			color: white;
			text-align: center;
			font-weight: normal;
			font-size: 13px;
			line-height: 30px;
			font-family: 'IBM Plex Sans', sans-serif !important;
		}

	.demo-slider-items {
	}

		.demo-slider-items div {
		}

			.demo-slider-items div div p {
				position: relative;
				margin-top: 100px;
				line-height: 25px;
				font-size: 12px;
			}

	.demo-slider-container {
		height: 72%;
		align-items: center;
	}

	.demo-slider-items div img {
		width: 90%;
		height: 85%;
		margin: 0 auto;
	}

	.carousel-indicators {
		z-index: 20;
		word-spacing: 15px;
		bottom: 20px;
	}

	/*.carousel-controls {
		position: relative;
		display: flex;
		width: 100%;
		text-align: center;
		margin-top: -55px;
		z-index: 15;
		justify-content: space-between !important;
	}*/
}
