html {
  background: #eeeeee;
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
body.login {
  position: relative;
  background: transparent;
  width: 100%;
  height: 100%;
}
body.login #backtoblog a,
body.login #backtoblog a:focus,
body.login #nav a,
body.login #nav a:focus {
  color: #3a88c5;
  text-decoration: none;
  text-align: center;
}
body.login #backtoblog a:hover,
body.login #backtoblog a:active,
body.login #backtoblog a:focus:hover,
body.login #backtoblog a:focus:active,
body.login #nav a:hover,
body.login #nav a:active,
body.login #nav a:focus:hover,
body.login #nav a:focus:active {
  color: #f58c20;
  text-decoration: none;
}
body.login #login {
  position: relative;
  display: block;
  width: 320px;
  padding: 5% 0;
  margin: auto;
}
body.login h1 a {
  background: url("../images/logo.png") no-repeat top center;
  width: 210px;
  height: 84px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block;
}
body.login form {
  margin-left: 8px;
  padding: 26px 24px 46px;
  font-weight: normal;
  background: white;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.login form .input {
  font-family: Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  width: 97%;
  padding: 10px 12px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #E5E5E5;
  background: #FBFBFB;
  outline: none;
  -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
  -moz-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
  box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
}
