* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	direction: rtl;
}

@font-face {
	font-family: "iransansweb";
	src: url("../fonts/IRANSans\(FaNum\).ttf");
}

@font-face {
	font-family: "iransansweb_bold";
	src: url("../fonts/IRANSansWeb\(FaNum\)_Bold.ttf");
}

@font-face {
	font-family: "iransansweb_light";
	src: url("../fonts/IRANSansWeb\(FaNum\)_Light.ttf");
}

@font-face {
	font-family: "iransansweb_medium";
	src: url("../fonts/IRANSansWeb\(FaNum\)_Medium.ttf");
}

@font-face {
	font-family: "iransansweb_ultra_light";
	src: url("../fonts/IRANSansWeb\(FaNum\)_UltraLight.ttf");
}

/* main styles */

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

.no-select-text {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.m-card-c5 {
	background: #424651;
	height: 100vh;
	font-size: 14px;
	overflow-y: auto;
	direction: ltr;
	padding: 5em 0;
}

.m-card-c5 .m-container {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: 0 1em;
}

.m-card-c5 .box-c1 {
	display: flex;
	align-items: stretch;
	border-radius: .3em;
	overflow: hidden;
}

.m-card-c5 .col-r {
	width: 60%;
}

.m-card-c5 .col-r .m-wrapper {
	background: #fff;
	padding: 2em 4em;
}

.m-card-c5 .col-l {
	width: 40%;
	position: relative;
}

.m-card-c5 .col-l .m-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.m-card-c5 .col-l .cover-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.m-card-c5 .top-btns {
	text-align: center;
	border-bottom: 2px solid #D3B77F;
	padding-bottom: 1.2em;
	margin-bottom: 2.5em;
}

.m-card-c5 .top-btns button {
	width: 7.5em;
	padding: .35em 0;
	background: #fff;
	border: 1px solid #00235D;
	border-radius: .5em;
	font-family: "iransansweb_bold";
	color: #00235D;
	cursor: pointer;
	transition: all .2s;
	margin: 0 .5em;
}

.m-card-c5 .top-btns button:hover,
.m-card-c5 .top-btns button.active {
	background: #00235D;
	color: #fff;
}

.m-card-c5 .lbl-c1 {
	font-size: 1em;
	color: #00235D;
	display: block;
	font-family: "iransansweb_medium";
	font-size: .875em;
	margin-bottom: .3em;
}

.m-card-c5 .lbl-c1 span {
	color: #FDBA21;
}

.m-card-c5 .form-c1 {
	width: 100%;
	max-width: 290px;
	margin: 0 auto;
}

.m-card-c5 .form-c1 .m-field {
	margin-bottom: 1em;
}

.m-card-c5 .spec-input {
	position: relative;
	background: #F0F0F0;
	border: 1px solid #717171;
	overflow: hidden;
	border-radius: .5em;
	display: flex;
	align-items: stretch;
	transition: background .2s;
}

.m-card-c5 .spec-input:focus-within {
	background: #fff;
}

.m-card-c5 .spec-input label {
	padding-left: .5em;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: text;
	min-width: 1.3em;
}

.m-card-c5 .spec-input input {
	width: 100%;
	display: block;
	font-family: "iransansweb";
	font-size: .875em;
	outline: none;
	padding: .4em .5em;
	border: none;
	background: none;
	flex-grow: 1;
}

.m-card-c5 .login-with-otp {
	font-family: "iransansweb_medium";
	font-size: .875em;
	border: 1px solid #00235D;
	color: #00235D;
	width: 75%;
	margin: 2em auto 2em auto;
	border-radius: .5em;
	background: #fff;
	cursor: pointer;
	padding: .5em 0;
	display: block;
	transition: all .2s;
}

.m-card-c5 .login-with-otp:hover {
	background: #00235D;
	color: #fff;
}

.m-card-c5 .m-options {
	display: flex;
	justify-content: space-between;
	font-family: "iransansweb";
}

.m-card-c5 .m-checkbox {
	display: flex;
	align-items: center;
}

.m-card-c5 .m-checkbox label {
	font-size: .813em;
	color: #717171;
	cursor: pointer;
}

.m-card-c5 .m-checkbox input {
	width: 18px;
	min-width: 18px;
	height: 18px;
	border: 2px solid #00235D;
	border-radius: 5px;
	position: relative;
	margin-left: .5em;
	appearance: none;
	cursor: pointer;
	outline: none;
}

.m-card-c5 .m-checkbox input::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00235D;
	border-radius: 5px;
	transform: scale(0);
	transition: transform .2s;
}

.m-card-c5 .m-checkbox input:checked::before {
	transform: scale(.8);
}

.m-card-c5 .forget-pass {
	background: none;
	border: none;
	font-size: .875em;
	font-family: "iransansweb_bold";
	color: #00235D;
	cursor: pointer;
}

.m-card-c5 .sub-btn {
	font-family: "iransansweb_medium";
	color: #fff;
	background: #00235D;
	border: none;
	border-radius: .3em;
	width: 75%;
	padding: .5em 0;
	margin: 2em auto 0 auto;
	display: block;
	cursor: pointer;
	transition: background .2s;
}

