@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'roboto-light-font';
  src: url('/hajjbd.com/fonts/Roboto-Light.ttf') format('truetype');
  
}
#top-horizontal-bar{
	background:#50b82e;
	height:1px;
}
.reg-main{
	text-align:center;
	font-family:'roboto-light-font';
	color:green;
	
}
.button-style{
	padding:0px;
	margin:20px;
	border:none;
}
.button-style:hover{
	border:thin outset green;
	
	
}
#domain-submit{
	width:50%;
}
#client-submit{
	width:100%;
	
}