html {
	height:100%
}
body.signin {
	height:auto;
	background:url(../img/login-background.jpg) no-repeat center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.xclogo1{
	border-radius:1px;
	margin-top:40px;
	margin-left:40px;
	width:190px;
	text-align:center;
	background-color:rgba(210,210,240,.9);
	text-align:center;
}
.xclogo2{
	margin-left:3px;
	width:180px;
	height:50px;
	background:url(../img/logo.png) no-repeat center center;
}
.signinpanel {
	width:500px;
	margin: 0 auto;
	color:rgba(255,255,255,.95);
}
.signinpanel .logo{
	width:380px;
	height: 300px;
	box-shadow:0 0 16px rgba(11,58,103,.3);
	border-radius:16px;
	background:rgba(255,255,255,.95);
	position: absolute;
	left: 0;
	top: 110px;
	text-align: center;
}
.signinpanel .mylogo{
	width: 180px;
	height: 180px;
	margin-top: 60px;
	/* background:url(../img/logo.png) no-repeat center center; */
	background-size: contain;
	margin-left: 100px;
}
.signinpanel .signininfo {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -220px;
	margin-left: -200px;
}
.signinpanel form {
	background:rgba(255,255,255,.8);
	box-shadow:0 0 16px rgba(11,58,103,.3);
	border-radius:8px;
	padding:30px 60px 60px 50px;
	height: 300px;
}
.signinpanel .info {
	display: flex;
	border-bottom: 1px solid #C0C0C0;
	position: relative;
}
.signinpanel .form-control {
	font-size: 18px !important; 
	color: #191f25;
	line-height: 64px !important;
	height: 64px !important;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
}
.signinpanel .info > span {
	width: 84px;
	font-size: 18px;
	color: #191f25;
	line-height: 64px;
	padding: 0;
}
.signinpanel .code-box {
    position: absolute;
	right: 0;
	top: 13px;
}
.signinpanel .btn {
	height: 48px;
	font-size: 18px;
	border-radius: 6px;
}
.signinpanel .title {
	margin-bottom: 8px !important;
	margin-top: 0 !important;
	text-align: center;
	font-weight: bold;
	color: #191f25;
	font-size:24px;
	line-height: 40px;
}
/*
登录界面check样式
*/
.checkbox-custom {
    position: relative;
    padding: 0 15px 0 25px;
    margin-bottom: 32px;
    display: inline-block;
	margin-top: 20px;
}
/*
将初始的checkbox的样式改变
*/
.checkbox-custom input[type="checkbox"] {
    opacity: 0; /*将初始的checkbox隐藏起来*/
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 50%;
    left: 3px;
}
/*
设计新的checkbox，位置
*/
.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
}
/*
点击初始的checkbox，将新的checkbox关联起来
*/
.checkbox-custom input[type="checkbox"]:checked +label:after {
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    top: 42%;
    left: 3px;
    margin-top: -5px;
    font-size: 13px;
    line-height: 1;
    width: 13px;
    height: 13px;
    color: #1a7bb9;
}
.checkbox-custom label {
    cursor: pointer;
    line-height: 1.2;
    font-weight: normal; /*改变了rememberme的字体*/
    margin-bottom: 0;
    text-align: left;
	font-size: 16px;
	color: #191f25;
	margin-left: 6px;
	margin-top: 1px;
}

.form-control, .form-control:focus, .has-error .form-control:focus,  .has-success .form-control:focus, .has-warning .form-control:focus,  .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus,  .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle,  .panel, .popover, .progress, .progress-bar {
    box-shadow: none;
}