.m-card-c5 .sub-btn:hover {
	background: #10346e;
}

.m-card-c5 .col-l .m-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 1.5em 0;
}

.m-card-c5 .col-l .bottom-sec {
	width: 60%;
	text-align: center;
}

.m-card-c5 .col-l .bottom-sec b {
	font-family: "iransansweb_bold";
	font-size: 1.3em;
	color: #fff;
}

.m-card-c5 .col-l .bottom-sec hr {
	border: none;
	border-bottom: 2px solid #D3B77F;
	display: block;
	margin: 1em 0;
}

.m-card-c5 .col-l .bottom-sec ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.m-card-c5 .col-l .bottom-sec li {
	list-style: none;
	transition: opacity .3s;
}

.m-card-c5 .col-l .bottom-sec li a {
	display: block;
	padding: .3em;
	margin: .2em;
}

.m-card-c5 .col-l .bottom-sec li:hover {
	opacity: .7;
}

.m-card-c5 .signup-sec {
	font-family: "iransansweb";
	display: block;
	margin: 0 auto;
	background: none;
	border: none;
	margin-top: 2em;
	color: #000;
	cursor: pointer;
}

.m-card-c5 .signup-sec span {
	font-family: "iransansweb_bold";
	color: #00235D;
	font-size: 1.125em;
}

.m-card-c5 .t-logo {
	display: none;
	margin: 0 auto 2em auto;
}

.m-card-c5 .m-msg {
	font-size: .875em;
	font-family: "iransansweb";
	color: #717171;
	display: block;
	margin-top: .2em;
}

.m-card-c5 .m-msg.err {
	color: #EF4056;
}

.m-card-c5 .form-c2 .m-field {
	margin-bottom: 1em;
}

.m-card-c5 .form-c2 .clearfix .m-field {
	float: right;
}

.m-card-c5 .form-c2 .clearfix .m-field:last-child {
	width: 60%;
	padding-right: 1em;
}

.m-card-c5 .form-c2 .clearfix .m-field:first-child {
	width: 40%;
	padding: 0;
}

.m-card-c5 .form-c2 .sub-btn {
	width: 50%;
}

.m-card-c5 .form-c2 .m-checkbox a {
	font-size: 1.125em;
	font-family: "iransansweb_medium";
	text-decoration: none;
	color: #00235D;
}

.m-card-c5 .form-c2 .m-options {
	display: block;
}

.m-card-c5 .form-c2 .m-checkbox {
	margin-bottom: 1em;
}

.m-logo {
	width: 80px;
}

@media only screen and (max-width: 720px) {
	.m-card-c5 .signup-sec {
		font-size: .875em;
	}

	.m-card-c5 .t-logo {
		display: block;
	}

	.m-card-c5 {
		background: #000;
		padding: 4em 0;
	}

	.m-card-c5 .m-container {
		padding: 0;
	}

	.m-card-c5 .box-c1 {
		flex-direction: column;
		padding: 0;
		border-radius: 0;
	}

	.m-card-c5 .col-r {
		width: 100%;
		padding: 0 1em;
		z-index: 100;
	}

	.m-card-c5 .col-l {
		width: 100%;
		margin-top: -3em;
		height: 430px;
	}

	.m-card-c5 .col-r .m-wrapper {
		border-radius: .5em;
		overflow: hidden;
	}

	.m-card-c5 .col-l .m-wrapper {
		position: relative;
	}

	.m-card-c5 .col-l .m-wrapper::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 5em;
		background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8189655172413793) 43%, rgba(0, 0, 0, 0) 100%);
	}

	.m-card-c5 .col-l .m-content {
		justify-content: flex-end;
	}

	.m-card-c5 .col-l .m-content .m-logo {
		display: none;
	}

	.m-card-c5 .spec-input label {
		display: none;
	}

	.m-card-c5 .spec-input {
		border-color: #DBE8FF;
		background: #fff;
		transition: box-shadow .2s;
	}

	.m-card-c5 .spec-input:focus-within {
		box-shadow: 0 0 1px 1px #DBE8FF;
	}

	.m-card-c5 .form-c1 {
		max-width: none;
	}

	.m-card-c5 .login-with-otp,
	.m-card-c5 .sub-btn {
		width: 100% !important;
	}
}

@media only screen and (max-width: 560px) {
	.m-card-c5 .form-c2 .clearfix .m-field {
		width: 100% !important;
		float: none;
		padding: 0 !important;
	}
}

.icn {
	text-decoration: normal;
	display: block;
	width: 18px;
	min-width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.icn.fix {
	background-size: cover;
}

.icn.icn-phone {
	background-image: url(../img/icons/phone.svg);
}

.icn.icn-lock {
	background-image: url(../img/icons/lock.svg);
}

.icn.icn-profile {
	background-image: url(../img/icons/profile.svg);
}

.icn.icn-message {
	background-image: url(../img/icons/message.svg);
}

.icn.icn-card {
	background-image: url(../img/icons/card.svg);
}