﻿body {
	padding: 0;
	background-color: #f7f7f9;
}

.site-container {
	background-color: #f7f7f9;
}

.signup-container {
	/*width: 80%;
	margin-left: 10%;
	margin-right: 10%;*/
	border: 1px solid #eee;
	margin: 20px 15px 15px;
	border-radius: 15px;
	padding: 15px;
	box-shadow: 0 3px 5px 0 rgba(20,80,150,0.1);
	background-color: #fff;
}

	.signup-container .row {
		margin: 0 -10px !important;
	}

	.signup-container .col-xs-6 {
		padding: 0 10px !important;
	}

label {
	font-weight: normal;
	font-family: Vazir-M;
	color: #37474f;
	font-size: 13px;
}

.signup-header {
	background-color: #f0f3f4;
	padding: 15px;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 20px;
}

	.signup-header img {
		height: 40px;
	}

.signup-title {
	font-size: 16px;
	margin-bottom: 0;
}

.input-box {
	position: relative;
	margin-bottom: 10px;
}

	.input-box input {
		height: 36px;
		font-size: 14px;
		border-radius: 15px;
		color: #000;
	}

	.input-box select {
		height: 36px;
		font-size: 14px;
		border-radius: 15px;
		color: #000;
	}

	.input-box i {
		text-align: center;
		font-size: 24px;
		color: #999;
		line-height: 1;
		position: absolute;
		left: 10px;
		top: 6px;
	}

.lbl-pass {
}

.userpass-error-box {
	font-size: 14px;
	margin-bottom: 10px;
	color: red;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.validation-box {
	margin-top: 5px;
	height: 15px;
}

.validation {
	font-size: 11px;
	color: red;
	font-family: Vazir-M;
}

.error-box {
	margin-top: 5px;
}

.pass-action-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}

.showpass-box {
	margin-left: 10px;
}

	.showpass-box input {
		margin-left: 5px;
		vertical-align: sub;
		cursor: pointer;
	}

	.showpass-box label {
		font-weight: normal;
		user-select: none;
		cursor: pointer;
	}

.btn-signup, .btn-signup:hover, .btn-signup:focus {
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #00c853;
	padding: 0;
	border-radius: 15px;
	font-size: 16px;
	width: 100%;
	color: #fff;
	height: 40px;
}

.btn-signin, .btn-signin:hover, .btn-signin:focus {
	margin: auto;
	margin-top: 10px;
	background-color: #e6f4ff;
	border-radius: 15px;
	font-size: 14px;
	width: 100%;
	color: #0094ff;
	display: block;
}

.btn-check-code, .btn-check-code:hover, .btn-check-code:focus {
	margin: 15px auto 0 auto;
	background-color: #00e676;
	padding: 0;
	border-radius: 8px;
	font-size: 16px;
	width: 80%;
	color: #fff;
	height: 40px;
	display: block;
}

.link-box {
	margin-top: 50px;
	text-align: center;
}

	.link-box a, .link-box a:hover, .link-box a:focus {
		display: block;
		margin-bottom: 10px;
		color: #000;
		text-decoration: none;
		outline: none;
	}

.btn-forget {
	border: none;
	padding: 0;
	background: none;
	outline: none;
}

.pnl-verification {
	text-align: center;
}

.ussd-msg {
	margin-top: 10px;
	align-items: center;
	color: red;
	line-height: 2;
	text-align: center;
	font-size: 12px;
}

.verification-header {
	margin: 20px 0;
	display: block;
	text-align: center;
	font-size: 14px;
}

.timer {
	display: block;
	text-align: center;
	font-size: 18px;
}

.ussd-link, .ussd-link:hover, .ussd-link:focus {
	margin: 20px 0;
	color: #4800ff;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 2;
}

.btn-send-code, .btn-send-code:hover, .btn-send-code:focus {
	margin: auto;
	background-color: #4800ff;
	border-color: #4800ff;
	width: 200px;
}

.txt-code {
	height: 50px;
	font-size: 26px;
	text-align: center;
	border: none;
	margin-top: 20px;
	margin-bottom: 30px;
	letter-spacing: 20px;
	direction: ltr;
}

.msg-box {
	height: 50px;
	line-height: 50px;
	font-size: 13px;
}

	.msg-box .g {
		color: #01bb61;
	}

	.msg-box .r {
		color: #ff1744;
	}

iframe {
	width: 100%;
	height: 200px;
	border: none;
}

.loading-full {
	background: #efefef;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	z-index: 9999999;
	text-align: center;
	display: none;
}

	.loading-full img {
		position: absolute;
		top: 50%;
		left: 50%;
		height: 50px;
		transform: translate(-50%,-50%);
	}
