.desktop-header{
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 1006;
	background-color: rgba(255,255,255,0.90);

}
.desktop-header .nav-bar{
    width: 100%;
    text-align: right;
    height: 100%;
    padding: 30px 50px;
}
.nav-bar > ul, li{
	list-style: none;
	display: inline-flex;

}
.nav-bar a{
	color:#629828;
	padding: 6px 15px;
	transition: all ease 0.5s;
	font-size:13px;
}
.nav-bar a:hover{
	background-color: #0393da;
	color:#fff;
}
#contact{
	background-color: #629828;
	color:#fff;
}
.reg-page{
	width: 100%;
	height: 100vh;
	display: block;
	position: relative;

}
.reg-box{
	width: 40%;
	position: absolute;
	transform: translate(-50%,-50%);
	top:50%;
	left: 50%;
	text-align: center;
	border: 2px solid #e9e9e9;;
	padding:30px;
	background-color: #e9e9e9;
	box-shadow: 1px 1px 15px 1px #cacaca;
}