/***************************************************************************** /
/  _   _       _            _____  _____                _   _                  /
/ | \ | |     | |          / ____|/ ____|              | | (_)                 /
/ |  \| | __ _| |_ ___ _ _| (___ | |     _ __ ___  __ _| |_ _  ___  _ __  ___  /
/ | . ` |/ _` | __/ _ \ '__\___ \| |    | '__/ _ \/ _` | __| |/ _ \| '_ \/ __| /
/ | |\  | (_| | ||  __/ |  ____) | |____| | |  __/ (_| | |_| | (_) | | | \__ \ /
/ |_| \_|\__,_|\__\___|_| |_____/ \_____|_|  \___|\__,_|\__|_|\___/|_| |_|___/ /
/																			   /
/******************************************************************************/

body
{
	color 					: white;
	z-index					: 3;
	overflow-x				: hidden;
	text-align 				: justify;
	background-size			: cover;
	background-repeat		: no-repeat;
	background-image 		: url(../img/ThunderPhoenix_Background_v2_NatersCreations.JPG);
	background-attachment	: fixed;
	background-color		: black;
	
	margin-right			: 10%;
	margin-left				: 10%;
}
.opacity
{
	top						: 0px;
	left					: 15%;
	right					: 15%;
	bottom					: 0px;
	z-index					: -1;
	opacity					: 0.0;
	position				: fixed;
	background-color		: white;
	
	width 					: 100%;
	max-width 				: 1300px;
	min-width 				: 100px;
}
.header
{
	width 					: 50%;
	max-width				: 450px;
	min-width 				: 200px;
}
table
{
	text-align 				: justify;
}
.repeat
{
	text-align 				: justify;
	margin-left				: 44%;
}

th
{
	font-size				: 36px;
	padding-left			: 20px;
	padding-right			: 20px;
	font-family				: monospace;
}
.t
{
	text-align				: left;
	font-size				: 22px;
	font-family				: monospace;
}
tr
{
	font-size				: 20px;
}
h2, h1, p, div, a
{
	color 					: white;
	text-shadow				: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
h1
{
	font-family				: monospace;
}
h2
{
	font-size				: 28px;
	margin-bottom			: 35px;
	margin-top				: 75px;
	font-family				: monospace;
}
h3
{
	font-size				: 22px;
}
h6
{
	font-size				: 20px;
}
select 
{
	font-size				: 28px;
}
.link
{
	font-family				: monospace;
	color 					: #87CEFA;
	text-shadow				: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.link:hover
{
	transition				: 1s;
	letter-spacing			: 3px;
	color 					: green;
}
.submit
{
	font-size				: 28px;
}
.m_img_l
{
	position				: absolute;
	bottom					: 20%;
	left					: 15%;
	
	width					: 25%;
	max-width				: 300px;
	min-width				: 100px;
	margin-bottom			: 25px;
}	
.m_img_r
{
	position				: absolute;
	bottom					: 20%;
	right					: 15%;

	width					: 25%;
	max-width				: 300px;
	min-width				: 100px;
	margin-bottom			: 25px;
}
.m_img_b
{
	position				: absolute;
	bottom					: 2%;
	left					: 45%;
}
.login_intro
{
	width					: 100%;
	max-width				: 105px;
	min-width				: 30px;
}
.present
{
	font-family				: monospace;
	font-size				: 18px;
}
h3
{
	font-family				: monospace;
	font-size				: 28px;
	color					: #87CEFA;
	margin-top				: 100px;
}
h4
{
	font-family				: monospace;
	font-size				: 20px;
}
.l
{
	position				: fixed;
	top						: 10px;
	left					: 10px;
}
.r
{
	position				: fixed;
	top						: 10px;
	right					: 10px;
}
.b
{
	position				: fixed;
	bottom					: 15px;
	left					: 20px;
}
.jude
{
	margin-top				: 15px;
}
.jude:hover
{
	 transform				: scale(1.2);
}

a
{
    color                   :#87CEFA;
}

td:nth-child(1)
{
    padding-right   : 100px;
}