/* SETTING */
.text-basic { color:#a0855a; }
.bg-basic { background-color:#a0855a; }
.bd-basic { border:1px solid #a0855a; }

.btn-smsauth {display: block;width: 100%;padding: 10px;font-size: 16px;color: #00479d;border: 1px solid #00479d;border-radius: 0;background: #ffffff;}

.sms-group {
	position: relative;
	display:none;
}

.consulting_smsauth_complete {
	display: none;
	width: 100%;
	padding: 5px 10px;
	height: 50px !important;
	line-height: 40px;
	font-size: 16px;
	color: #00479d;
	text-align:center;
	background:#eaeaea;
	border: 1px solid #00479d;
	border-radius: 0;
}
.consulting_smsauth_no {
	display: block;
	width: 80%;
	padding: 5px 80px 5px 10px;
	height: 50px !important;
	line-height: 40px;
	font-size: 16px;
	color: #00479d;
	border: 1px solid #00479d;
	border-radius: 0;
}

.consulting_smsauth_confirm {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 15px;
	width:21%;
	height: 50px;
	line-height: 50px;
	background-color: #e6ecfb;
	border: 1px solid #00479d;
	color: #0e2549;
	font-size: 14px;
}

#countdown {position: absolute;right: 24%;top:13px;color: #ff0000;font-size:16px;}

