.layui-body-cover{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
    background-image: url('../images/login_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.login-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
    background-image: url('../images/background.svg');
    background-repeat: no-repeat;
    background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex:1 1 auto;
}
.login-main{
	width:850px;
	height:400px;
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	align-items: center;
}
.login-main-left{
	width:450px;
	height:400px;
	background-image: url('../images/login_left.png');
    background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	display: inline-block;
}
.login-main-right{
	width:400px;
	height:400px;
	display: inline-block;
	border-radius: 0 15px 15px 0;
	background-color: #fff;
}
.login-title{
	text-align: center;
	color:#333;
	padding:40px 0 10px;
}
.login-title h3{
	font-size:24px;
	margin-bottom:10px;
}
.layui-form {
	width: 320px !important;
	margin: 0 auto !important;
	padding:0;
}

.layui-form button {
	width: 100% !important;
	height: 44px !important;
	line-height: 44px !important;
	font-size: 16px !important;
	background-color: #5FB878 !important;
	font-weight: 550 !important;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #5FB878 !important;
	background-color: #5FB878 !important;
	color: #fff !important;
}

.layui-tab-content {
	margin-top: 15px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.layui-form-item {
	margin-top: 20px !important;
}

/* .layui-input {
	height: 44px !important;
	line-height: 44px !important;
	padding-left: 15px !important;
	border-radius: 3px !important;
} */

.layui-input:focus {
	box-shadow: 0px 0px 2px 1px #5FB878 !important;
}

.layui-form-danger:focus{
	box-shadow: 0px 0px 2px 1px #f56c6c !important;
}

.logo {
	width: 60px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
}

.title {
	font-size: 30px !important;
	font-weight: 550 !important;
	margin-left: 20px !important;
	color: #5FB878 !important;
	display: inline-block !important;
	height: 60px !important;
	line-height: 60px !important;
	margin-top: 10px !important;
	position: absolute !important;
}

.desc {
	width: 100% !important;
	text-align: center !important;
	color: gray !important;
	height: 60px !important;
	line-height: 60px !important;
}

body {
	background-repeat:no-repeat;
	background-color: whitesmoke;
	background-size: 100%;
	height: 100%;
 }

.code {
	float: left;
	margin-right: 13px;
	margin: 0px !important;
	border: #e6e6e6 1px solid;
	display: inline-block!important;
}

.codeImage {
	float: right;
	height: 42px;
	border: #e6e6e6 1px solid;
	cursor: pointer;
}

@media (max-width:768px){
	body{
		background-position:center;
	}
}
