.panel13
{
	width: 350px;
	height: 300px;
	background-color: #f9fafb;
	position: absolute;
	top: 20px;
	left: calc(50% - 175px);
	border: 2px solid #ecf0f1;
	padding: 25px;
	z-index: 2
}

.panel13 .div_titr
{
	width: 100%;
	height: 50px;
	/* background-color: red; */
	margin-top: 5px;
	text-align: center;
	line-height: 50px;
}

.panel13 .div_titr label
{
	font-size: 20px;
	font-family: "Vazir";
	color: #34495e;
	vertical-align: middle;
}

.panel13 .div_input
{
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	margin-top: 45px;
	border: 2px solid #ecf0f1;
	position: relative;
}

.panel13 .div_input .div_title
{
	width: 55px;
	height: 100%;
	/* background-color: red; */
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
	line-height: 46px;
}

.panel13 .div_input .div_title label
{
	font-size: 15px;
	font-family: "Vazir";
	color: #000000;
}

.panel13 .div_input .div_code
{
	width: calc(100% - 135px);
	height: 100%;
	/* background-color: blue; */
	display: inline-block;
	/* margin-right: 5px; */
	vertical-align: middle;
}

.panel13 .div_input .div_code input
{
	width: 100%;
	height: 100%;
	font-size: 15px;
	font-family: "Vazir";
	color: #000000;
	border: 0px;
	outline: 0px;
}

.panel13 .div_input .div_timer
{
	width: 50px;
	height: 30px;
	background-color: #f9fafb;
	position: absolute;
	top: 8px;
	left: 10px;
	border: 1px solid #ecf0f1;
	border-radius: 3px;
	font-size: 15px;
	font-family: "Vazir";
	color: #000000;
	padding-top: 3px;
	text-align: center;
	/* display: none; */
}

.panel13 .div_input .div_resend
{
	width: 100px;
	height: 30px;
	background-color: #f9fafb;
	position: absolute;
	top: 8px;
	left: 10px;
	border: 1px solid #ecf0f1;
	border-radius: 3px;
	font-size: 13px;
	font-family: "Vazir";
	color: #000000;
	padding-top: 3px;
	text-align: center;
	cursor: pointer;
	/* display: none; */
}

.panel13 .div_input .div_resend:hover
{
	background-color: #ecf0f1;
}

.panel13 .div_input .div_resend:active
{
	background-color: #34495e;
	color: #ffffff;
}

.panel13 .div_edit_mobile
{
	width: 100%;
	height: 30px;
	/* background-color: red; */
	line-height: 30px;
}

.panel13 .div_edit_mobile label
{
	font-size: 13px;
	font-family: "Vazir";
	color: #f39c12;
	margin-right: 10px;
	cursor: pointer;
}

.panel13 .div_edit_mobile label:hover
{
	opacity: .7;
}

.panel13 .div_edit_mobile label:active
{
	color: #d35400;
}

.panel13 .div_ok
{
	width: 100%;
	height: 40px;
	/* background-color: red; */
	margin-top: 25px;
	text-align: center;
}

.panel13 .div_ok .div_button
{
	width: 150px;
	height: 40px;
	font-size: 15px;
	font-family: "Vazir";
	color: #ffffff;
	background-color: #2ecc71;
	padding-top: 7px;
	margin: auto;
	cursor: pointer;
}

.panel13 .div_ok .div_button:hover
{
	background-color: #27ae60;
}

.panel13 .div_ok .div_button:active
{
	background-color: #34495e;
}