@charset "utf-8";
html {
	display: table;
	height: 100%;
	width: 100%
}
body {
	font-family: "微软雅黑",Roboto,sans-serif;
    font-size: 14px;
    line-height: 1.538462;
    color: #757575;
    background-color: #eceff1;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
.login {
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	margin-left: auto;
	margin-right: auto;
	max-width: 360px
}
.login-body {
	padding: 30px;
	background-color: rgba(255,255,255,.3);
	border-radius: 0;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.325);
	box-shadow: 0 2px 3px rgba(0,0,0,.325);
}
.login-brand {
	display: block;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.login-footer {
	height: 60px;
	line-height: 60px;
	text-align: center;
	color:#fff;
}
.login-footer a {
	color:#fff;
}
.login-form .form-control {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none;
	border: 0;
	border-radius: 0;
	padding-left: 0;
	height: 40px;
}
.login-form .input-group-addon {
	border: 0;
	background-color: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.login-form .input-group-addon i {
	color: #999;
}
.login-form .btn {
    background-position: 50%;
    -webkit-background-size: 200% 200%;
    background-size: 200% 200%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	border-radius: 0;
}
.captcha {
    padding-left: 0;
}
.captcha img {
	cursor:pointer;
}
@media (max-width:390px) {
.login-body {
	margin-left: 15px;
	margin-right: 15px
}
}