.body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #eee;
}
.form-signin {
   	width: 290px;
    height:400px;
    padding: 15px;
    margin: 0 auto;
}
/*二维码定位*/
.qrcode{
	margin: 50px auto;
    width: 200px;
    height: 200px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
   /*  border-top-left-radius: 0;
    border-top-right-radius: 0; */
}

/*body背景图设置*/
.bodysignin {
    background: url("../img/sign-in.png") repeat-x;
}
/*大标题颜色设置*/
.sigin-title{
    color:white;
    text-align: center;
    margin-top: 6%;
    font-size:22px;
}
.sigin-title1{
    color:white;
    text-align: center;
    margin-top: 1%;
}
/*输入框形状背景色设置*/
.box-radius{
    background-color: white;
    border-radius: 10px;
}
/*最下方版权颜色设置*/
.footer-signin{
    color: white;
    text-align: center;
}
/*文字对齐方式*/
.text-alignall{
   text-align: center;
   padding:10px;
}

.footer1 {
	/* width: 100%;
	text-align: center;
	margin-top: 150px;
	padding-top: 10px;
	padding-bottom: 10px; */
}

.errinfo{
	color:red;
	padding:10px;
}

#weixinloginhide{
	position:absolute;
	left:0;
	top:0;
	z-index:123456789;
	width:100%;
	height:800px;
	display:none;
	background-color:white;
}