body
{
	background: url('../images/login-bg-arrows.jpg') no-repeat;
  background-size: cover;
}

.welcome-container
{
	  padding-top: 20px;
  padding-bottom: 20px;
}

.welcome-text
{
	font-family: Century Gothic;
  font-size: 36px;
  color: #668cb3;
}

.login-reg
{
	font-family: Century Gothic;
  font-size: 14px;
  color: #000000;
}

.logo-row
{
	background-color: rgba(253, 253, 253, 0.7);
}

.logo-content
{
	font-family: Century Gothic;
  font-size: 15px;
  color: #000000;
  margin-top: 95px;
  padding-left: 5px;
}

.logo-img
{
	  padding: 0px 15px;
  border-right: 5px solid #2f83c5;
}

.login-form-label
{
	  font-family: Century Gothic;
  font-size: 14px;
  color: #000000;
}

.table>tbody>tr>td
{
	border-top:none !important; 
	text-align:center;
}

.login-form-content
{
	padding: 10px 0px !important;
}

.login-form
{
	   margin: 0px 20px !important;
  background: #333333;
}

.login-table
{
	margin-bottom: 0px !important;
}

.form-buttons
{
	  margin: 15px 20px !important;
}

.sign-up-col
{
	
	text-align: center;
}

.new-org-col
{
	
	text-align: center;
	font-family: Century Gothic;
	  height: 46px;
	
}

.new-org-col a
{
	color: #fff;
	background-color: #da5427;
	  padding: 12px 15px;
	
}

.new-user-col
{
	
	text-align: center;
	font-family: Century Gothic;
	  height: 46px;
	
}

.new-user-col a
{
	color: #fff !important;
	background-color: #da5427;
	  padding: 12px 15px;
	
}

.login-submit-col
{
	
	text-align: center;
	font-family: Century Gothic;
}

.sign-up-col p
{
	font-family: Century Gothic;
}