﻿html,body{ 
	width:100%;
	height:100%;
}

canvas{
  display:block;
  vertical-align:bottom;
}

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


#particles-js{
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../images/background3.jpg);
	background-position: top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.sk-rotating-plane {
	display: none;
    width: 80px;
    height: 80px;
    margin: auto;
    background-color: white;
    -webkit-animation: sk-rotating-plane 1.2s infinite ease-in-out;
    animation: sk-rotating-plane 1.2s infinite ease-in-out;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -80px;
}
.sk-rotating-plane.active{display: block;}

@keyframes sk-rotating-plane{
	0% {
	    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
	    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
	    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

@keyframes login-small{
	0%{
		transform: scale(1);-moz-transform: scale(1);	/* Firefox 4 */-webkit-transform: scale(1);	/* Safari 和 Chrome */-o-transform: scale(1);	/* Opera */-ms-transform:scale(1); 	/* IE 9 */
	}
	100%{
		transform: scale(0.2);-moz-transform: scale(0.1);	/* Firefox 4 */-webkit-transform: scale(0.2);	/* Safari 和 Chrome */-o-transform: scale(0.1);	/* Opera */-ms-transform:scale(0.1); 	/* IE 9 */
	}
}
.login-wrap{
    width: 540px;
    height: 575px;
    position:absolute;
    top: 50%;
    left: 71%;
    transform: translate( -50% , -50%);
    box-shadow: 0px 2px 7px 5px rgba(55, 114, 218, 0.02);
    border-radius: 20px;
    overflow: hidden ;
    background-image: url(../images/left2.png);
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
input::placeholder {
    font-size: 16px; /* 设置placeholder的字体大小为16px */
    letter-spacing: 2px;
    color: #adadad;
}
.login-left{
    width: 823px;
    height: 676px;
    float:left;
}
.login{
    width: 360px;
    height: 719px;
    transition: all 1s;
    float:right;
    -moz-transition: all 1s;
    padding-top:56px;
    padding-right:90px;
}

.layui-form-checkbox[lay-skin=primary] span{
    font-size: 16px;color: #000000!important;
}
.layui-icon-ok{

}
.login-top{font-size: 24px;font-weight: bold;letter-spacing: 4px;margin-top: 20px;box-sizing: border-box;color: #333333;margin-bottom: 12px;text-align:center}
.login-top1{font-size: 15px;font-weight: 400;color: #57585c;text-align:center}
.login-center{width: 360px;height: 60px;background: #F8F8F8;border-radius: 5px;padding:10px;box-sizing:border-box;margin-top:40px}
.login-center-img{width: 22px;height: 22px;float: left;margin-top: 9px;margin-left:5px;}
.login-center-img>img{width: 100%;}
.login-center-input{float: left;width: 230px;margin-left: 15px;height: 30px;position: relative;}
.login-center-input input{z-index: 2;transition: all 0.5s;padding-left: 10px;color: #333333;width: 100%;height: 40px;border: 0;box-sizing: border-box;outline: none;position: relative;background: #F8F8F8;}
.login-center-input-text{background: white;padding: 0 5px;position: absolute;z-index: 0;opacity: 0;height: 20px;top: 50%;margin-top: -10px;font-size: 14px;left: 5px;color: dodgerblue;line-height: 20px;transition: all 0.5s;-moz-transition: all 0.5s;	/* Firefox 4 */-webkit-transition: all 0.5s;	/* Safari 和 Chrome */-o-transition: all 0.5s;	/* Opera */}
.login-center-input input:focus~.login-center-input-text{top: 0;z-index: 3;opacity: 1;margin-top: -15px;}
.login.active{-webkit-animation: login-small 0.8s ; animation: login-small 0.8s ;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}
.login-button{font-size: 18px;font-weight: 400;cursor: pointer;width: 360px;text-align: center;height: 60px;line-height: 60px;background: #3e7be6;border-radius: 5px;margin: 0 auto;margin-top: 50px;color: white;}
.login-button:hover{background-color: #4498ea;}
.login-center-input input:-webkit-autofill {transition: background-color 5000s ease-in-out 0s;}


