@font-face {
  font-family:Segoe UI;
  src: url("Segoe UI.ttf");
}

body{
	margin: 0;
	font-family: Segoe UI , sans-serif;
	/* color:#24292f; */
	font-size: 14px;
	
}

.main_home{
	background-color: #040d21;
	height:100vh;
	color: #fff;
	background-image: url('https://github.githubassets.com/images/modules/site/home/hero-glow.svg');
	background-size: 180%;
	background-position: center;
	background-repeat: no-repeat;
   overflow: hidden;
 

}

.home_white.main_home{
	background-color: #fff;
	color:#24292f;
	background-image: none;
	overflow:auto;
	  position: relative;
}
.home_white.main_home .total_repo {
	position: absolute;
	width: 30px;
	height: 21px;
	border-radius: 39%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 10px;
	background-color: rgb(231, 231, 231);
	left: 43.8rem;
	bottom: 38.7rem;
	margin-left: 8px;
}

.form_page{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2%;
}

.form_page > h1{
	font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-top:2%;
}

.Home_navbar#navbar{
	background-color:transparent;
	gap: 20px;
	font-size:16px;
	position: relative;
	z-index:999;
	/* width: 88%;
	margin: auto; */
	padding: 10px 83px;
}

.home_white #navbar{
	background-color: black;
}

.Home_navbar #logo{
	padding:0px;
}
.Home_navbar #search{
	flex-basis: 18%;
	margin-right:2%;
}

#sign_up{
	border: 1px solid #fff;
	padding: 6px 25px;
	border-radius: 5px;
}

.home_main{
	position: relative;
}
.home_des{
	width:45%;
	height: 100vh;
	margin-left:4%;
	margin-top: 7%;
	position: absolute;
	z-index: 11;
}
.home_des h1{
	font-size: 74px;
	line-height: 76px;
	margin-bottom: 10px;
}

.home_des p{
	font-size: 25px;
	line-height: 32px;
	padding-right:3%;
	color: #8193b2;
	margin-top: 5px;
	width: 89%;
}

.home_input{
	display: flex;
	width: 80%;
	height: 45px;
	gap:5px;
}
.home_input input{
	flex: 1;
	padding: 10px;
	border-radius: 8px;
	border:none;
	font-size: 16px;
}
.home_input button{
	flex-basis: 35%;
	border-radius: 8px;
	border: none;
	background-color:#2ea54f;
	color: #fff;
	font-weight: 600;
	font-size:15px;
}

.form{
	border: 1px solid hsla(210,18%,87%,1);
	width:20%;
	padding: 10px 17px;
	border-radius: 5px;
	padding-top:20px;
	background-color:#f6f8fa;
	margin: auto;
}
.form > *{
	display: block;
}

.form input{
	width:90%;
	padding:8px 10px;
	margin-bottom: 20px;
	margin-top:6px;
	border: 1px solid #d0d7de;
	border-radius: 6px;
}

.form label{
	display: flex;
	justify-content: space-between;
}

#submit{
	width: 100%;
	background-color: #2da44e;
	color: #fff;
	margin-bottom:8px;
	cursor: pointer;
}


.form input:focus{
	border:1px solid #0969da;
	outline: none;
	box-shadow: 0 0 0 3px rgba(9,105,218,0.3);
}

#submit:focus{
	border:none;
	box-shadow: none;
}

.form a{
	font-size: 12px;
	text-decoration: none;
	color:rgb(9, 105, 218);
}

.new_acc{
	border: 1px solid #d0d7de;
	width:20%;
	padding: 2px 15px;
	margin-top: 15px;
	border-radius: 5px;
	text-align: center;
}

.new_acc a{
	margin-left:8px;
	text-decoration: none;
	color:rgb(9, 105, 218);
}

.erro_div{
	border: 1px solid rgba(255,129,130,0.4);
	width:20%;
	padding:15px;
	border-radius: 5px;
	margin-bottom: 15px;
	background-color: #ffebe9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	display: none;

}
.erro_div svg{
	font-size: 16px;
	color:#cf222e;
	cursor:pointer;
}
.erro_div p{
	margin: 0;
}


.git_policy{
	display: flex;
	gap:20px;
	list-style: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-top: 6%;
	margin-bottom:8%;
}

.git_policy a{
	text-decoration: none;
	color:rgb(9, 105, 218);
}


.earth_video{
	position: absolute;
	z-index:1;
	margin-top: -8%;
	right: -8%;
}
