.register-button-homepage{
	height: auto;
  	width: 60%;
  	margin: 0 auto;
  	padding: 0 5% !important;
	text-align: center !important;
	line-height: 90px;
   	display: block;
  	background: #434343;
  	color: #fff !important;
  	text-decoration: none;
  	text-shadow: 0 0 5px #000;
  	font-size: 2em;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	border-radius: 6px;
  	-moz-box-shadow: inset 0 0 25px #000;  	
  	-webkit-box-shadow: inset 0 0 25px #000;
    	box-shadow: inset 0 0 25px #000;
  	
 
}

.register-button-homepage:hover{
	background: #232323;
  	color: #fff;
}
