html, body { 
	padding: 0;
	margin: 0;
	background-color: #699bd8;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	height: 100%;
}

#header {
	position: relative;
	width: 100%;
	text-align: center;
}

#logo {
	margin: 0 auto;
	background: url('../images/logo.png') no-repeat scroll center center / contain;
	width: 215px;
	height: 72px;
}

#title {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	text-shadow: -1px 2px 8px rgba(0,0,0,0.8);
}

#login {
	position: relative;
	margin: 30px auto;
	width: 300px;
	height: 240px;
	background-color: #fff;
	text-align: center;
}

#crop {
	position: absolute;
	bottom: 0;
	background: url('../images/crop-full.png') no-repeat scroll center center / contain;
	width: 100%;
	height: 12vw;
}

form {
	padding-top: 20px;
}

.input-container {
  margin: 15px auto;
  width: 75%;
  height: 38px;
  border: 1px solid #c8c8d3;
  border-radius: 3px;
  background-color: #f2f2f7;
  text-align: right;
  line-height: 38px;
}

.input-container  img {
	float: left;
	height: 22px;
	width: 22px;
	vertical-align: middle;
	padding: 8px;
}

input[type="submit"] {
  width: 80px;
  padding: 4px 10px;
  border: none;
  border-radius: 3px;
  background-color: #66666d;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #e2bc37;
}

input[type="text"], input[type="password"] {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 12px;
  color: #66666d;
  padding: 4px;
  width: 170px;
}

#message {
	position: relative;
	top: 25px;
	height: 22px;
	line-height: 22px;
	color: #d5604d;
	vertical-align: middle;
}

#message  img {
	height: 22px;
	width: 22px;
	margin-right: 10px;
	vertical-align: middle;
}

.helper {
	height:100%;
	display: inline-block;
	vertical-align: middle;
}
