@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

html
{
	width: 100%;
	height: 100%;
	background-color: #3a88b7;
	background-image: url("./backtop.png");
	background-repeat: repeat;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	
	/*background-image: url("./dock/background.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;*/
	
	background-image: radial-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));
	width: 100%;
	height: 100%;
	color: #eeeeee;
	text-align:center;
	font-family: "Open Sans", "Arial", sans-serif;
	font-size: 14px;
	display:table;
}

select, input
{
	font-family: "Open Sans", "Arial", sans-serif;
}

#content
{
	width: 100%;
	height: 100%;
	display:table-cell;
    vertical-align:middle;
}

#container
{
	display:inline-block;
}

#title
{
	font-family: "Bree Serif";
	text-transform: uppercase;
	font-size: 50px;
	text-align: center;
	text-shadow: 4px 3px 0px #3a88b7, 8px 6px 0px rgba(0, 0, 0, 0.15);	
}

#title b
{
	font-weight: normal;
	font-size: 58px;
}

#title a
{
	text-decoration: none;
	color: #eeeeee;
	transition: all .2s ease-in-out;
}

#title a:hover
{
	color: #cccccc;
}

#hover
{
	display: none;
	opacity: 0;
	background-color: rgba(27,30,32,0.8);
	transition: all .2s ease-in-out;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#login
{
	margin-top: 32px;
	font-size: 24px;
}

.login_input, .login_submit
{
	display: inline-block;
	padding: 6px 8px;
}

.login_submit
{
	padding-left: 24px;
}

.login_sbl
{
	display: inline-block;
	color: #14405b;
	padding: 6px 8px;
	line-height: 24px;
	height: 26px;
	width: 0px;
	border-radius: 3px 0px 0px 3px;
	position: relative;
	left: 20px;
}

.login_input input
{
	font-size: 20px;
	display: inline-block;
	color: #eeeeee;
	background-color: #878D91;
	padding: 6px 8px;
	padding-left: 38px;
	border: 0px;
	background: rgba(0,0,0,0.2);
	/*border-radius: 3px;*/
	width: 202px;
	border-radius: 3px;
}

.login_submit input
{
	font-size: 20px;
	display: inline-block;
	color: #14405b;
	background-color: rgba(238, 238, 238, 0.3);
	padding: 6px 8px;
	border-radius: 3px;
	border: 0px;
	width: 264px;
	transition: all .2s ease-in-out;
	line-height: 24px;
}

.login_submit input:hover
{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

a
{
	color: #ed7a1c;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#secure
{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	opacity: 0.5;
	text-shadow: 0px 0px 10px #000000;
}