@font-face{
	font-family: "Gotham-Bold";
	src: url('../fonts/GothamBold.ttf') format("truetype");	
}

@font-face{
	font-family: "Gotham-Book";
	src: url('../fonts/GothamBook.ttf') format("truetype");	
}

@font-face{
	font-family: "Bebas-Regular";
	src: url('../fonts/Bebas-Regular.ttf') format("truetype");	
}

@font-face{
	font-family: "GothamCondensed-Book";
	src: url('../fonts/GothamCondensed-Book.otf') format("opentype");	
}

@font-face{
	font-family: "GothamCondensed";
	src: url('../fonts/GothamCondensed-Medium.otf') format("opentype");	
}

body{
	margin: 0;
	padding: 0;
	background: url('../img/bg.png') top center no-repeat;
	background-size: cover;
	background-color: #01040b;
	font-family: Arial;
	font-size: 10pt;
	color: #959595;
}

/*a {
	opacity: 0.7;
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;	
}

a:hover{
	opacity: 1;
}*/

.header {
	background: url('../img/header.png') repeat-x;
	padding: 12px 20px;
}

.container {
	margin: auto;
	margin-top: 50px;
	height: auto;
}

.logo {
	margin-bottom: 30px;
}

.logo img {
	animation: bounceDown 2s;
	-webkit-transition: all 1s cubic-bezier(.8,1.8,.75,.75);
	-moz-transition: all 1s cubic-bezier(.8,1.8,.75,.75);
	-o-transition: all 1s cubic-bezier(.8,1.8,.75,.75);
	transition: all 1s cubic-bezier(.8,1.8,.75,.75);
}

.content {
	margin: auto;
	width: 100%;
	height: auto;
	padding: 0px 10px;
}


.register {
	margin-top: 20px;
}

.btn-website {
	float: left;
	margin-left: 7px;
}

.btn-website:hover {
	opacity: 0.8;
}

