#container-outer {
  position: relative;
  float: left;
  left: 50%;
  width: 1024px;
  margin-left: -512px;
  margin-bottom: 10px;
  overflow: hidden;
}
#container-outer #container-inner {
  position: relative;
  float: left;
  width: 1024px;
  padding: 20px 0;
  overflow: hidden;
}
#center-panel {
  position: relative;
  float: left;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5em;
}
#center-panel p.welcome-message {
  margin: 0 0 1em 0;
  line-height: 1.25em;
}
.login-form label,
.login-form input,
.login-form p {
  position: relative;
  float: left;
  margin-top: 10px;
}
.login-form label {
  clear: left;
  width: 100px;
  height: 36px;
  line-height: 36px;
}
.login-form input {
  width: 340px;
  margin-left: 20px;
  font-size: 18px;
  padding: 5px;
}
.login-form p {
  width: 340px;
  margin-left: 20px;
  font-size: 18px;
  padding: 5px;
  line-height: 18px;
}
.login-form p.warn {
  color: #f00;
}
.login-form input[type=submit] {
  display: inline-block;
  width: auto;
  height: auto;
  min-height: 34px;
  margin: 0px;
  padding: 3px 30px;
  background-color: #4bb9c2;
  border: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  width: 352px;
  margin: 10px 0 0 20px;
  padding: 5px;
}
.login-form input[type=submit]:hover {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.login-form input[type=submit]:disabled {
  background-color: #ccc;
  cursor: default;
}
.login-form input[type=submit]:disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
}
.login-form input[type=submit].checked {
  background-image: url("/images/checkmark_white24.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.login-form input[type=submit].selected {
  border-color: #3dacb5;
  background-color: #3dacb5;
  cursor: default;
}
.login-form input[type=submit].processing {
  background-image: url("/images/inline-busy.gif");
  background-repeat: no-repeat;
  background-position: right center;
  border-color: #81ced4;
  background-color: #81ced4;
  color: #fff;
  cursor: default;
}
.login-form input[type=submit].processing:hover {
  border-color: #81ced4;
  background-color: #81ced4;
}
