html {
	height:100%
}
body.signin {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background:url(../img/login-background.jpeg) no-repeat center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	color:rgba(255,255,255,.95);
}
.signinpanel {
	width:372px;
	margin-right: 8.3%;
	background:rgba(255,255,255,.3);
	border-radius:14px 14px 14px 14px;
	padding: 19px;
	align-self: flex-end;
}
.signinpanel .logopanel {
	float:none;
	width:auto;
	padding:0;
	background:0 0
}
.signinpanel .signin-info ul {
	list-style:none;
	padding:0;
	margin:20px 0
}
.signinpanel .form-control {
	display:block;

}
.signinpanel .uname {
	width: 227px;
	color:rgb(102, 102, 102);
	height:33px;
	border:1px solid rgba(217,217,217,1);
}
.signinpanel .pword {
	width: 227px;
	color:#333;
	height:33px;
	border:1px solid rgba(217,217,217,1);
}
.signinpanel .code {
	background: #fff no-repeat 95% center;color:#333; margin:0 0 15px 0;
	height:33px;
	border:1px solid rgba(217,217,217,1);
	width:157px;
}
.signinpanel .btn {
	margin-top:15px
}
.signinpanel form {
	width:335px;
	background:rgba(255,255,255,.9);
	border-radius:13px 13px 13px 13px;
	padding: 28px;
}
.signinpanel form .no-margins {
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
	text-align: center;
	margin-bottom: 26px!important;
}
.signinpanel form .row {
	margin-bottom: 20px;
}
.submit-btn {
	width:279px;
	height:34px;
	margin: 12px 0 0 ;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family:Microsoft YaHei;
	font-weight:400;
	font-size:16px;
	color:rgba(255,255,255,1);
	background-color: #29A7E1;
	margin-bottom: 12px;
    outline: 0;
    border: 0;
}
.submit-btn:hover{
	background-color: #028DCC;
}
.reset-pwd {
	font-size:8px;
	font-family:Microsoft YaHei;
	font-weight:300;
	color:rgba(41,167,225,1);
	padding-bottom: 15px;
}
.signup-footer {
	border-top:solid 1px rgba(255,255,255,.3);
	margin:20px 0;
	padding-top:15px
}
.vcode {
	display: flex;
}
.vcode img {
	height: 33px;
}
@media screen and (max-width:768px) {
	.signinpanel,.signuppanel {
	margin:0 auto;
	width:420px!important;
	padding:20px
}

.signup-footer,.signuppanel .form-control {
	margin-bottom:10px
}
.signup-footer .pull-left,.signup-footer .pull-right {
	float:none!important;
	text-align:center
}
.signinpanel .signin-info ul {
	display:none
}
}@media screen and (max-width:320px) {
	.signinpanel,.signuppanel {
	margin:0 20px;
	width:auto
}
}

.yonghu{
	position: relative;
	height: 33px;
	line-height: 33px;
	color:#2D456B;
}

.yonghutext{
	min-width: 43px;
	margin-right: 8px;
	height: 33px;
    line-height: 33px;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	text-align:right;
}
.item-row {
	display: flex;
	margin-bottom: 14px;
}