* {
	margin: 0;
	padding: 0;
}

body, html {
	width: 100%;
	height: 100%;
}

.login-bg {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../../public/images/newpanel/loginbg1.png") no-repeat;
	background-size: cover;
	position: relative;
}

.login-bg .lg-content {
	/*  padding-top: 80px; */
	display: flex;
	justify-content: center;
}

.login-bg .login-left {
	width: 685px;
	height: 660px;
	background: url(../../public/images/newpanel/loginpic1.png) no-repeat;
	background-size: cover;
	position: relative;
	border-radius: 15px 0 0 15px;
}

.login-bg .login-left .login-left-box {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 39px;
	font-weight: 500;
	margin-top: 68px;
}

.login-bg .login-left .login-left-box img {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.login-bg .login-left .login-left-box h2{
	margin: 0;
}
/* .login-bg .login-left img {
            position: absolute;
            left: 67px;
            left: 0;
            right: 0;
            margin: 71px auto 0;
        } */
.login-bg .login-right {
	width: 685px;
	height: 660px;
	background-color: #fff;
}

.login-bg .login-right .infos {
	width: 65%;
	margin: 0 auto;
	margin-top: 60px;
	border-radius: 0 15px 15px 0;
}

.login-bg .login-right .el-input__inner {
	height: 46px;
}

.login-bg .login-right .infos h2 {
	margin-bottom: 32px;
}

.login-bg .login-right .infos .el-form-item__content {
	display: flex;
}

.login-bg .login-right .infos .el-checkbox__inner {
	width: 18px;
	height: 18px;
}

.login-bg .login-right .infos .code {
	margin-left: 20px;
	border-radius: 5px;
}

.login-bg .login-right .el-form-item {
	margin-bottom: 30px;
}

.login-bg .detail {
	margin: 0 0 0 60px;
	color: #999999;
	font-size: 12px;
	line-height: 26px;
}

.login-bg .login-right .el-form-item__label {
	text-align: left;
}

.login-bg .login-right .el-button--primary {
	width: 100%;
	background-color: #5b8af6;
	border-color: #5b8af6;
	border-radius: 50px;
	letter-spacing: 5px;
}

.form-control {
	-webkit-appearance: none;
	background-color: #FFF;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #DCDFE6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 46px;
	line-height: 46px;
	outline: 0;
	padding: 0 15px;
	-webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	width: 100%;
}

.form-horizontal .form-group {
	margin-bottom: 34px;
}

.btn




.blue




:not


 


(
.btn-outline


 


){
border-radius




:


 


50
px




;
letter-spacing




:


 


5
px




;
background




:


 


#537BEE




;
border-color




:


 


inherit


 


!
important




;
border-bottom




:


 


inherit


 


!
important




;
}
.btn.blue:not (.btn-outline ).active, .btn.blue:not (.btn-outline ):active,
	.btn.blue:not (.btn-outline ):hover, .btn.blue:not (.btn-outline ):focus
	{
	color: #fff !important;
	background-color: #537BEE !important;
	border-color: inherit !important;
	border-bottom: inherit !important;
}