﻿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: 100% auto;
	background-repeat: no-repeat;
	background-position:center top;
	padding-top: 340px;
}

@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: #000;
	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: 1px solid #b0bec5;
		color:#000;
	}

		.input-box input:focus, .input-box select:focus {
			box-shadow: 0 0 0 .1rem rgba(72, 0, 255, 0.41);
			border: 1px solid #fffae6;
		}

	.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: #999;
	outline: none !important;
}

	.btn-showpass i {
		margin: 0;
	}

.btn-signin, .btn-signin:hover, .btn-signin:focus {
	margin-top: 25px;
	background-color: #00e676;
	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 !important;
	font-size: 14px;
	color: #333;
	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: #333;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	outline:none !important;
}

	.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 #ccb2ff;
		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;
	}
.collection-name {
	margin: 40px 0;
	text-align:center;
	font-family:isb;
	font-size:22px;
}
.pnl-role {
	text-align: center;
	background-color: #fff;
	padding: 0 15px;
}

.role-header {
	margin-bottom: 25px;
	font-size: 15px;
	text-align: center;
	font-family: ism;
	background-color:#f5f5f8;
	padding:15px 10px;
	border-radius:50px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.role-header i{
	margin-left:5px;
	font-size: 20px;
}
.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;
}

	.roleIconBox img {
		width: 50px;
		height: 50px;
	}

.roleTextBox {
	justify-content: center;
	align-items: center;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	height: 60px;
	flex: 1;
	display: flex;
	margin-right: -35px;
	z-index: 1;
	font-size: 16px;
	font-family: Vazir-M;
}

	.roleTextBox {
		background-color: #e6ffee;
		border: 1px solid #b3ffcc;
		color: #008066;
	}

.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);
	}
}
