/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.btn-sign-in{
	background-color: #D9D9D9;
	font-weight: 100;
	padding: 10px;
	border-radius: 8px;
}
.btn-sign-up{
	background-color: #264A75;
	font-weight: 100;
	padding: 10px;
	border-radius: 8px;
	color: #FFF;
}

