.text-danger {
	color: red;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
}

.Login-page {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.Login-page {
		height: calc(var(--vh, 1vh) * 100 - 0);
		width: calc(var(--vh, 1vh) * 100 - 0);
	}
}

.Left-content,
.Right-content {
	width: 40%;
	display: flex;
	flex-direction: column;
	height: 100vh;
	align-items: center;
	justify-content: center;
	background: rgba(33, 102, 177, 1);
	padding: 40px 20px;
}

@media only screen and (max-width: 991px) {
	.Left-content,
	.Right-content {
		height: calc(var(--vh, 1vh) * 100 - 0);
		width: calc(var(--vh, 1vh) * 100 - 0);
	}
}

.welcome-text {
	font-size: 34px;
	line-height: 116%;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}

.logo {
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}

	.logo img {
		width: 100%;
		height: 100%;
	}

.Right-content {
	width: 60%;
	background-color: transparent;
	padding: 40px 20px;
}

.Login-text {
	font-size: 34px;
	font-weight: 600;
	line-height: 116%;
	color: #111;
	text-align: center;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
}

	.Login-text span {
		display: block;
		text-align: center;
		font-size: 18px;
		font-weight: 400;
		margin-top: 6px;
		color: #111;
	}

.Forget-link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

.login-btn {
	width: 100%;
	color: #fff;
	border-color: #2166b1;
	background: #2166b1;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
	box-shadow: 0px 4px 10px rgb(33 102 177 / 10%), 0px 4px 10px rgb(0 0 0 / 10%);
	font-weight: 600;
	text-align: center;
	border: 1px solid transparent;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	height: 46px;
	padding: 11px 15px;
	border-radius: 6px;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.login-btn {
		font-size: 14px;
	}
}

.link-btn {
	width: 100%;
	color: #2166b1;
	font-weight: 600;
	text-align: right;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	margin-bottom: 30px;
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
}

.form-style {
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 991px) {
	.Login-page {
		flex-direction: column;
	}
}

@media only screen and (max-width: 991px) {
	.Left-content,
	.Right-content {
		width: 100%;
		height: 100%;
		padding: 80px 20px;
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.welcome-text {
		font-size: 24px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.logo {
		max-width: 150px;
	}
}

@media only screen and (max-width: 551px) {
	.logo {
		max-width: 120px;
	}
}

@media only screen and (max-width: 991px) {
	.Right-content {
		width: 100%;
	}
}

@media only screen and (max-width: 551px) {
	.Right-content {
		padding: 20px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.Login-text {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

div ul li {
	color: red;
}

input {
	border-radius: 8px;
	font-weight: 500;
	box-sizing: border-box;
	height: 46px;
	width: 100%;
	padding: 14px 11px;
	color: #111;
	font-size: 15px;
	line-height: 1.5715;
	background-color: rgba(33, 102, 177, 0.2);
	border: 1px solid rgba(33, 102, 177, 0.5);
	margin-bottom: 0px;
	transition: 0.3s all;
	overflow: hidden;
	padding-right: 30px;
}

	input::placeholder {
		font-weight: 400;
		text-transform: capitalize;
	}

	input:focus {
		border-color: rgba(33, 102, 177, 1);
		outline: rgba(33, 102, 177, 1);
	}

label {
	margin: 0 0 8px;
	line-height: 1.5715;
	white-space: initial;
	font-size: 14px;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	input {
		height: 40px;
		padding: 11px;
		padding-right: 30px;
	}
}

.language-select {
	position: absolute;
	top: 20px;
	right: 20px;
	max-width: 60px;
	width: 100%;
}

.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	max-width: 60px;
	width: 100%;
	height: 40px;
	background-color: rgba(33, 102, 177, 0.2);
	border: 1px solid rgba(33, 102, 177, 0.8);
	color: rgba(0, 0, 0, 0.85);
	font-size: 14px;
	border-radius: 8px;
}

.select-styled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 11px;
}

	.select-styled:after {
		content: "";
		background-image: url("../down-arrow.png");
		background-size: contain;
		position: absolute;
		top: 10px;
		right: 7px;
		display: inline-block;
		background-repeat: no-repeat;
		width: 16px;
		height: 16px;
	}

@media only screen and (max-width: 991px) {
	.select {
		background-color: transparent;
		border: 1px solid #fff;
		color: #fff;
	}
}
/* option */
.select-options {
	display: none;
	position: absolute;
	top: 110%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0.85);
	border-radius: 2px;
}

	.select-options > li {
		color: #111 !important;
	}

li {
	margin: 0;
	padding: 10px 12px;
	list-style: none;
	color: rgba(0, 0, 0, 0.85);
	cursor: pointer;
	transition: 0.3s ease;
}

	li:hover {
		background-color: rgba(33, 102, 177, 0.1);
	}

	li:focus {
		background-color: #2166b1;
		color: #fff;
		font-weight: 600;
	}

	li.is-selected {
		background-color: #2166b1;
		color: #fff;
		font-weight: 600;
	}

	li[rel="hide"] {
		display: none;
	}

.toggle-password {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 2;
	cursor: pointer;
	display: block;
	transform: translate(0, -50%);
}

	.toggle-password span {
		width: 20px;
		height: 20px;
		display: none;
		padding: 3px;
	}

		.toggle-password span img {
			width: 100%;
			height: 100%;
		}

	.toggle-password .show {
		display: block;
	}

.show-password .show {
	display: none;
}

.show-password .hide {
	display: block;
}

.input-wrap {
	position: relative;
	margin-bottom: 5px;
}

.form-control {
	margin-bottom: 10px;
}

#Input_Username, #Input_Email {
	text-transform: lowercase;
}

.loading-wrapper {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: none;
}

.loader {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.loading {
	width: 50px;
	height: 50px;
	margin: 20px auto;
	border: 4px solid #fff;
	border-top: 4px solid #2166b1;
	border-radius: 50%;
	animation: spin 1.5s linear infinite;
	z-index: 11;
}

.connect-with-phone {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

	.connect-with-phone a {
		text-align: center;
		font-size: 15px;
	}

.otp-input {
	display: none;
	transition: 0.3s all;
}

.Resend-otp-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

	.Resend-otp-wrapper p {
		font-size: 14px;
		font-weight: 500;
		white-space: nowrap;
	}

	.Resend-otp-wrapper a {
		margin: 0;
		width: auto;
	}

.disable-link {
	pointer-events: none;
	color: gray;
}

.button-link {
	border: none;
	color: #2166b1;
	font-weight: 600;
	text-align: right;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
	background-color: transparent;
}

@media only screen and (max-width: 991px) {
	.Resend-otp-wrapper {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 375px) {
	.Resend-otp-wrapper {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

		.Resend-otp-wrapper a {
			margin-top: 20px;
		}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.page-nto-found {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	padding: 20px;
	min-height: 400px;
}

.img-title-wrapper h3 {
	margin-top: 20px;
	font-size: 24px;
	line-height: normal;
	color: #111;
	font-weight: 600;
	letter-spacing: 0.24px;
}

.img-title-wrapper {
	text-align: center;
}

	.img-title-wrapper .img-wrapper {
		max-width: 400px;
		max-height: 300px;
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}

.img-wrapper img {
	width: 100%;
	height: 100%;
}

.go-back {
	width: 100%;
	color: #2166b1;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	margin-top: 30px;
	display: inline-block;
	text-decoration: none;
}
