.layui-form {
	/* width: 320px !important;
	margin: auto !important;
	margin-top: 160px !important; */
}
.login-panel{
	position: relative;
	margin: auto auto auto auto;
	width: 448px;
	height: 434px;
	background: #FFFFFF;
	border-radius: 12px;
	padding: 0 24px;
	box-sizing: border-box;
	transform: translateX(calc(730px / 2));
}
.login-panel::before{
	position: absolute;
	content: '';
	right: calc(100% + 170px);
	top: 0;
	background:url(../../images/login/the-earth.png) no-repeat center center / 100%;
	width: 600px;
	height: 600px;
}

.login-panel-hd {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}

.icon_e {
	height: 18px;
}

.login_tips {
	margin-top: 12px;
	color: #2A7FFF;
	font-size: 18px;
	line-height: 42px;
	padding: 0 12px;
	background: #E4EFFF;
}

.triangle {
	float: left;
	width: 0;
	height: 0;
	margin-top: 12px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent #E4EFFF transparent transparent;
	transform: rotate(180deg);
}
.login-title{
	padding: 80px 0 30px;
	font-weight: bold;
	font-size: 24px;
	color: #262941;
	line-height: 28px;
	text-align: center;
}


.layui-form button {
	width: 100% !important;
	height: 60px !important;
	line-height: 60px !important;
	font-size: 18px !important;
	background-color: #2A7FFF !important;
	font-weight: 500 !important;
	margin-top: 15px;
	border-color: #2A7FFF;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #2A7FFF !important;
	background-color: #2A7FFF !important;
	color: #fff !important;
}

.layui-tab-content {
	margin-top: 15px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.layui-form-item {
	margin-bottom: 10px !important;
}

.layui-input {
	height: 60px !important;
	line-height: 60px !important;
	padding-left: 60px !important;
	border-radius: 3px !important;
	background: #F3F6F9 url(../../images/login/icon-user.png) no-repeat 16px center;
	border: 0;
	font-size: 22px;
}
.password-input .layui-input{
	background: #F3F6F9 url(../../images/login/icon-password.png) no-repeat 16px center;
}
.layui-input::placeholder{
	color: #98A6C2;
}

.password-input{
	position: relative;
}
.password-input .eye-btn{
	z-index: 1;
	top: 0;
	right: 16px;
	position: absolute;
	display: block;
	width: 36px;
	height: 100%;
	background-image:url(../../images/login/icon-eye-close.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.layui-input[type="text"] + .eye-btn{
	background-image:url(../../images/login/icon-eye-open.png);
}

.layui-input:focus {
	box-shadow: 0px 0px 2px 1px #2A7FFF !important;
}

.layui-form-danger:focus{
	box-shadow: 0px 0px 2px 1px #F06161 !important;
}

.system-info{
	position: absolute;
	left: 70px;
	top: 70px;
	z-index: 2;
}
.title {
	font-size: 48px;
	color: #262941;
	line-height: 56px;
}

.desc {
	margin-top: 10px;
	font-size: 22px;
	color: #51557D;
	line-height: 26px;
	letter-spacing: 1px;
}

.system-info::after{
	display: block;
	content: '';
	width: 60px;
	height: 12px;
	background: #2A7FFF;
	margin-top: 10px;
}
html{
	height: 100%;
}
body {
	background-repeat:no-repeat;
	background-color: whitesmoke;
	background-size: 100%;
	height: 100%;
	display: flex;
 }

.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;
	}
}
@media (max-width:1700px){
	/* .login-panel {
		width: 520px;
		height: 604px;
		margin-right: 100px;
	} */
}
