
  body {
	background-color: #000;
  }
  header, 
  footer,
  #subfooter {
	display: none;
  }
  #main {
	padding: 0;
  }
  #homesc-logo {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 0px auto 40px;
  }
  #community-form {
	background-color: #fff;
	max-width: 850px;
	margin: auto;
	padding: 50px 20px;
  }
  #community-form form {
	padding-top: 20px;
  }
  #community-form form label {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px 5px 0px;
  }
  #community-form form .radio-group label {
	display: block;
	font-size: 13px;
	font-weight: 400;
	text-transform: Capitalize;
	margin: 5px;
  }
  #community-form .form-group {
	margin-bottom: 8px;
  }
  #community-form .form-control {
	font-size: 15px;
	height: auto;
	padding: 10px 12px;
	border-radius: 0;
  }
  #community-form input#submit-community-form-btn {
	display: block;
	background-color: #019b69;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 25px auto 10px;
	padding: 12px 50px;
	outline: 0;
	border: 0;
	transition: all 0.25s;
  }
  #community-form input#submit-community-form-btn:hover {
	background-color: #037c55;
	color: #fff;
	outline: 0;
	border: 0;
  }

  #community-form input[type="date"] {
	line-height: 19px !important;
  }
  .uploadifive-button {
	display: inline-block;
	background-color: #012c44;
	background: rgba(1,44,68,.85);
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	cursor: pointer;
	transition: all .5s;
  }
  .uploadifive-button * {
	cursor: pointer;
  }
