/* CSS Document */

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

#login input
{
	text-indent:32px;
	margin:5px;
}

.userid, .password {
  position: relative;
/*  color: #aaa; */
  font-size: 16px;
}

.userid input,
.password input {
  width: 250px;
  height: 32px;

  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}

button#submit
{
	margin-left:32px;
	margin-top:26px;
	height: 32px;
	width:254px;
	background:#F00;
	border: 1px solid #aaa;
	border-radius: 5px;
	color:#FFF;
}

.userid .fa-user,
.password .fa-key { 
  position: absolute;
  top: 17px;
  left: 15px;
}

.userid, .password
{
	top:20px;
	left:27px;
}

body
{
	font-family:Verdana, Geneva, sans-serif;
}

#forgot
{
	font-family:Verdana, Geneva, sans-serif;
	color:#aaa;
	font-size:12px;
	margin:20px;
	display:block;
	text-align:right;
	right:20px;
	position:relative;
}

#login
{
	-webkit-box-shadow: 8px 8px 9px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 8px 8px 9px -5px rgba(0,0,0,0.75);
	box-shadow: 8px 8px 9px -5px rgba(0,0,0,0.75);
}

#register
{
	margin-left:30px;
}

#register button
{
	margin-left:32px;
	margin-top:26px;
	height: 32px;
	width:104px;
	background:#ccc;
	border: 1px solid #aaa;
	border-radius: 5px;
	color:#666;
	position:relative;
	right:-22px;
}
