body {
  background: url('../images/overlay.gif') repeat;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 200%;
  font-weight: normal;
  margin: 0;
}

p {
  font-size: 1.2em;
  margin: 0.2em;
  line-height: 150%;
}

p.message {
  color: #555;
}
p.error-message {
  color: #df0000;
}

div.info {
  border-bottom: 1px #999 dotted;
  padding-bottom: 0.7em;
}

label {
  display: block;
  font-size: 1.2em;
  line-height: 200%;
}

div.input input {
  width: 100%;
}

div.input {
  margin: 0.5em 0;
}

div.rm input,
label {
  width: auto;
  display: inline;
}

.login-box {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 50em;
  height: 30.2em;
  z-index: 9999;
  background-color: #eee;
  margin-left: -25em;
  margin-top: -15em;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.login-form-container {
  position: relative;
  height: 22em;
  margin: 2em;
  padding: 2em;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
}

.login-form-container form {
  display: inline-block;
  width: 100%;
  margin: 0;
  float: left;
}

.login-form-container .logo {
  display: inline-block;
  width: 44%;
  height: 100%;
}

button.login {
  display: inline-block;
  float: right;
  margin-top: 15px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
