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;
	color:rgba(255,255,255,.95)
}
.signinpanel {
	width:750px;
	margin:10% auto 0
}
.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;
	margin-top:15px
}
.signinpanel .uname {
	background:#fff url(../img/user.png) no-repeat 95% center;
	color:#333
}
.signinpanel .pword {
	background:#fff url(../img/locked.png) no-repeat 95% center;
	color:#333
}
.signinpanel .code {
    background: #fff no-repeat 95% center;color:#333; margin:0 0 15px 0;
}
.signinpanel .btn {
	margin-top:15px
}
.signinpanel form {
	background:rgba(255,255,255,.2);
	border:1px solid rgba(255,255,255,.3);
	-moz-box-shadow:0 3px 0 rgba(12,12,12,.03);
	-webkit-box-shadow:0 3px 0 rgba(12,12,12,.03);
	box-shadow:0 3px 0 rgba(12,12,12,.03);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:30px
}
.signup-footer {
	border-top:solid 1px rgba(255,255,255,.3);
	margin:20px 0;
	padding-top:15px
}
@media screen and (max-width:768px) {
	.signinpanel,.signuppanel {
	margin:0 auto;
	width:420px!important;
	padding:20px
}
.signinpanel form {
	margin-top: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
}
}
/*
登录界面check样式
*/
.checkbox-custom {
    position: relative;
    padding: 0 15px 0 25px;
    margin-bottom: 7px;
    display: inline-block;
}
/*
将初始的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: 18px;
    height: 17px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}
/*
点击初始的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: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}
.checkbox-custom label {
    cursor: pointer;
    line-height: 1.2;
    font-weight: normal; /*改变了rememberme的字体*/
    margin-bottom: 0;
    text-align: left;
}

.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;
}

.form-control{
	border-radius: 1px!important;
	padding: 6px 12px!important;
	height: 34px!important;
}

.form-control:focus{
    border-color: #1ab394 !important;
}
*{margin:0;padding:0}
li{list-style:none}
img{vertical-align:top;border:none}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { margin: 0;	padding: 0;}
body,button, input, select, textarea {
	font: 12px/1 微软雅黑,黑体,Verdana,Arial,sans-serif;
}

h1 { font-size: 18px;}
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; }
small { font-size: 12px; }
ul, ol { list-style: none; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

q:before, q:after { content: ''; }

legend { color: #000; }
fieldset, img { border: none; }
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height:100%
}
.login_body_bg {
	width: 100%;
	height: 100% !important;
	background-image: url("../img/login_body_bg.png");
	background-position: bottom center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.login_top {
	height: 60px;
}
.login_main {
	z-index: 1;
	width: 1080px;
	position: relative;
	height: 500px;
	margin: 0 auto;
}
.login-left {
	color: #fff;
	float: left;
	width: 50%;
	position: absolute;
	left: 0;
	background-image: url("../img/main-left-bg.png");
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 510px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
.login-left img {
	width: 100%;
	height: 100%;
}
.login-border {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	background-color: #fff;
	width: 50%;
	height: 510px;
	position: absolute;
	right: 0;
}
.login-left .img {
	width: 140px;
}
.login-left .title {
	margin-top: 60px;
	text-align: center;
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
	font-size: 25px;
}
.title {
	margin-bottom: 10px;
}
.login-border .login-form {
	width: 76.6%;
	/* margin: 0 auto; */
	position: absolute;
	top: 45px;
	left: 10%;
}
.login-title {
	margin-bottom: 10px;
	font-weight:bold;
	font-size: 24px;
	letter-spacing: 4px;
	color: #2356DD;
	text-align: center;
}
.login-title-p {
	margin-bottom: 10px;
	font-weight:bold;
	font-size: 18px;
	letter-spacing: 4px;
	font-family:MicrosoftYaHei;
	color: #2356DD !important;
	text-align: center;
}
.login_main_down input{
	width: 100%;
	padding-left: 40px;
}
.login_main_down input {
	height:43px;
	line-height:53px;
	border:1px solid #D8D8D8;
	font-size:14px;
	outline:none;
	padding:0 15px;
	opacity:.6;
	margin-top:20px;
	border-radius: 25px;
	text-indent: 30px;
}
.login_main_down input {
	width: 380px;
}
.i_login_confirm {
	text-align: center;
	line-height: 45px;
	width: 100%;
	height: 45px;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	margin-top: 30px;
	-webkit-transition: .25s;
	transition: .25s;
	background: linear-gradient(90deg, #7ACCFB,#0044FF);
	border-radius: 25px;
	text-indent: 30px;
}
.login_main_down .username{
	background: url("../img/user-icon.png") no-repeat left center;
}
.login_main_down .password{
	background: url("../img/cipher-icon.png") no-repeat left center;
}
.login_main_down .code{
	background: url("../img/yan-icon.png") no-repeat left center;
	width: 200px !important;
	margin-right: 10px;
}