@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('icon-pack.css');
html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
	min-height:100%
}

body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
    backface-visibility: hidden;
	background:#eaeaea;
	padding:0;
	margin:0;
}

label,
p {
    margin: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

button,
input,
select,
textarea {
    background: 0 0;
    border: none;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: none;
    padding: 0
}

ul {
    padding: 0;
    margin: 0
}

dl,
ol,
ul {
    margin-bottom: 0
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0
}
#loginBox{
	background:#fff;
	width:700px;
	height:500px;
	background:#fff;
	border-radius:5px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%); 
	box-shadow:	0 0 10px #d8d8d8;
	overflow:hidden;
}
.lg_img{
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	width:280px;
	height:100%;
	z-index:2;
	background: #E44D26; 
	background: -webkit-linear-gradient(to right, #F16529, #E44D26); 
	background: linear-gradient(to right, #F16529, #E44D26);
}
.lg_img img{
	width:50px;
	position:absolute;
	right:15px;
	bottom:15px;
	z-index:10;
}
.lg_form{
	width:calc(100% - 280px);
	float:right;
	padding:30px;
}
.lg_form input{
	width:100%;
	border:solid #eaeaea;
	border-width:0 0 2px 0;
	line-height:45px;
	font-size:16px;
	padding-left:40px;
	font-weight:400;
	color:#333;
	border-radius:2px;
}
.lg_form .inpLabel{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:15px;
	left:-3px;
	width:calc(100% + 3px)
}
.lg_img h2{
	position:absolute;
	z-index:10;
	left:30px;
	top:30px;
	color:#fff;
	font-size:35px;
	margin:0;
	line-height:35px;
}
.lg_form .inpLabel i{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	float:left;
	display:inline-block;
	font-size:22px;
	color:#afafaf;
	font-weight:normal;
	transition:all .2s;
}
.lg_form .inpLabel .placeholder{
	position:absolute;
	left:40px;
	top:0;
	font-size:16px;
	color:#afafaf;
	font-weight:400;
	pointer-events:none;
	line-height:44px;
	transition:all .2s;
}
.lg_form .inpLabel input:focus ~ .placeholder,
.lg_form .inpLabel input:valid ~ .placeholder{
	font-size:13px;
	transform: translate(-37px, -24px);
	color:#000;
}
.lg_form .inpLabel input:focus ~ i,
.lg_form .inpLabel input:valid ~ i{
	color:#000;
}
.lg_form .inpLabel .line{
	position:absolute;
	left:40px;
	bottom:0;
	width:0;
	transition:all .2s;
	height:2px;
	background:#777;
	line-height:normal;
	border-radius:2px;
}
.lg_form .inpLabel input:focus ~ .line,
.lg_form .inpLabel input:valid ~ .line{
	width:calc(100% - 40px)
}
label.inpLabel::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: white;
    bottom: 0;
    z-index: 100;
}
.checkLabel{
	float:left;
	display:inline-block;
	position:relative;
	padding-left:28px;
	margin-top:5px;
	cursor:pointer;
}
.checkLabel input{
	border:none;
	position:absolute;
	pointer-events:none;
	opacity:0;
}
.checkLabel .cbox{
	width:19px;
	height:19px;
	border:2px solid #eaeaea;
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	border-radius:3px;
	transition:all .3s;
}
.checkLabel h4{
	margin:0;
	font-size:14px;
	color:#afafaf;
	font-weight:400;
	user-select:none;
	transition:all .3s;
}
@keyframes hovers2 {
  50%{
    transform: scale(1.40) rotate(-25deg);
  }
  100%{
    transform: scale(1) rotate(0deg);
  }
}
@keyframes hovers1 {
  0%{
    transform: none;
  }
  33%{
    transform: translateY(-10px);
  }
  66%{
    transform: translateY(10px);
  }
  100%{
    transform: none;
  }
}
.checkLabel input:checked ~ .cbox{
	background:#f67436;
	border-color:#f67436;
	animation: hovers2 .5s cubic-bezier(.36,.07,.19,.97) both;
}
.checkLabel input:checked ~ h4{
	animation: hovers1 .5s cubic-bezier(.36,.07,.19,.97) both;
	color:#f67436;
}
.cbox::before {
    content: '\e802';
    font-family: 'icon-pack';
    color: #fff;
    font-size: 12px;
    color: #fff;
    position: absolute;
    line-height:17px;
    left: calc(50% - 6px);
    opacity: 0;
    transition: all .3s;
}
.checkLabel input:checked ~ .cbox::before{
	opacity:1
}
.submit_bar{
	float:left;
	width:100%;
	text-align:right;
	margin-top:15px;
}
.submit_bar button{
	background: #E44D26; 
	background: -webkit-linear-gradient(to right, #F16529, #E44D26); 
	background: linear-gradient(to right, #F16529, #E44D26);
	color:#fff;
	line-height:38px;
	border:2px solid transparent;
	display:inline-block;
	padding:0 25px;
	border-radius:30px;
	font-size:18px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	box-shadow: 0 0 10px #e0e0e0;
}
@keyframes hovers {
  50%{
    transform: scale(1.10) rotate(-3deg);
  }
  100%{
    transform: scale(1) rotate(0deg);
  }
}
.submit_bar button:hover {
    animation: hovers .5s cubic-bezier(.36,.07,.19,.97) both;
    backface-visibility: hidden;
	border-color:#f67436;
}
.submit_bar button::before{
	content: '';
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    left: -15px;
    bottom: -15px;
    z-index: 1;
    transition: all .15s;
    opacity: 0;
}
.submit_bar button span{
	position:relative;
	z-index:2;
}
.submit_bar button:hover span{
	color:#f67436
}
.submit_bar button:hover::before {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    opacity: 1;
	border-radius:0;
}
.d_copyright{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#afafaf;
	font-size:13px;
	margin:0;
	font-weight:400;
}
.animationDiv i{
	color:#fff;
	position:absolute;
	font-size:40px;
	opacity:.2;
}
.animationDiv i:nth-child(1){
	font-size:60px;
	top:50px;
	animation: cloud1 8s infinite;
	animation-delay:.3s;
}
.animationDiv i:nth-child(2){
	font-size:100px;
	top:120px;
	left:40px;
	animation: cloud2 12s infinite;
	animation-delay:.5s;
	transform:translateX(-170px);
}
.animationDiv i:nth-child(3){
	font-size:40px;
	top:240px;
	left:40px;
	animation: cloud2 10s infinite;
	animation-delay:.5s;
	transform:translateX(-170px);
}
.animationDiv i:nth-child(4){
	font-size:90px;
	bottom:100px;
	left:40px;
	animation: cloud2 14s infinite;
	animation-delay:1s;
	transform:translateX(-170px);
}
.animationDiv i:nth-child(5){
	font-size:60px;
	bottom:40px;
	left:40px;
	animation: cloud2 8s infinite;
	animation-delay:1s;
	transform:translateX(-170px);
}
@keyframes cloud1 {
  0%{
    transform: translateX(-100px);
  }
  50%{
    transform: translateX(300px);
  }
  51%{
	opacity:0;
    transform: translateX(-100px);
  }
  52%{
	opacity:.2;
  }
  100%{
    transform: translateX(300px);
  }
}
@keyframes cloud2 {
  0%{
    transform: translateX(-170px);
  }
  50%{
    transform: translateX(300px);
  }
  51%{
	opacity:0;
    transform: translateX(-170px);
  }
  52%{
	opacity:.2;
  }
  100%{
    transform: translateX(300px);
  }
}
@media(max-width:768px){
	#loginBox{
		width:100%;
		border-radius:0;
		height:auto;
		top:0;
		transform:none;
		left:0;
	}
	.lg_img{
		position:relative;
		width:100%;
		height:200px;
	}
	.lg_form{
		width:100%;
		padding:20px 20px 40px 20px
	}
}