.findpwdmdal{margin-top: 100px;}
.confirm{
	width: 100%;
}
.loginlogo {
	background:  no-repeat left center;
}
.tit h2 {
	border-bottom: 3px solid grey;
}
.logon_c .get_code {
	background: #0560b2;
}
.colblue {
	background: #0560b2;
}
a:hover {
	color: black;
}
#sendType {
	width: 100%;
	height: 50px;
	text-align: center;
	border: 1px solid #d4d4d4;
	color: #757575;
	font-size: 14px;
	text-indent: 15px;
}
#receivingMode{
	width: 525px;
	height: 44px;
	border: 1px solid #d4d4d4;
	color: #757575;
	font-size: 14px;
	text-indent: 15px;
	border-radius: 2px;
}
.approval_table {
	display: none;
	border: 1px solid #DDDDDF;
}
.approval_table tr th{
	padding: 6px;
	background-color: cornflowerblue;
	color:#fff;
}
.approval_table tr td{
	padding: 6px;
	text-align: center;
	background-color: aliceblue;
}
/* 模态框背景 */
.modal {
	display: none; /* 默认隐藏 */
	position: fixed; /* 固定定位 */
	z-index: 1; /* 置于顶层 */
	left: 0;
	top: 0;
	width: 100%; /* 全屏宽度 */
	height: 100%; /* 全屏高度 */
	overflow: auto; /* 超出部分滚动 */
	background-color: rgba(0, 0, 0, 0.4); /* 黑色透明底部 */
}

/* 模态框内容 */
.modal-content-code {
	width: 600px;
	margin: 30px auto;
}

.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.modal-footer .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.form-group {
	margin-bottom: 15px;
}
.form-control1 {
	display: block;
	width: 100%;
	height: 45px;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #fff;
	background: none;
	background-image: none;
	border: 1px solid #848b9a;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
	ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}