body.signin{
	height: auto;
	background-color: #367BF0;
	background: url('../img/login/login_bg1.png') no-repeat center fixed;
	/*background: #f0f2f5;*/
	/*background: #f0f2f5 url(../img/login/login_bg2.svg) no-repeat center fixed;*/
	/*background: #18c8f6;*/
	/*background: url("../img/login/login_bg3.png") no-repeat center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.leftImg {
	height: 650px;
	margin-top: 17%;
	margin-left: 15%;
	background: url(../img/login/main_slide1.png) no-repeat;
	/*background: url(../img/login/main_slide2.png) no-repeat;*/
	/*background: url(../img/login/main_slide3.png) no-repeat;*/
	background-size: 850px; /*650px 85px*/
}

.layui-form {
	width: 450px !important;
	margin-top: 10% !important;
	margin: auto;
}

.layui-form-item {
	position: relative;
	margin-bottom: 20px;
}

.layui-form button {
	width: 100% !important;
	height: 50px !important;
	line-height: 50px !important;
	font-size: 16px !important;
	background-color: #1e9fff !important;
	font-weight: 550 !important;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #1e9fff !important;
	background-color: #1e9fff !important;
	color: #fff !important;
}

.layui-input {
	height: 48px !important;
	line-height: 48px !important;
	padding-left: 45px !important;
	border-radius: 3px !important;
}

.layui-input:focus {
	box-shadow: 0px 0px 2px 1px #1e9fff !important;
}

.layui-form-danger:focus{
	box-shadow: 0px 0px 2px 1px #f56c6c !important;
}

.layui-icon-login {
	width: 44px;
	height: 44px;
	line-height: 46px;
	font-size: 18px;
	color: #909399;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.layui-icon-loading{
	color: #fff;
	margin-left: 45%;
}
.logo {
	width: 60px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
}

.title {
	font-size: 26px !important;
	font-weight: 550 !important;
	color: #1e9fff !important;
	height: 60px !important;
	line-height: 60px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	text-align: center;
}

.code {
	float: left;
	margin-right: 13px;
	margin: 0px !important;
	border: #e6e6e6 1px solid;
	display: inline-block!important;
	width: 260px!important;
}

.codeImage {
	float: right;
	height: 47px;
	/*border: #eee 1px solid;*/
}
