html{
	font-size: 100%;
	overflow-x: hidden;
	overflow-y: visible;
	height: 100%;

}
body{
	width: 1920px;
	height: 1080px;
	background-color: #000000;
	/* background: url(../img/login_bg.png) no-repeat 0 0 /cover; */
	overflow: hidden;
}
/* 隐藏滚动条 */
html::-webkit-scrollbar{ display: none; }
html{
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.login-container{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	width: 1920px;
	height: 1080px;
}
#boder{
	width: 500px;
	height: 500px;
	background-color: rgba(170, 255, 255, 0.2);
	position: absolute;
	top: 340px;
	left: 705px;
	border-radius: 30px;
}
#video{
	position: absolute;
	object-fit: fill;
}
.center-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 621px;
	margin-top: 160px;
}
.bigmastertext{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bigmastertext > p{
	background-image:-webkit-linear-gradient(bottom,rgba(238, 238, 178, 0.5),rgba(255, 255, 255, 1)); 
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent; 
	font-size: 70px;
	font-weight: 700;
}
.bigmastertext > span{
	font-size: 25px;
	font-weight: 500;
	color: rgb(203, 203, 203);
}
.bigmastertext img{
	width: 335px;
}
#form{
	display: flex;
	flex-direction: column;
	margin-top: 60px;
	width: 430px;
	height: 410px;
}
form input{
	width: 195px;
	background-color: transparent;
	border: 0px;
	height: 100%;
	outline: none;
	margin-left: 10px;
	color: #FFFFFF;
}
.bg{
	position: relative;
	width: 430px;height: 105px;
	background:url(https://static.dsx-cloud.com/img/login_bg_login.png) no-repeat 0 0 / contain;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.bg2{
	width: 375px;height: 105px;
	background:url(https://static.dsx-cloud.com/img/login_bg_ok.png) no-repeat 0 0 / contain;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}
#username{
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	padding-left:100px;
	margin-top:5px;
}
#password{
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	padding-left:100px;
	margin-top:5px;
}
span{
	color: #FFFFFF;
}
.two-image{
	width: 22px;
	height: 22px;
	margin-right: 15px;
}
.cleardata{
	position: absolute;
	top:5px;
	left: 380px;
	background-color: transparent;
	border: none;
	outline: none;
}
.cleardata img{
	width: 22px;
	height: 22px;
	
}
#operation{
	position: relative;
	left:125px ;
	top: 50px;
}
a{
	color: #FFFFFF;
}
#button{
	display: flex;
	justify-content: center;
}
#ok{
	align-items: center;
	width: 280px;
	height: 40px;
	margin-top: 25px;
	margin-left: 50px;
	padding-left: 55px;
	color: #FFFFFF;
	border: none;
	background-color: transparent;
	/* 消除默认点击蓝色边框效果 */
	outline: none;    
}
#info{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 45px;
}
#logo{
	position: absolute;
	right: 40px;
	bottom:40px;
}
#company-info{
	padding-top: 2%;
	height: 100%;
	color: #FFFFFF;
}
#company-info span{
	height: 100%;
	color: #0055ff;
}
@keyframes show {
	from{
		opacity: 1;
	}
	to{
		opacity: 0;
	}
}
#msg{
	position: absolute;
	text-align: center;
	width:500px;
	top: 650px;
	left: 705px;
	color: #ff3920;
	font-weight: 800;
	font-size: 18px;

}
