.layui-form {
	width: 320px !important;
	margin: auto !important;
	margin-top: 100px !important;
}

.login-form {
	width: 910px !important;
	display: flex !important;
	padding: 0 !important;
	margin-top: 200px !important;
	text-align: center;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.login-left {
	position: relative;
	width: 455px;
	min-height: 460px;
	background: linear-gradient(160deg, #3d8bfd 0%, #126bfb 55%, #0b57d0 100%);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.login-left-text {
	position: relative;
	z-index: 2;
	padding: 48px 36px 24px;
	text-align: left;
}

.login-left-title {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
}

.login-left-desc {
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.92);
}

.login-left-art {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 72%;
	object-fit: cover;
	object-position: center bottom;
	pointer-events: none;
}

.login-right {
	width: 455px;
	padding: 15px 20px;
	background-color: #fff;
}

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

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

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

.layui-form-item {
	margin-top: 0px !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 #126bfb !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: #000 !important;
	display: inline-block !important;
	line-height: 60px !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;
}