.register .title {
	font-size: 16pt;
	font-family: "GothamCondensed-Book", sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.register .register-form {
	margin-top: 20px;
}

.txt {
	border: 1px solid #2a2a38;
	border-radius: 7px;
	background-color: #17181f;
	-moz-box-shadow: inset 0px 0px 11px 2px #0e0f13;
	-webkit-box-shadow: inset 0px 0px 11px 2px #0e0f13;
	box-shadow: inset 0px 0px 11px 2px #0e0f13;
	outline: none;
	outline: none;
	color: #fff;
	height: 21px;
	padding: 5px;
	width: 100%;
}

.sex {
	border: 1px solid #2a2a38;
	background-color: #17181f;
	-moz-box-shadow: inset 0px 0px 11px 2px #0e0f13;
	-webkit-box-shadow: inset 0px 0px 11px 2px #0e0f13;
	box-shadow: inset 0px 0px 11px 2px #0e0f13;
	outline: none;
	color: #fff;
	height: 30px;
	width: 100%;
	padding: 5px;
}

.month, .day, .yr {
	border: 1px solid #2a2a38;
	background-color: #17181f;
	-moz-box-shadow: inset 0px 0px 11px 2px #0e0f13;
	-webkit-box-shadow: inset 0px 0px 11px 2px #0e0f13;
	box-shadow: inset 0px 0px 11px 2px #0e0f13;
	outline: none;
	color: #fff;
	height: 30px;
	padding: 5px;
	font-weight: bold;
	width: 32%;
}

.register .register-form table {
	font-family: "Gotham-Book", sans-serif;
	color: #b4b4b4;
	font-size: 9pt;
	margin-bottom: 20px;
	width: 100%;
}

.register .register-form tr {
	line-height: 35px;
}


.register p {
	text-align: start;
	font-size: 10pt;
	margin: 0 auto;
}

.register a {
	opacity: 0.7;
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;	
}

.register a:hover{
	opacity: 1;
}

.register .btn-register {
	position: relative;
	top: 5px;
}

.btn-submit {
	border: 0;
	outline: 0;
	width: 158px;
	height: 60px;
	margin-top: 20px;
	background: url(../img/btn-register.png) no-repeat;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-submit:hover{
	opacity: 0.8;
	cursor: pointer;
}

.btn-login {
	border: 0;
	outline: 0;
	width: 158px;
	height: 60px;
	margin-top: 10px;
	background: url(../img/btn-login.png) no-repeat;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-login:hover{
	opacity: 0.8;
	cursor: pointer;
}



#errorWrapper{
	width: 600px;
	margin: auto;
}

.message {font-family: "Gotham-Book", sans-serif;z-index: 9999;padding: 5px 20px;border-radius: 5px;position: fixed;top: 10px;font-size: 9.5pt;} .error {background: #ab0000;color: #FFF;} .message ul li { list-style: square; } .success { background: #abd43a; color: #FFF; }

.footer {
	width: 100%;
	min-height: 141px;
	padding-top: 40px;
	/* padding: 60px 0 30px 0; */
	display: flex;
	justify-content: space-between;
}

.footer .lpane {
	width: 400px;
	text-align: left;
	padding-left: 130px;
}

.lpane a img {
	padding-bottom: 5px;
}

.lpane ul {
	list-style: none;
	padding: 10px 0;
}

.lpane ul li {
	display: inline-block;
	font-size: 18pt;
	padding: 0 5px;
}

.lpane ul li a{
	color: #959595;
}

.footer .rpane {
	width: 400px;
	text-align: right;
	padding-right: 130px;
	display: flex;
}

.rpane img {
	margin-right: 40px;
}

.rpane ul.footer-links {
	list-style: none;
	display: inline-flex;
	margin: 0;
}

.rpane ul.footer-links li a{
	font-family: 'Gotham-Book';
	font-size: 10pt;
	color: #64636e;
	margin-top: 0px;
	padding: 0 10px;
	border-right: 1px solid #64636e;
	text-decoration: none;
}

.rpane ul.footer-links li.last-border a {
	border-right: 0;
}

.rpane .register {
	width: 355px;
	height: 486px;
	margin-top: 0px;
	padding: 0px 20px;
	padding-bottom: 20px;
}

.register ul {
	list-style: none;
	padding-inline-start: 5px;
}

.register ul li {
	padding: 2px 0;
}

.input-col {
	max-width: 240px;
}

.btns {
	text-align: center;
}

.footer a {
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;	
}

.footer a:hover{
	opacity: 0.7;
}

.clearfix {
	clear: both;
}

.login {
	width: 300px;
	padding: 15px;
	margin: 0 auto;
}

.login-input {
	font-family: 'Gotham-Book' !important;
	border: 1px solid #2a2a38 !important;
	border-radius: 7px;
	background-color: #fff;
	outline: none;
	color: #545353 !important;
	height: 21px;
	padding: 20px !important;
	width: 100%;
	margin-bottom: 12px;
}

.panel-links {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	margin-top: 30px;
}

.panel-links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #fff;
	text-decoration: none;
}

.panel-links a:hover {
	color: #d4ca3a;
}

.server-status {
	background: rgba(0, 0, 0, 0.5);
    padding: 10px 5px;
    min-width: 250px;
	max-width: 290px;
	margin: 0 auto;
	margin-bottom: 30px;
    border-radius: 8px;
	text-align: center;
}

.server-status p {
	margin: 0;
}

.server-status span {
	color:#d4ca3a;
	padding: 0 10px;
}

@keyframes bounceDown {
	0%       { opacity: 0; transform: translatey(-200px); }
    50%      { transform: translatey(30px); }
    100%     { opacity: 1; }
}

@-webkit-keyframes bounceDown {
	0%       { opacity: 0; transform: translatey(-200px); }
    50%      { transform: translatey(30px); }
    100%     { opacity: 1; }
}

@-moz-keyframes bounceDown {
    0%       { opacity: 0; transform: translatey(-200px); }
    50%      { transform: translatey(30px); }
    100%     { opacity: 1; }
}

@-o-keyframes bounceDown {
    0%       { opacity: 0; transform: translatey(-200px); }
    50%      { transform: translatey(30px); }
    100%     { opacity: 1; }
}


.generic-form {
	background: transparent
}

.generic-form-table td p {
	color: #545353
}