
/* Login Box */
.LoginBox{
	padding-top: 5%;
	padding-left: 60px;
	height: 200px;
	width: 350px;
	z-index: 90;
	display: block;
	display: none;
}

.LoginBox h2{
	color: white;
    font-family: "Georgia", sans-serif;
    font-size: 17px;
    position: relative;
    top: -141px;
	left: 138px;
	font-weight: normal;
}

.LoginBox input{
	padding: 5px;
	display: block;
}
.LoginBox .fields{
	position: relative;
	top: -157px;
	left: 138px;
}

.LoginBox #botLogIn{
	border: none;
	background:url(../images/right.png) no-repeat center center;
	height: 23px;
	width: 23px;
	position: relative;
	top: -136px;
	left: 110px;
}

.LoginBox .seePass{
	position: relative;
	top: -67px;
	left: 280px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.LoginBox #botLogIn{
		border: none;
		background:url(../images/right.png) no-repeat center center;
		height: 23px;
		width: 33px;
		position: relative;
		top: -36px;
		left: 313px;
	}

	.LoginBox .seePass{
		position: relative;
		top: -58px;
		left: 280px;
	}
}

.boxLoading{
	display: none;
	position: relative;
	top: -200px;
	left: 142px;
}

.LoginBox .boxLoading{

	color: white;
    font-family: "Architects";
}

.boxLoading span{
	position: relative;
	top: 2px;
	left: 15px;
}


.loginFail{
	display: none;
	position: relative;
	top: -200px;
	left: 142px;
}
/*
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}*/
