html.login {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #010207 url(../img/background.jpg) 0 0 no-repeat;
	background-size: cover;
	font: 18px/1.2 Lato, sans-serif;
	position: relative;
	text-align: center;
}

a {
	color: #53A7EC;
}

a:hover {
	color: #8CC5F2;
}

::-webkit-input-placeholder {
	color:#333;
}

input:-moz-placeholder {
	color:#333;
}

.registration-form {
	width: 400px;
	margin-left: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.registration-form .g-recaptcha {
	margin-top: 20px;
}

.registration-form label {
	display: block;
	text-align: left;	
	margin-top: 15px;
}

.registration-form input {
	width: 100%;
}

.registration-form input[type=submit], .registration-form input[type=button] {
	margin-top: 20px;
	width: 100px;
}

input[type=text], input[type=email], input[type=password] {
	padding: 6px;
	font-size: 18px;
	color: #000;
	border: 1px solid #000;
	outline: none;
	
	background: -moz-linear-gradient(top, rgba(180, 180, 180, 1), rgba(220, 220, 220, 1));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(180, 180, 180, 1)), to(rgba(220, 220, 220, 1)));
	background: -webkit-linear-gradient(top, rgba(180, 180, 180, 1) 0%, rgba(220, 220, 220, 1) 100%);
	background: -o-linear-gradient(top, rgba(180, 180, 180, 1) 0%, rgba(220, 220, 220, 1) 100%);
	background: -ms-linear-gradient(top, rgba(180, 180, 180, 1) 0%, rgba(220, 220, 220, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(180, 180, 180, 1) 0%, rgba(220, 220, 220, 1) 100%);
	
	-webkit-box-shadow: inset 0 -1px 0 #eee, inset 0 4px 16px rgba(0, 0, 0, 0.66);
	-moz-box-shadow: inset 0 -1px 0 #eee, inset 0 4px 16px rgba(0, 0, 0, 0.66);
	box-shadow: inset 0 -1px 0 #eee, inset 0 4px 16px rgba(0, 0, 0, 0.66);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
	border-color: #0D4573;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(82, 168, 236);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(82, 168, 236);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(82, 168, 236);
}

input[type=submit], input[type=button] {
	display: inline-block;
	font-size: 18px;
	
	padding: 6px 15px;
	color: #e5f4ff;
	text-shadow: 0 -1px 0 #005a94;
	cursor: pointer;
	border: 1px solid #004372;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	background-color: #0080c7;
	background: -moz-linear-gradient(top, #0092d9, #006ab0);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0092d9), to(#006ab0));
	background: -webkit-linear-gradient(top, #0092d9 0%, #006ab0 100%);
	background: -o-linear-gradient(top, #0092d9 0%, #006ab0 100%);
	background: -ms-linear-gradient(top, #0092d9 0%, #006ab0 100%);
	background: -webkit-linear-gradient(top, #0092d9 0%, #006ab0 100%);
	
	-webkit-box-shadow: 0px 1px 0px #2ec4ff;
	-moz-box-shadow: 0px 1px 0px #2ec4ff;
	box-shadow: inset 0px 1px 0px #2ec4ff;
}

input[type=submit]:hover, input[type=button]:hover {
	color: #fff;
	background-color: #007acb;
	background: -moz-linear-gradient(top, #00acff, #007acb);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00acff), to(#007acb));
	background: -webkit-linear-gradient(top, #00acff 0%, #007acb 100%);
	background: -o-linear-gradient(top, #00acff 0%, #007acb 100%);
	background: -ms-linear-gradient(top, #00acff 0%, #007acb 100%);
	background: -webkit-linear-gradient(top, #00acff 0%, #007acb 100%);
}

input[type=submit]:active, input[type=button]:active {
    background-color: #006ab0;
    background-image: none;
    border: 1px solid #00456A;

    -webkit-box-shadow: inset 1px 1px 6px #003157;
    -moz-box-shadow: inset 1px 1px 6px #003157;
    box-shadow: inset 1px 1px 6px #003157;
}

.starsbg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#helper {
    content: "";
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
    zoom: 1;
}

.login-content, .game-interface {
	vertical-align: middle;
	display: inline-block;
}

.panel-core {
	padding: 15px;
	margin-top: 10px;
	border-radius: 10px;
	color: #999;
	width: 928px;
	text-align: center;
	overflow: hidden;

	background: #000;
	background: rgba(0, 0, 0, 0.75);
	border: 1px solid #222222;
	background: -moz-linear-gradient(top, rgba(24, 24, 24, 0.5) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(24, 24, 24, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.75) 100%));
	background: -o-linear-gradient(top, rgba(24, 24, 24, 0.5) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -ms-linear-gradient(top, rgba(24, 24, 24, 0.5) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -webkit-linear-gradient(top, rgba(24, 24, 24, 0.65) 0%, rgba(0, 0, 0, 0.85) 100%);

	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.register-panel {
	margin-top: 60px;
}

.panel-register {
	width: 560px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
}

/* UNDER CONSTRUCTION */

h1
{
    font-size: 28px;
    margin-bottom: 30px;
    color: #ccc;
}

/* SUBSCRIBE */

#login-form
{
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

#login-form > *
{
    margin: 0 5px;
}

#login > p
{
    font-size: 24px;
    margin-bottom: 10px;
}

#login-tooltip
{
    position: absolute;
    width: 100%;
    margin-top: 5px;
}

#login-tooltip.success
{
    color: #0f0;
}

#login-tooltip.error
{
    color: #f00;
}

/* DESCRIPTION */

#description
{
    margin: 30px 0;
    font-size: 18px;
}

/* SOCIAL */

#social {
	margin-top: 25px;
}

#social > a
{
    margin: 0 15px;
    opacity: 0.5;
}

#social > a:hover
{
    opacity: 1;
}

/* POSTSCRIPTUM */

#postscriptum
{
    margin-top: 30px;
    font-size: 16px;
}
