.cha_table{width:90%;margin: 50px auto;}
.cha_table td{padding-bottom:10px;}
.choose-mobile-type {
	margin: 0 auto;
	width: 100%;
}
 .get-sms-token {
	background: #ad1b1b;
	border-radius: 5px;
	border: 1px solid #ad1b1b;
	color: #fff;
	cursor: pointer;
	float: left;
	font-weight: bolder;
	height: 42px;
	line-height: 42px;
	text-align: center;
	width:120px;
	font-size:14px;
}

 .sms-token-disabled {
	background: #fff;
	border: 1px solid #ad1b1b;
	color: #ad1b1b
}

 .sms-token-btn {
	margin: 50px 0 10px
}
/*text s*/
.outline-input {
	border: 0;
	color: gray;
	font-size: 14px;
/*	height: 21px;*/
	line-height: 21px;
	margin: 4px;
	outline: none;
	padding: 6px 7px;
    width: 99%;box-sizing: border-box;
}
.input-bg {
	display: inline-block;
	*display: inline-block;
	height: 42px;
	*height: 40px;
	margin: 0;
	vertical-align: middle;
	width: auto;
	*zoom: 1
}
.gray-outline {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
    width:100%;
}
/*涓嬩竴姝ユ寜閽�*/

.findpwd-btn {
	background: #ad1b1b;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 14px
}
.findpwd-btn,.findpwd-close-btn {
	cursor: pointer;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%
}
.findpwd-btn:active {
	background: #e20707;
}
.errinfo{ color:red; line-height:25px; font-size:12px;}

.yyrInfo{width:100%; height:44px; line-height:44px; border-bottom:1px solid #e6e6e6; clear:both;  }
.yyrInfo span{ font-size:16px;}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.py-3{padding:10px 0px}