html {background: #000 url(../images/bg.jpg) no-repeat center top; background-size: cover; height: 100%; width: 100%;}

body {font-family: 'Lato', helvetica, arial; font-size: 13px;}

a {
	color: #39b7ec;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	-ms-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
	}


a:hover {color: #0087df;}



.button, button {padding: 0 10px; border-radius: 3px; min-height: 34px; line-height: 34px; border: 0; color: #fff; font-weight: 300; text-transform: uppercase; font-size: 13px; display: block;  font-weight: 700; text-align: center;
	background: #1ca3db;
	box-shadow: inset 0 0 0 2px #55cdff;
}

	.button a, button a {color: #fff}
	.button:hover, button:hover {cursor: pointer; color: #fff; background: #39b7ec; box-shadow: none !important;

	}
	.button:active, button:active {

		box-shadow: inset 0 0 0 2px #55cdff;

	}

	.button.pos {background: #3eae1f}
		.button.pos:hover {background: #349919}

		.button.grey, button.grey {background: #d8dde6; box-shadow: inset 0 0 0 2px #98a1b3; color: #98a1b3}
		
input[type="text"], input[type="password"] {border: 2px solid #171a1f; background: #171a1f; border-radius: 3px; padding: 10px; font-size: 13px; color: #6f7c8f; font-weight: normal; width: 200px; margin: 0 !important; }

.logo {background: rgba(0,0,0,0.5); text-align: center; max-width: 300px; padding: 40px 40px; margin: 100px auto 40px auto; border-radius: 3px;}
.logo a {font-size: 30px; text-align: center; font-weight: 300}
.logo img {width: 100%;}
h1 {color: #39b5ec; font-size: 30px; text-align: center; margin: 0 auto 40px auto; width: 600px; font-weight: 300; line-height: 40px; }

.login-form {background: #20242b; margin: 0 auto; max-width: 600px; padding: 0px; border-radius: 3px;	}
.login-form h2 {line-height: 40px;
background: #171a1f;
text-align: center;
color: #39b7ec;
font-size: 15px;
font-weight: 300;
text-transform: uppercase;
text-indent: 20px;}
.login-form a {clear: both; display: block;}
.login-form .button {float: right; line-height: 40px;height: 40px }
.login-form input[type="text"], .login-form input[type="password"] {float: left; margin-right: 10px !important;}

.form-row {padding: 20px 20px; overflow: hidden; background: #20242b }
.form-row:nth-child(odd) {background: #1e2128;}

.esportsify-logo {background: url(../images/esify-light.png) no-repeat; width: 180px; height: 50px; background-size: 100%; text-indent: -9999em; display: block; margin: 0 auto 80px auto;;}