﻿body
{
	overflow-x: hidden;
	direction: rtl;
	text-align: right;
	font-family: 'Heebo', sans-serif !important;
}

.modal-content
{
	border-radius: 20px !important;
}

#dlgLogin .modal-body
{
	padding: 0 !important;
}

.login-container
{
	width: 100%;
	height: 550px;
	display: flex;
}

	.login-container > div
	{
		width: 400px;
		height: 100%;
	}

.login-right-panel
{
	background-color: rgb(240, 240, 240);
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
}

.login-container > div
{
	width: 400px;
	height: 100%;
}

#dvRegisterTitle1,
#dvLoginTitle1
{
	font-size: 40px;
	color: #1C84C6;
	margin-top: 50px;
	text-align: center;
}

#dvLoginTitle1
{
	margin-bottom: 20px;
}

.login-info-input
{
	margin-top: 25px;
	width: 100%;
	text-align: center;
}

	.login-info-input > div > input
	{
		height: 50px;
		width: 100%;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		background-color: rgb(250, 250, 250);
		padding-right: 10px;
	}

	.login-info-input > div
	{
		position: relative;
		margin-left: 50px;
		margin-right: 50px;
	}

.register-info-input
{
	margin-top: 10px !important;
}

.login-vld-error
{
	color: red;
	margin-bottom: -24px;
	text-align: right;
}

#dvLoginSignUp2
{
	padding-left: 50px;
	text-align: left;
}

.login-row
{
	width: 100%;
	text-align: center;
}

.login-validation-row
{
	height: 25px;
	width: 100%;
	padding-right: 50px;
}

#dvLoginBtn
{
	margin-top: 50px;
}

.login-info-input img
{
	position: absolute;
	top: 16px;
	left: 0;
}

#btnSignUp2
{
	color: rgb(77, 77, 77);
	cursor: pointer;
}

	#btnSignUp2:hover
	{
		text-decoration: underline;
	}

.btn-login
{
	color: white;
	background-color: #1C84C6;
	width: 200px;
	border-radius: 0px;
	height: 50px;
	border-style: none;
	cursor: pointer;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}

.login-logo
{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 50px;
}

.almagu-link
{
	color: #212529 !important;
}

.login-line-wide
{
	width: 1em;
	border-top-style: solid;
	border-top-width: 1px;
	width: 300px;
	margin-right: 50px;
}

.login-text
{
	color: #1C84C6;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.login-text-3
{
	color: black;
	width: 100%;
	text-align: center;
	margin-top: 60px;
}

	.login-text-3 p
	{
		margin: 0;
		line-height: 1;
		font-size: 30px;
	}

.login-text-4
{
	color: black;
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

	.login-text-4 p
	{
		margin: 0;
		line-height: 1;
		font-size: 24px;
	}

#dvLoginSignUp1
{
	margin-top: 30px;
	text-align: center;
}

#btnSignUp1
{
	width: 200px;
	height: 50px;
	border-radius: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #1AB394 !important;
	color: white;
	font-weight: 600;
	font-size: 18px;
	background-color: #1AB394 !important;
	cursor: pointer;
}

.login-text p
{
	margin: 0;
	line-height: 1;
	font-size: 40px;
	color: #1C84C6;
}

#dvFromHome
{
	width: 100%;
	text-align: left;
	font-size: 14px;
}

.login-logo > div
{
	width: 212px;
	height: 110px;
	background-color: var(--white-color);
	border-radius: 50%;
	text-align: center;
	padding-top: 20px;
}

#dvLoginCaptcha
{
	justify-content: center;
	display: flex;
	margin-top: 25px;
}

#dvRegisterCaptcha
{
	justify-content: center;
	display: flex;
}

#chkTos
{
	text-align: right;
	margin-right: 40px;
	margin-top: 10px;
}

.text-gray
{
	color: #4d4d4d;
}

#dvInputEmailRegister
{
	margin-top: 0;
}

#btnPerformSignUp
{
	margin-top: 6px;
}

.register-validation-row
{
	height: 50px;
	width: 100%;
	padding-right: 20px;
}

#dvRegisterSignUp1
{
	margin-top: 35px;
	text-align: center;
}

@media screen and (max-width: 802px)
{
	.login-container
	{
		height: unset;
		display: block;
	}

		.login-container > div
		{
			width: unset;
		}

	.login-logo
	{
		margin-top: 0;
		padding-top: 50px;
	}

	.login-right-panel
	{
		border-bottom-right-radius: 0;
		border-top-left-radius: 20px;
	}

	#btnSignUp1
	{
		margin-bottom: 30px;
	}

	#btnLogin
	{
		margin-bottom: 30px;
	}

	#btnPerformSignUp
	{
		margin-bottom: 30px;
	}
}