@font-face {
  font-family: 'arkitech';
  src: url('/fonts/Arkitech-Light.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Arkitech-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/Arkitech-Light.woff') format('woff'), /* Modern Browsers */
       url('/fonts/Arkitech-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/Arkitech-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/*
*{
	outline: 1px solid red;
}
*/
h1,h2,h3,h4,h5,h6{
	color: #444;
	font-weight: 700;
}
.fullwidth{
	width: 100%;
	float: left;
}
.inner{
	max-width: 900px;
	margin: 0 auto;
	display: block;
}
.loginWrapper{
	position: absolute;
	max-width: 350px;
	height: 350px;
	padding: 20px;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -175px;
	background-color: rgb(239,197,25);
	text-align: center;
	overflow: hidden;
}
.rep-nav{
	position: sticky;
	top:0;
	z-index: 99;
	width: 100%;
	background-color: #444;
	float: left;
}
.rep-nav ul{
	list-style: none;
	margin: 10px auto;
	margin-left: 20px;
	width: 100%;
	float: left;
}
.rep-nav ul li{
	display: inline-block;
}
.rep-nav ul li a{
	text-decoration: none;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	color: rgb(239,197,25);
}
.rep-nav ul li a:hover{
	color: #fff;
}
input[type="password"]::placeholder{
	text-align: center !important;
}
.center{
	text-align: center;
}
@media (max-width: 400px){
	.inner{
		max-width: 100%;
	}
}
.smalltext{
	color: #fff !important;
	font-family: arkitech !important;
	font-size: 12px;
	font-weight: 500;
}
.green{
	border: 2px solid #09d826!important;
	color: #09d826 !important;
	text-align: center !important;
}
.weeks,
.days,
.hours,
.minutes,
.seconds{
	border: 2px solid #fff !important;
	color: #fff !important;
}
.arkitech{
	font-family: arkitech !important;
}
body{
	font-size: 18px !important;
}
input[type="text"]::placeholder{
	text-align: center !important;
}
table.tborder{
	border: 2px solid #444;
}
ol.term_conditions{
	list-style-type: decimal;
}
.btn,
.btn4{
	padding: 10px 40px;
}