body {
  min-width: 1024px;
  background: #fff;
  background-image: none;
}
.top {
  height: 420px;
  background-color: #01A177;
  background-image: linear-gradient(to left top, #01a177, #1779a1);
}
.bottom {
  margin-top: 80px;
  font-size: 12px;
}
.top-left,
.top-right {
  float: left;
  display: inline-block;
  width: 50%;
  height: 380px;
}
.top-left {
  text-align: right;
}
.top-right {
  text-align: left;
}
#login-title {
  color: #fff;
  font-size: 40px;
  margin-top: 80px;
  padding-right: 140px;
}
.login-desc {
  color: #eee;
  font-size: 17px;
  margin: 15px 0 0 0;
  padding-right: 150px;
}
#login-form {
  width: 400px;
  height: 200px;
  padding: 10px;
  margin-top: 90px;
  margin-left: 50px;
  background-color: #fff;
}
#login-form button {
  background-color: #fff;
  border: 1px solid #0C8E8C;
}
.login-lbl {
  font-weight: normal;
  color: #777;
}
.content-block {
  display: inline-block;
  width: 25%;
  float: left;
  height: 220px;
  overflow: hidden;
}
.cnt-list {
  font-size: 12px;
  padding: 20px 0 20px 30px;
  color: #555;
}
.g-container {
  height: 300px;
  padding: 15px;
}
.g1 {
  margin-top: 70px;
  text-align: center;
}
.g2 {
  border-left: 1px solid #eee;
  text-align: center;
}
.g2 form {
  margin-top: 20px;
}
.g-body {
  margin-top: 20px;
}
.g-login {
  padding: 30px;
  border: 1px solid #0C8E8C;
}
.g-change {
  padding: 5px 10px 5px 10px;
  background-color: #fff;
  border: 1px solid #0C8E8C;
}
