h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: normal;
  margin: 0;
}
html body {
  background: #FAFAFA;
}
html body div#header {
  background: #FFF;
  margin-bottom: 10px;
}
html body div#header div.inner {
  padding: 15px;
  width: 950px;
  margin: 0 auto;
}
body#users-forgot #header {
  margin-bottom: 50px;
}
body#users-login #header {
  margin-bottom: 0;
}
body#users-login div.alert-error {
  width: 510px;
  margin: 0 auto;
  margin-bottom: 10px;
}
body#users-login #spotlight {
  background: #F30;
  margin-bottom: 10px;
  color: #FAFAFA;
  padding: 20px 0;
}
body#users-login #spotlight .row {
  width: 1000px;
  margin: 0 auto;
}
body#users-login #spotlight .row h1 {
  text-transform: uppercase;
  font-size: 1.7em;
}
body#users-login #spotlight .row h2 {
  font-size: 1.4em;
  margin-bottom: 10px;
}
body#users-login #spotlight .row h3 {
  background: #FFF;
  border-radius: 2px;
  padding: 6px;
  color: #333;
  margin-bottom: 5px;
  font-size: 1.2em;
  margin-top: 20px;
}
body#users-login #spotlight .row p {
  line-height: 1.3em;
  margin-bottom: 20px;
}
body#users-login #no-cookie {
  background: red;
  color: white;
  padding: 20px;
  font-size: 1.5em;
  width: 530px;
  margin: 10px auto;
  display: none;
}
