.container {
	z-index: 0;
}
.container > .theme-bg-color {
	position: absolute;
	width: 100%;
	height: 46%;
	z-index: -1;
}
#logo {
	width: 350px;
	position: absolute;
	top: 30px;
	left: 20%;
}
.container > .select {
	width: 120px;
	position: absolute;
	top: 30px;
	right: 20%;
	border: none;
	color: #FFF;
}
#language::after {
	border-top-color: #FFF;
}
.container > .select > .dropdown-menu {
	margin: 0;
	min-width: unset;
	max-height: unset;
	background-color: #222;
}
.container > .select > .dropdown-menu > li {
	padding: 5px;
	margin: 0;
}
.container > .select > .dropdown-menu > li:hover {
	background-color: rgb(255, 255, 255, 0.5);
}
#login-box {
	width: 580px;
	height: 450px;
	padding: 30px;
	margin: 210px auto 0 auto;
	border-radius: 16px;
	background-color: #FFF;
    box-shadow: 0px 10px 50px 1px rgb(15 35 61 / 16%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#welcome {
	font-size: 28px;
	font-weight: bold;
	color: #333;
}
#box1, #box2 {
	display: none;
	width: 70%;
	margin: 30px auto;
}
#box2 {
	margin: 60px auto;
}
#username, #password, #loginBtn, #testBtn {
	width: 100%;
	height: 50px;
	font-size: 18px;
	border-radius: 4px;
}
#username, #password {
	font-size: 14px;
	background: #FFF;
	border: 1px solid #D9D4D0;
}
#loginBtn {
	margin: 16px 0;
}
#forget {
	cursor: pointer;
	font-size: 16px;
	color: #74706D;
}
#download-app {
	width: 70%;
	margin: 0 auto;
	background: #FFF;
	border-radius: 4px;
	border: 1px solid #D9D4D0;
	padding: 10px;
	text-align: left;
	position: relative;
}
#download-app > img {
	width: 52px;
}
#download-app > a {
	font-size: 18px;
	position: absolute;
	left: 70px;
	top: 50%;
	transform: translateY(-50%);
}
body .layui-layer-tips .layui-layer-content {
	font-size: 14px;
	padding: 10px;
	border-radius: 10px;
}
