/*By Sanshi studio.*/

html, body {
  height: 100%;
}

body {
  text-align: center;
  background:  url(../img/bg2.png) 50% 50% no-repeat, url(../img/bg1.png) right bottom no-repeat, #1d8bd8;
  font-family: arial, helvetica, sans-serif, "Microsoft Yahei", "微软雅黑";
}

.table_box {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.tablecell_box {
  display: table-cell;
  vertical-align: middle;
}

.system_title {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
}

.foot {
  position: fixed;
  width: 100%;
  bottom: 0;
  font-size: 14px;
  color: #fff;
  background: #0f64a5;
  padding: 12px 15px;
}

.loginbox {
  background: #2180c5;
  padding: 42px 32px;
  border-radius: 5px;
  margin-top: 5%;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
.loginbox {
  margin-left: 15px;
  margin-right: 15px;
}
}

.loginbox .form-group + .form-group {
  margin-top: 22px;
}

.loginbox .input-group-addon, .loginbox input, .loginbox button {
  height: 45px;
}

.loginbox button {
  margin-top: 18px;
  width: 100%;
  font-size: 20px;
  font-family: arial, helvetica, sans-serif, "Microsoft Yahei", "微软雅黑";
}

.navigationBar {
	margin-left:10px;
	padding:5px 10px;
}