/*
Theme Name 	: SB | Signup and Login Forms
Author 		: Logshiv
Description : Creative, awesome , clean, modern form
File-name 	: login.css
Version 	: 1.0
*/
#particles-js{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1001;
}
@font-face{
	font-family: font-found;
	src: url("../webfonts/found.ttf");
}
.font-found{
	font-family: font-found !important;
}
@font-face{
	font-family: font-quick;
	src: url("../webfonts/quick.otf");
}
.font-quick{
	font-family: font-quick !important;
}
*{
	font-family: font-quick;
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
	text-decoration: none !important;
	transition: 1s;
	outline: none !important;
	box-shadow: none !important;
}
.m-10{
	margin-top: 10px;
}
.m-20{
	margin-top: 20px;
}
.m-30{
	margin-top: 30px;
}
.m-40{
	margin-top: 40px;
}
.m-50{
	margin-top: 50px;
}
.wrapper{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	box-sizing: border-box;
	padding: 0px 0px;
	background: url("../images/bg.jpg");
	background-size: cover;
	background-position: center;
}
.form-section{
	display: flex;
	align-items: center;
	position: relative;
	top: 0;
	left: 0;
	min-height: 100vh;
	width: 100%;
	padding: 30px 0px;
	background: transparent;
	z-index: 1000;
}
.form-section:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-45deg, #7942D5, #2B90EE);
	opacity: 0.9;
	z-index: -1;
}
.particles-form{
	width: 100%;
	padding: 20px 25px;
	border-radius: 10px;
}
.input-box{
	width: 100%;
}
.input-box input{
	background: transparent;
	color: white;
	border-radius: 1000px;
}
.submit-button input{
	background: white !important;
	padding: 10px 0px;
	color: #2B99EE !important;
	border-radius: 1000px;
}
.social-media a{
	margin: 10px;
	color: white;
}
.social-media a i{
	font-size: 22px;
}