/* Created by SCANIATM. http://scaniatm.net */
.outer {
  display: table;
  position: absolute;
  height: 98%;
  width: 99%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid white;
  width: 300px;
  color: white;
  background-color: #49913E;
  border-radius: 0px 30px 30px 30px;
}

.pb {
  margin-top: 0px;
  text-align: center;
  font-size: 10px;
}

.pb a {
  color: black;
  text-decoration: none;
}

.pb a:hover {
  color: cyan;
  text-decoration: underline overline;
}

.pb a:active {
  color: red;
  text-decoration: underline overline;
}

.login_error {
  background-color: black;
  color: red;
}

.hand {
  cursor: pointer;
}
