	html {
		height:100%;
	}
	body {
		font-size: 14px;
		line-height: 14px;
		margin: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-color: #2f2c2c;
		background-position: center;
	}

	#loginWindow {
	    position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -200px;
		margin-top: -180px;
		width: 400px;
		height: 320px;
		font-size: 0;
		background-color: rgba(25, 14, 1, 0.59);
		border-radius: 4px!important;
		padding-left: 25px;
		padding-right: 25px;
		box-shadow: 0 1px 6px 0 rgba(255, 255, 255, 0.1);
		box-sizing: border-box;
		border: 1px solid rgba(255, 255, 255, 0.15);
	}

	#accountWindow {
	    position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -200px;
		margin-top: 160px;
		width: 400px;
		height: 160px;
		line-height: normal;
		background-color: rgba(25, 14, 1, 0.59);
		border-radius: 4px!important;
		padding-left: 25px;
		padding-right: 25px;
		box-shadow: 0 1px 6px 0 rgba(255, 255, 255, 0.1);
		box-sizing: border-box;
		border: 1px solid rgba(255, 255, 255, 0.15);
	}
	
	.window INPUT:-webkit-autofill,
	.window INPUT:-webkit-autofill:hover,
	.window INPUT:-webkit-autofill:focus,
	.window INPUT:-webkit-autofill:active,
	#login, #password,
	.window INPUT[type="text"],
	.window INPUT[type="password"] {
 
		text-align: left;
		font-size: 16px;
		line-height: 1.2em;
		color: #CBCACA;
		background-color: #2d2d2d !important;
		width: 100%;
		border-radius: 0px;
		padding: 8px 10px;
		border: 1px solid #504F4F;
		outline: 0px;
		vertical-align: middle;
		box-shadow: none;
		box-sizing: border-box;
		height: 37px;
	
	}
	.window INPUT[type="text"]:focus,
	.window INPUT[type="password"]:focus {
		border: 1px solid #919191;
		box-shadow: 0px 0px 6px 0px rgba(255,255,255,0.35);
	}
	
	
	input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
	-webkit-text-fill-color: black;
}

#log {
    font-size: 14px;
    padding: 7px 0px; 
	background-color: transparent;
	color: transparent;	
}
#log.error {
	color: #FFFFFF;
    background-color: #C20000;
}

#copyright {
    position: fixed;
    bottom: 10px;
    left: 10px;
    color: white;
}
BODY {
    background-image: url('/images/bg.jpg');
}
#loginWindow {
     height: 333px;
     width: 400px;
}
.beta {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 68px;
}
.loglogo {
    width: 100%;
}
FORM {
    text-align: left;
}

#login {
    color: #CBCACA;
    border: 1px solid #504F4F;
    background-color: #2d2d2d;
}
#password {
    color: #CBCACA;
    border: 1px solid #504F4F;
    background-color: #2d2d2d;
    margin-top: 10px;
}
INPUT[type="submit"] {
    border:0px;
}
.demo {
    color: rgb(204, 223, 239);
    font-size: 13px;
    padding: 5px 5px; border:0px;
    float: right;line-height: 18px;
    display: inline-block;
    width: 87px;
    height: 28px;
}

.account-button {
    color: rgba(0,91,166,1);
    background-color: #F0F0F0;
    font-size: 16px;
    border:0px;
    line-height: 38px;
    display: inline-block;
    height: 38px;
    width: 100%;
    margin-top: 10px;
}

.account-button:hover {
    background-color: silver;
}

.account-header {
	color: silver;
	margin-top: 0;
}
