﻿body {
}

.signin-container {
	/*width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	width: 100%;
	padding: 30px;
	margin: auto;
	background-image: url(../Images/login-bg.jpg?id=0);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 370px;
}
@media only screen and (min-width : 768px) {
	.signin-container {
	max-width: 380px;
}
}
.header-box {
	display: none;
}

.logo-box {
	text-align: center;
	margin-bottom: 30px;
}

	.logo-box img {
		height: 130px;
	}

.input-container {
	position: relative;
}

.lbl-input {
	background-color: #fff;
	position: absolute;
	top: -9px;
	right: 12px;
	z-index: 2;
	font-size: 12px;
	margin: 0;
	padding: 0 5px;
	color: #455a64;
	font-family:Vazir-M;
}

.input-box {
	position: relative;
	margin-bottom: 15px;
}

	.input-box input, .input-box select:not(.bd-month):not(.bd-year) {
		height: 44px;
		font-size: 16px;
		border-radius: 8px;
		border: 2px solid #b0bec5;
	}

		.input-box input:focus, .input-box select:focus {
			box-shadow: 0 0 0 .2rem rgba(77, 147, 104, 0.15);
			border: 2px solid #a1d0b3;
		}

	.input-box .fa-lock, .input-box .fa-user-1 {
		text-align: center;
		font-size: 20px;
		color: #999;
		line-height: 1;
		position: absolute;
		left: 12px;
		top: 12px;
	}

#bd-main-txtBirthDate {
	top: -265px !important;
}

.validation-box {
	margin-top: 5px;
	height: 15px;
}

.validation-red {
	font-size: 12px;
	color: #ff1744;
	font-family: Vazir-M;
}

.error-box {
	margin-top: 5px;
}

.btn-showpass {
	position: absolute;
	right: 5px;
	top: 10px;
	border: none;
	background: none;
	width: 30px;
	height: 24px;
	font-size: 18px;
	z-index: 2;
	color: #90a4ae;
	outline: none !important;
}

	.btn-showpass i {
		margin: 0;
	}

.btn-signin, .btn-signin:hover, .btn-signin:focus {
	margin-top: 25px;
	background-color: #019857;
	padding: 0;
	border-radius: 10px;
	font-size: 18px;
	width: 100%;
	color: #fff;
	height: 44px;
}

	.btn-signin:disabled {
		background-color: #ccc !important;
	}

	.btn-signin i {
		font-size: 28px;
		margin-top: 5px;
	}

.link-box {
	margin-top: 30px;
	text-align: center;
}

	.link-box a, .link-box a:hover, .link-box a:focus {
		display: block;
		margin-bottom: 15px;
		color: #000;
		text-decoration: none;
		outline: none;
		font-weight: bold;
	}

.btn-forget {
	border: none;
	padding: 0;
	background: none;
	outline: none;
	font-size: 14px;
	color: #4d9368;
	display: flex;
	align-items: center;
}

	.btn-forget i {
		font-size: 18px;
		margin-right: 5px;
	}

	.btn-open-code-login {
	border: none;
	padding: 0;
	background: none;
	outline: none;
	font-size: 14px;
	color: #4d9368;
	display: flex;
	align-items: center;
	margin-bottom:15px;
}

	.btn-open-code-login i {
		font-size: 18px;
		margin-right: 5px;
	}
.ussd-msg {
	margin-top: 10px;
	align-items: center;
	color: red;
	line-height: 2;
	text-align: center;
	font-size: 12px;
}

.pnl-verification {
	text-align: center;
}

.timer {
	display: block;
	text-align: center;
	font-size: 24px;
	color: #555;
	height: 32px;
	margin-bottom: 10px;
}

.btn-send-code {
	margin: auto;
	width: 120px;
	border-radius: 10px;
	height: 32px;
	margin-bottom: 10px;
}

.digit-group {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 30px;
}

	.digit-group input {
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 24px;
		font-family: Vazir-M;
		color: transparent;
		text-shadow: 0 0 0 #000;
		border-radius: 8px;
		border: 1px solid #b0bec5;
		outline: none !important;
	}

		.digit-group input:focus {
			box-shadow: 0 0 0 .2rem rgba(196, 165, 255, .25);
		}

.pnl-header {
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 16px;
	font-family: Vazir-M;
	margin-top: 0;
	display:block;
}

.msg-box {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

	.msg-box .g {
		color: #01bb61;
	}

	.msg-box .r {
		color: #ff1744;
	}

.pnl-role {
	text-align: center;
	background-color: #fff;
}

.role-header {
	margin-bottom: 25px;
	font-size: 16px;
	text-align: center;
	font-family: Vazir-M;
}

.btn-select-role {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	border: none;
	background: none;
	outline: none !important;
	margin-bottom: 20px;
}

.roleIconBox {
	background-color: #fff;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	border: 1px solid #e5e5e5;
	width: 80px;
	height: 80px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
}

	.roleIconBox img {
		width: 50px;
		height: 50px;
	}

.roleTextBox {
	justify-content: center;
	align-items: center;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	height: 45px;
	flex: 1;
	display: flex;
	margin-right: -35px;
	z-index: 1;
	font-size: 16px;
	font-family: Vazir-M;
}

	.roleTextBox.r1 {
		background-color: #e6ffee;
		border: 1px solid #b3ffcc;
		color: #00c853;
	}

	.roleTextBox.r2 {
		background-color: #f7e6ff;
		border: 1px solid #eeccff;
		color: #cc66ff;
	}

	.roleTextBox.r3 {
		background-color: #e6f5ff;
		border: 1px solid #ccebff;
		color: #1aa3ff;
	}

	.roleTextBox.r4 {
		background-color: #fff7cc;
		border: 1px solid #fff099;
		color: #e6c300;
	}

.animate-spin {
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-ms-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
