body {
    background-color: #385773;
    font-family: "Helvetica Neue", "Hiragino Sans GB", Helvetica, "Microsoft YaHei", "微软雅黑", "宋体", Arial, sans-serif;
}
.dux-login { position: absolute; top: 50%; margin-top: -140px; left: 50%; margin-left: -150px; }
.yzmcoke{ height:34px;width:100%}
.panel {
	background: #fff;
}
form .form-group:last-child {
	padding-bottom: 0;
}
.passcode {
	position: absolute;
	right: 0;
	top: 10px;
	height: 35px;
	margin: 1px 0;
	text-align: center;
	line-height: 32px;
	cursor:pointer;
	border-radius:  4px 0 0 4px;
	bottom: 0;
	background-color: #7bbc55;
	color: #fff;
}
/* index 主页修改样式 */
.media.media-y.margin-big-bottom {
	text-align: left;
	padding-left: 1em;
	margin-bottom: 15px;
}
.media.media-y.margin-big-bottom img {
	width: 142px;
	height: 34px;
}
.panel.loginbox{
	border-radius: 6px;
	/*background-color: #e1f2ff;*/
}
.text-center.margin-big.padding-big-top  {
	margin: 0;
	display: -webkit-flex; 
  	display: flex;
  	padding-left: 30px;
  	padding-top: 15px;
  	padding-bottom: 5px;
  	align-items: center;
}
.text-center.margin-big.padding-big-top img {
	margin-right: 1em;
	width: 30px;
	height: 30px;
}
.text-center.margin-big.padding-big-top h1 {
	color: #6cb4fa;
	font-size: 21px;
}
.panel-body .form-group {
	padding-bottom: 0px;
}
.form-group .field .Stitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	margin: 5px;
	color: #8b8b8b;
}
.form-group .field .Stitle span {
	float: right;
	color: #8b8b8b;
}
input.input-big {
	height: 55px;
}
.input {
	border: 0px solid #fff;
}
.panel-body .form-group:nth-child(1) input{
	padding-left: 80px;
	border-radius: 5px 5px 0 0;
}
.panel-body .form-group:nth-child(2) input{
	padding-left: 80px;
	border-radius: 0;
}
.panel-body .form-group:nth-child(3) input {
	padding-left: 80px;
	border-radius: 0 0 5px 5px;
}
.flex {
	display: flex;
	display: -webkit-flex;
	margin-top:  0.5em;
	align-items: center;
}
.flex input {
	margin-right: 0.5em; 
}
.button.bg-main {
	background-color: #6cb4fa;
	border: 1px solid #6cb4fa;
	font-size: 20px;
}
.button.bg-main:hover {
	background-color: #6cb4fa;
	border: 1px solid #6cb4fa;
}
.form-bottom {
	padding: 0 20px 10px 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.form-bottom a {
	color: #7d7d7d;
}
.form-bottom a:nth-child(2) {
	text-decoration: underline;
}
.finger {
	position: fixed;
	right: 5em;
	bottom: 0;
	z-index: -1;
	display: block;;
}
.finger img {
	width: 779px;
	height: 518px;
}
@media (max-width: 760px) {
	.finger {
		display: none;
	}
}