body{
	background: url("../images/login-bg.jpg") no-repeat center center;
	background-size:1920px 1080px;
	font-family: "黑体";
}
.system-name{
	font-size: 46px;
    font-weight:bold;
}
.system-name-eng{
	font-size:34px;
}
.foot span{
	margin-right:15px;
	font-size:18px;
}
.main-box{
	background: url("../images/login-box.png") no-repeat;
    height:307px;
    width: 350px;
	float: right;
	box-shadow:0px 3px 12px #2b1562;
}
.main{
	height:580px;
	padding-top:120px;
	width:1000px;
}

.form-horizontal{
	margin:50px auto;
	width:100%;
}
.form-control {
    display: block;
	margin:20px auto;
	border: 1px solid #3b3b86;
	line-height:38px;
	height:38px;
	width:240px;
	color:#6e7293;
	font-size:14px;
	padding-left:40px;
	/*background: linear-gradient(to left,#23376b,#3d2e71);
	background: -webkit-linear-gradient(to left,#23376b,#3d2e71);
	background: -moz-linear-gradient(to left,#23376b,#3d2e71);
	background: -o-linear-gradient(to left,#23376b,#3d2e71);*/
}

::-webkit-input-placeholder { /* WebKit browsers */ 
color:#6e7293; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color:#6e7293; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color:#6e7293; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color:#6e7293; 
} 
.form-group {
    margin-bottom: 22px;
}
.col-lg-12{
	position: relative;
	height: 38px;
}
.icon_hospital,.icon_tester{
	position: absolute;
	left: 43px;
    top:0px;
    vertical-align: middle;
    display: inline-block;
    width: 20px; 
    height: 38px; 
}
.icon_hospital{
    background:url("../images/icon-hospital.png") no-repeat left;	
}
.icon_tester{
	background:url("../images/icon-tester.png") no-repeat left;
}
.btn-sm{
	display: block;
	margin:35px auto;
	background: #55adec;
    border: 1px solid #29a0e4;
    border-radius: 2px;
	line-height: 37px;
    font-size:16px;
    color:#fff;
    text-align: center;
    width:280px;
    box-shadow:0px 2px 1px #2a3471;
    margin-bottom:20px;
}  
.btn-sm:hover{
	background-color: #459ddc;
}
.create{
	text-align:center;
}
.create a{
	color:#fff;
	text-align: center
}
.create a:hover{
	color:#55adec;
}