body {
  padding-top: 5px;
  width: 100%;
  margin: 0 auto;
  background: #08080a
}

.navbar {
  border-bottom: none;
}

.navbar-brand {
  margin-top: -7px;
}

#loginForm img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  cursor: pointer;
  border: solid 2px transparent;
}

#loginForm img.selected, #loginForm img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

#loginForm img.selected {
  padding: 0;
  border: solid 2px #8cceff;
}

.error {
  margin-left: 5px;
  width: 270px;
  color: #fff;
  text-align: center;
}

h2 {
  font-size: 22px;
  width: 375px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, "MS PGothic", sans-serif
}

#name {
  width: 280px;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

#loginButton {
  padding: 5px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  margin: 0px;
  background: #df543C;
  border: solid 1px #Df543C;
  border-radius: 3px;
  margin: 0 auto;
  width: 180px;
}

ul.icons {
  width: 322px;
  margin: 0;
  height: 395px;
}

footer {
  margin: 20px auto;
  border-top: solid 1px #282828;
  font-size: 13px;
}

footer a:link, footer a:visited, footer a:active {
  color: #aaa;
}

footer a:hover {
  color: #ee8C00;
}

#activeuser {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
}

a.bb:hover {
  color: #fff;
  text-decoration: none;
}

ul.icons {
  margin: 0 auto;
  width: 280px;
}

input#name {
  margin: 0 auto;
}

::-webkit-input-placeholder {
  color: #AAA;
  text-align: center;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #AAA;
  text-align: center;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #AAA;
  text-align: center;
}

:-ms-input-placeholder {
  color: #AAA;
  text-align: center;
}