﻿#LoginModal .page {
	display: none;
}

#LoginModal .active {
	display: block;
}

#LoginModal .container .left {
	width: 500px;
	padding: 40px 40px 24px;
	background: rgb(255, 255, 255);
	border-radius: 20px 0px 0px 20px;
}

#LoginModal .container .right {
	background: linear-gradient(to left top, rgba(248, 197, 151, 0.8), rgb(255, 214, 115));
	width: 300px;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	border-radius: 0px 20px 20px 0px;
}

#LoginModal p {
	font-size: 14px;
}

#LoginModal .close {
	position: absolute;
	right: -5px;
	top: -5px;
	width: 42px;
	height: 42px;
	font-size: 16px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	margin: 0px 0px 28px -10px;
	background: transparent;
	border: none;
}

#LoginModal .btn {
	margin: 20px 0px 10px;
	outline: none;
	border-radius: 4px;
	background: #f39c12;
	padding: 10px 0px;
	width: 100%;
	color: rgb(255, 255, 255);
	border: none;
	font-size: 16px;
	cursor: pointer;
}

#LoginModal .form-label {
	/*cursor: auto;
	position: absolute;
	transition: .25s ease;
	-moz-transition: .25s ease;
	-webkit-transition: .25s ease;
	-o-transition: .25s ease;
	-ms-transition: .25s ease;
	left: 0;
	top: 14px;*/
	color: #bebebe;
	font-size: 14px;
}

/*#LoginModal .input input:focus + .form-label,
#LoginModal .input input:valid + .form-label {
	top: -10px !important;
	font-size: 13px;
}*/

#LoginModal .input {
	position: relative;
	z-index: 1;
}

	#LoginModal .input input {
		width: 100%;
		padding: 10px 5px;
		/*border: none;*/
		border: 1px solid rgb(224, 224, 224);
		font-size: 14px;
		color: rgb(36, 36, 36);
		outline: none;
		/*border-bottom: 1px solid rgb(224, 224, 224);*/
		z-index: 1;
		position: relative;
		background-color: transparent;
		border-radius: 4px;
	}

	#LoginModal .input.input-fill input {
		border-color: #f39c12;
	}

		#LoginModal .input.input-fill .form-label {
			color: #f39c12 !important;
		}

	#LoginModal .input.input-error input, #LoginModal .input input.error {
		border-color: rgb(255, 66, 78) !important;
	}

		#LoginModal .input.input-error input, #LoginModal .input.input-error .form-label {
			color: rgb(255, 66, 78);
		}

	#LoginModal .input div {
		padding-top: 10px;
	}

#LoginModal .error-mess {
	color: rgb(255, 66, 78);
	font-size: 11px;
	display: block;
}

#LoginModal .notification {
	color: rgb(120, 120, 120) !important;
	margin: 20px 0px 0px;
}
/* Page_3*/
#LoginModal .btn-action {
	cursor: pointer;
	padding: 10px;
	margin: 0px 0px 28px -10px;
	background: transparent;
	border: none;
}

#LoginModal .heading {
	margin-bottom: 20px;
	color: rgb(36, 36, 36);
}

#LoginModal .forgot-pass {
	color: #f57224;
	font-size: 13px;
	margin: 20px 0px 0px;
	cursor: pointer;
	display: inline-block;
}

#LoginModal .re-sent-otp {
	color: rgb(120, 120, 120);
	margin: 20px 0px 0px;
}

	#LoginModal .re-sent-otp span {
		color: rgb(13, 92, 182);
		display: inline-block;
		margin-left: 5px;
		cursor: pointer;
	}

#LoginModal .re-sent-otp-count {
	color: rgb(120, 120, 120);
	margin: 20px 0px 0px;
}

	#LoginModal .re-sent-otp-count p {
		margin: 0px 0px 10px;
	}

	#LoginModal .re-sent-otp-count span {
		display: inline-block;
		margin-left: 5px;
		color: rgb(13, 92, 182);
	}


#LoginModal #otp .otp-input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid rgb(224, 224, 224);
	font-size: 32px;
	color: rgb(36, 36, 36);
	opacity: 1;
	outline: none;
	margin: 10px !important;
	border-radius: 0px;
}