/*
Theme Name 	: SB | Signup and Login Forms
Author 		: Logshiv
Description : Creative, awesome , clean, modern form
File-name 	: signup.css
Version 	: 1.0
*/
@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;
}
.bg-video{
	position: absolute;
	bottom: 0;
	left: 0;
	min-width: 100%;
	min-height: 100vh;
	z-index: -1;
}
.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%;
	z-index: -1;
}
.video-form{
	width: 100%;
	padding: 20px 25px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(5px);
}
.form-picture{
	height: 80px;
	width: 80px;
	border-radius: 1000px;
	border: 5px solid white;
}
.input-box{
	width: 100%;
}
.input-box input{
	background: transparent;
	color: white;
	border-radius: 1000px;
}
.submit-button{
	background: white !important;
	padding: 10px 0px;
	color: black !important;

}
.social-media a{
	margin: 10px;
	color: white;
}
.social-media a i{
	font-size: 22px;
}