html,
body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	width: 100%;
	height: 100%;
	background: #111;
	overflow: hidden;
	overflow-y: auto;
}

#particles-js {
	width: 100%;
	height: 100%;
	background-image: url('../Imgs/Login/bg.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes load-form {
	0%{
		transform: translate(-1000px,0);
	}
	100%{
		transform: translate(0px,0px);
	}
}
.login {
	position: fixed;
	top: calc(50% - 390px / 2);
	left: calc(50% - 600px / 2);
	width: 600px;
	height: 390px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	position: relative;
	transition: all 1s;
	animation: load-form 1s forwards;
}

.login-form h1{
	color: black;
	text-align: center;
}
.login-form .wrapper {
	display: flex;
	justify-content: center;
}
.login-form>div:first-child {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.login-form>div:first-child>div {
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -74px;
	border-radius: 150px;
	width: 150px;
	height: 150px;
}
.login-form>div:first-child>div img {
	width: auto;
	height: 70%;
	border-radius: 100px;
	background-color: white;
}
.login-form>div:nth-child(2) {
	margin-top: 20px;
}
.login-form input {
	width: 70%;
	height: 40px;
	text-indent: 3em;
	background: none;
	border: 0;
	border: 1px solid #3872F6;
	color: black;
	border-radius: 5px;
	font-size: 15px;
	margin-bottom: 20px;
	outline: none;
}
.login-form button {
	width: 70%;
	height: 50px;
	background-color: #3872F6;
	color: white;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	border-radius: 5px;
	border: 0px;
	outline: none;

}
.login-form>div:nth-child(4) {
	display: flex;
	justify-content: center;

}
.login-form>div:nth-child(4)>div {
	display: flex;
	justify-content: space-between;
	width: 70%;
	height: 42px;
	border: 1px solid #3872F6;
	margin-bottom: 20px;
	border-radius: 5px;
}
.login-form>div:nth-child(4)>div>input {
	margin-right: 2px;
	border: 0px solid transparent;
}
.login-form>div:nth-child(4)>div>img {
	height: 35px;
}
.login-form>div:last-child {
	position: absolute;
	left: calc(50% - 240px / 2);
	bottom: -40px;
	color: grey;
	margin-bottom: 10px;
}
@keyframes load-qr-code {
	0% {
		transform: translate(0px, 1000px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}
.qr-code{
	display: flex;
	position: fixed;
	left: 0px;
	bottom: 10px;
	color: grey;
	text-align: center;
	animation: load-qr-code 1s forwards;
}
.qr-code>div>div{
	margin-left: 40px;
}
.qr-code img{
	width: 100px;
	height: 100px;
}

@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
	url('../font/iconfont.woff2') format('woff2'),
	url('../font/iconfont.woff') format('woff'),
	url('../font/iconfont.ttf') format('truetype'),
	url('../font/iconfont.svg#iconfont') format('svg');
}
.wrapper{
	position: relative;
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 25px !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 103px;
	top: 8px;
	color: grey;
}