﻿header.signup-header {
	padding: 5px 5px;
	border-radius: 2px 2px 0 0;
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
}
header.inactive {
	background-color: #e3e3e3;
}
header.active {
	background-color: #00B7CC;
}
h3.signup-header {	
	font-size: 18px!important;
}
h3.inactive {
	color: #000!important;
}
h3.active {
	color: #fff!important;	
}
.btn-signup-inactive {
  	color: #000 !important;
  	background-color: #e3e3e3;
  	border-color: #e3e3e3;
  	font-size: 18px!important;
}
.label-signup {
	font-weight:bold;
}
.text-red {
  color: #c40223;
}
a.text-white {
  color: #fff!important;
}

