
@charset "utf-8";
* {
	font-family: 'Open Sans', Helvetica, sans-serif;
}

#wrapper {
	width:800px;
/* 	border: solid 1px #6585C4; */
	min-height:550px;
	margin: 0 auto;
/* 	background: url(../images/login/back.png) repeat-x bottom; */
}
#brainTire {
	/* background:url(../images/login/BrainSkillsLoginMid.png) no-repeat; */
	margin-top:25px;
	min-height:463px;
	width:350px;
	position:relative;
	left: 225px;
}
#brainTireLogo {
	text-align: center;
}
#loginTire {
	width:338px;
	height:155px;
	position:relative;
	left: 5px;
	margin-top:38px;
	font-size:16px;
	line-height:20px;
	text-align: left;
}
#loginTireb {
	width:338px;
}

#copy {
	clear: both;
	display: block;
	font-size:11px;
	color:#333;
	width:338px;
	height:75px;
	position:relative;
	margin-top: 15px;
	text-align: left;
}
#copy a{
	color:#333;
}
#copy a:hover {
	color:#6585C4;
}
input[type="text"], input[type="password"] {
	width: 333px;
	height: 30px;
	border: 1px solid #707070;
	border-radius: 0px;
	padding-left: 5px;
}

.eyeicon {
	display: block;
	color: blue;
	cursor: pointer;
	z-index: 9;
	position: absolute;
	top: 32px;
	right: 15px;
}

.eyeicon:hover {
	color: black;
}

.eyeicon[data-state=closed] {
	display: none;
}

input[type="submit"].brx-btn, input[type="submit"].bs-btn, input[type="submit"].cr-btn {
	border: 0;
	float: right;
	display: block;
	background: #707070; 
	color: white;
	font-size: 14px;
	padding: 4px 16px 4px 16px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
	border-radius: 0px;
}
	

input[type="submit"].brx-btn:hover {
	background: #57b7df;
	border: none;
	border-radius: 0px;
}

input[type="submit"].bs-btn:hover {
	background: #6485c3;
	border: none;
	border-radius: 0px;
}

input[type="submit"].cr-btn:hover {
	background: #bd251c;
	border: none;
	border-radius: 0px;
}

#error2 {
	display:none;
	clear: both;
	font-size:12px;
	color:#F00;
	position:relative;
}

#copyright {
    clear:both;
    text-align:center;
    font-size:11px;
    color:darkgray;
}

#logo {display:block;}
#logo2x { display: none;}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
#logo {display: none;}
#logo2x { display: block;}
}

/* @charset "utf-8";

#wrapper {
	width:800px;
	min-height:550px;
	margin: 0 auto;
}
#brainTire {
	margin-top:25px;
	min-height:463px;
	width:350px;
	position:relative;
	left: 225px;
}
#brainTireLogo {
	text-align: center;
}
#loginTire {
	width:338px;
	height:155px;
	position:relative;
	left: 5px;
	margin-top:38px;
	font-size:16px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	line-height:20px;
}
#loginTireb {
	width:338px;
}

#copy {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	width:338px;
	height:75px;
	position:relative;
	top: 20px;
}
#copy a{
	color:#333;
}
#copy a:hover {
	color:#6585C4;
}
input[type="text"], input[type="password"] {
	width: 333px;
	height: 30px;
	border: 1px solid #000;
}

input[type="submit"] {
	background: orange;
	padding: 4px 16px 4px 16px;
	font-size: 18px;
	border: none;
}

input[type="submit"]:hover {
	background: #8acc6a;
	border: none;
}

.button {
    border: none;
	width:90px;
	height:26px;
	text-indent:-9999px;
}
.button:hover {
    border: none;
    background: url('../images/login/BrainSkillsLogin_f2.gif') no-repeat top left;
	width:90px;
	height:26px;
	text-indent:-9999px;
}


#error2 {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size:16px;
	color:#F00;
	margin-top:-100px;
	position:relative;
	
}

#copyright {
    clear:both;
    text-align:center;
    font-size:11px;
    color:darkgray;
} */
