@charset "utf-8";

/* Reset properties */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e4d8c0;
}

/* Remove bullet points from lists */
ul, li {
  list-style: none;
}

a {
  font-size: 12px;
  color: #795b43;
  text-decoration: none;
}

a:hover {
  color: #ff7777;
}

input[type='text'],
input[type='password'],
select {
  width: 140px;
  padding: 2px;
  border: 1px solid #45250d;
  background-color: #e5d8c1;
  font-size: 12px;
  color: #685544;
}

select {
  padding-top: 2px;
  padding-bottom: 2px;
  width: 146px;
}

#main-pages {
  margin: 10px;
  height: 530px;
  border: 1px solid #401e05;
  background-image: url(../images/portal/login_pages_bg.jpg);
}

#server-information {
  height: 36px;
  font-size: 12px;
  line-height: 32px;
  padding-left: 1em;
  margin: 10px;
  background-image: url(../images/portal/login_pages_Servers_2.jpg);
}

#server-information .text-title {
  font-weight: bold;
  vertical-align: middle;
  color: #9b8577;
}

#server-information .text-value {
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  color: #964a10;
}

#login-panel {
  position: absolute;
  left: 160px;
  top: 58px;
  width: 883px;
  height: 472px;
  background-image: url(../images/portal/panel.png);
}

#login-remind {
  position: absolute;
  top: 100px;
  left: 348px;
  width: 378px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #994a10;
  background-image: url(../images/portal/login_remind.png);
  background-repeat: no-repeat;
}

#login-content {
  position: absolute;
  top: 154px;
  left: 430px;
  width: 265px;
  font-size: 14px;
  font-weight: bold;
  color: #e5d8c1;
  z-index: 1;
}

#login-content li {
  padding: 5px 0;
}

#login-panel a {
  font-size: 14px;
  color: #e5d8c1;
}

#login-panel a:hover {
  color: #ff7777;
}

/* Register panel styles */
#register-panel {
  margin: 10px;
  padding-top: 20px;
  padding-left: 20px;
  height: 460px;
  background-image: url(../images/portal/warrior.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-color: #e5d8c1;
}

#register-panel .text-title {
  width: 100px;
  font-weight: bold;
  color: #964a10;
}

#register-panel .text-value {}

#register-panel .text-tips {
  padding-left: 1em;
  font-size: 12px;
  color: gray;
}

#register-panel a {
  font-size: 16px;
  font-weight: bold;
}

/* Center captcha */
.captcha {
  vertical-align: middle;
}
