html, body {
	width: 100%;
	height: 100%;
	overflow: hidden
}
body {
	background-color: #090723;
}
body:after {
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.layui-container {
	width: 100%;
	height: 100%;
	overflow: hidden
}
.admin-login-background {
	width: 400px;
	height: 300px;
	position: absolute;
	margin: auto;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.logo-title {
	text-align: center;
	letter-spacing: 2px;
	padding: 14px 0;
}
.logo-title h1 {
	color: #1E9FFF;
	font-size: 25px;
	font-weight: bold;
}
.login-form {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 14px 20px;
}
.login-form .layui-form-item {
	position: relative;
}
.login-form .layui-form-item label {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 38px;
	line-height: 36px;
	text-align: center;
	color: #d2d2d2;
}
.login-form .layui-form-item input {
	padding-left: 36px;
	font-size: 14px;
}
.captcha {
	width: 60%;
	display: inline-block;
}
.captcha-img {
	display: inline-block;
	width: 34%;
	float: right;
}
.captcha-img img {
	height: 34px;
	border: 1px solid #e6e6e6;
	height: 36px;
	width: 100%;
	cursor: pointer;
}
.layui-form-item .layui-form-checkbox[lay-skin=primary] {
	margin-top: 0px;
}
.login-form hr{
	margin-bottom: 20px;
}
form.layui-form[action="sms"]{
	display:none;
}
.layui-form-item .uis {
	float: left;
	margin-right: 20px;
	color: #CCC;
	cursor: pointer;
	position: relative;
}
.layui-form-item .uis.active {
	color: #000;
}
.layui-form-item .uis.active:before{
	content: " ";
	border-bottom: 2px solid #5FB878;
	width: 100%;
	float: left;
	position: absolute;
	height: 1px;
	bottom: -16px;
}.admin-login-background .lgog {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	float: left;
	width: 100%;
	position: absolute;
	height: auto;
	z-index:1;
	top:-130px;
}
.admin-login-background .lgog p{
	margin-top:20px;
}
.layui-form-item .cpcbutton{
	background-color:#5BB8FE;
}
.layui-form-item .cpcbutton[disabled]{
	background-color: #eee;
	color: #A1A1A1;
}
@media screen and (max-width:500px){
	.login-form{
		width: calc(100% - 40px);
		border:none;
		border-radius: 0px;
	}
	.admin-login-background{
		width:100%;
	}
}
.background{
	float: left;
	height: 100%;
	width: 100%;
	margin-top: 0px;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
}
.background span {
  width: 20vmin;
  height: 20vmin;
  border-radius: 20vmin;
  backface-visibility: hidden;
  position: absolute;
  animation-name: move;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.background span:nth-child(1) {
  color: #583C87;
  top: 47%;
  left: 10%;
  animation-duration: 10.5s;
  animation-delay: -12.6s;
  transform-origin: 0vw -9vh;
  box-shadow: -40vmin 0 11.2034042917vmin currentColor;
}
.background span:nth-child(2) {
  color: #E45A84;
  top: 33%;
  left: 45%;
  animation-duration: 13.2s;
  animation-delay: -15.6s;
  transform-origin: 14vw 17vh;
  box-shadow: 40vmin 0 10.2115006212vmin currentColor;
}
.background span:nth-child(3) {
  color: #E45A84;
  top: 90%;
  left: 55%;
  animation-duration: 14.8s;
  animation-delay: -3.5s;
  transform-origin: -18vw 9vh;
  box-shadow: -40vmin 0 12.3544421218vmin currentColor;
}
.background span:nth-child(4) {
  color: #E45A84;
  top: 7%;
  left: 88%;
  animation-duration: 15.4s;
  animation-delay: -2.6s;
  transform-origin: 21vw 14vh;
  box-shadow: -40vmin 0 5.9226682716vmin currentColor;
}
.background span:nth-child(5) {
  color: #583C87;
  top: 65%;
  left: 26%;
  animation-duration: 15.3s;
  animation-delay: -6s;
  transform-origin: 9vw -23vh;
  box-shadow: 40vmin 0 5.4289289226vmin currentColor;
}
.background span:nth-child(6) {
  color: #E45A84;
  top: 45%;
  left: 30%;
  animation-duration: 11.2s;
  animation-delay: -6.6s;
  transform-origin: -3vw 23vh;
  box-shadow: -40vmin 0 14.4480182393vmin currentColor;
}
.background span:nth-child(7) {
  color: #583C87;
  top: 40%;
  left: 95%;
  animation-duration: 10.3s;
  animation-delay: -6.6s;
  transform-origin: 6vw 1vh;
  box-shadow: -40vmin 0 5.2476920034vmin currentColor;
}
.background span:nth-child(8) {
  color: #583C87;
  top: 84%;
  left: 91%;
  animation-duration: 15.6s;
  animation-delay: -15.3s;
  transform-origin: 15vw 20vh;
  box-shadow: 40vmin 0 5.328532637vmin currentColor;
}
.background span:nth-child(9) {
  color: #FFACAC;
  top: 88%;
  left: 49%;
  animation-duration: 12.5s;
  animation-delay: -6.3s;
  transform-origin: -23vw 17vh;
  box-shadow: -40vmin 0 13.7564470826vmin currentColor;
}
.background span:nth-child(10) {
  color: #FFACAC;
  top: 4%;
  left: 16%;
  animation-duration: 11.9s;
  animation-delay: -10.2s;
  transform-origin: -4vw 13vh;
  box-shadow: 40vmin 0 13.95746731vmin currentColor;
}
.background span:nth-child(11) {
  color: #583C87;
  top: 16%;
  left: 99%;
  animation-duration: 10.4s;
  animation-delay: -9s;
  transform-origin: -3vw -5vh;
  box-shadow: -40vmin 0 11.6603526433vmin currentColor;
}
.background span:nth-child(12) {
  color: #FFACAC;
  top: 46%;
  left: 81%;
  animation-duration: 11.4s;
  animation-delay: -9.2s;
  transform-origin: 3vw -1vh;
  box-shadow: -40vmin 0 14.0594399762vmin currentColor;
}
.background span:nth-child(13) {
  color: #E45A84;
  top: 69%;
  left: 75%;
  animation-duration: 12.3s;
  animation-delay: -7.7s;
  transform-origin: 13vw -4vh;
  box-shadow: -40vmin 0 14.688619748vmin currentColor;
}
.background span:nth-child(14) {
  color: #FFACAC;
  top: 67%;
  left: 52%;
  animation-duration: 12.3s;
  animation-delay: -1.2s;
  transform-origin: 23vw -5vh;
  box-shadow: -40vmin 0 13.6204973407vmin currentColor;
}
.background span:nth-child(15) {
  color: #E45A84;
  top: 38%;
  left: 57%;
  animation-duration: 12.4s;
  animation-delay: -8.2s;
  transform-origin: 11vw 19vh;
  box-shadow: 40vmin 0 13.6934527314vmin currentColor;
}
.background span:nth-child(16) {
  color: #FFACAC;
  top: 78%;
  left: 94%;
  animation-duration: 13.4s;
  animation-delay: -13.2s;
  transform-origin: -19vw 8vh;
  box-shadow: -40vmin 0 8.3807133847vmin currentColor;
}
.background span:nth-child(17) {
  color: #E45A84;
  top: 57%;
  left: 38%;
  animation-duration: 15.5s;

  animation-delay: -12.1s;
  transform-origin: -21vw -20vh;
  box-shadow: -40vmin 0 10.8162910663vmin currentColor;
}
.background span:nth-child(18) {
  color: #FFACAC;
  top: 65%;
  left: 45%;
  animation-duration: 11.2s;
  animation-delay: -2.6s;
  transform-origin: 0vw -22vh;
  box-shadow: -40vmin 0 8.9038134634vmin currentColor;
}
.background span:nth-child(19) {
  color: #FFACAC;
  top: 18%;
  left: 39%;
  animation-duration: 11.7s;
  animation-delay: -15.9s;
  transform-origin: -24vw 11vh;
  box-shadow: 40vmin 0 7.2048026951vmin currentColor;
}
.background span:nth-child(20) {
  color: #FFACAC;
  top: 87%;
  left: 15%;
  animation-duration: 11.1s;
  animation-delay: -6.2s;
  transform-origin: -9vw -24vh;
  box-shadow: -40vmin 0 12.9500645493vmin currentColor;
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
.layui-btn-normal,.layui-form-item .cpcbutton{
	background-color: #AE5E8D;
}
