.container-fluid {
  background: url("../images/login/bg.jpg") top center no-repeat;
  min-width: 1200px;
  width: 100%;
  min-height: 600px;
  height: 829px;
}
.container-fluid .container {
  background: none;
  position: relative;
  margin-top: 240px;
}
.container-fluid .login {
  position: relative;
  top: 30%;
}
.container-fluid .login .copyright {
  color: white;
  margin-top: 30px;
  text-align: center;
}
.container-fluid .login .copyright a {
  color: white;
}
.container-fluid .login .copyright a:hover {
  color: white;
  text-decoration: none;
}
.container-fluid #fm1 {
  width: 420px;
  background: white;
  border-radius: 10px;
  border-color: #9b9b9b;
  box-shadow: 0 2px 10px rgba(155, 155, 155, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.2);
  -webkit-box-shadow: 0 2px 10px rgba(155, 155, 155, 0.2);
  padding-bottom: 20px;
}
#fm1 .title {
  color: #333333;
  font-size: 20px;
  margin: 30px auto;
  text-align: center;
}
#fm1 .form-group {
  width: 420px;
  margin-bottom: 25px;
  padding: 0 60px;
}
#fm1 .form-group .form-control {
  width: 300px;
}
#fm1 .form-group label {
  display: inline;
}
#fm1 .btns {
  text-align: center;
  margin-bottom: 30px;
}
#fm1 .btn-ora {
  padding: 8px 115px;
}
#fm1 select.form-control {
  color: #999999;
}
#fm1 label.error {
  position: absolute;
  display: block;
  color: #fb4945;
}
#fm1 .tip {
  color: #999999;
  margin-top: 17px;
}
#fm1 .tip a {
  margin: 0;
  color: #ff8a10;
}
#fm1 input[type=checkbox] {
  margin: 0;
}
#fm1 .checkbox {
  color: #999999;
}
#forgetPassword {
  float: right;
  color: #999999;
}
.btn-ora {
  color: #fff;
  background-color: #c99d6e;
  border-color: #c99d6e;
  font-size: 15px;
  padding: 8px 30px;
  letter-spacing: 2px;
}
.btn-ora:hover {
  background-color: #c49869;
  color: white;
}
.warnDiv {
  width: 420px;
  padding: 0 70px;
  color: #fb4945;
}
#fm1 .form-group .form-control.code {
  width: 180px;
  margin-right: 12px;
}
.tabs {
  text-align: center;
  margin: 30px auto 30px;
  position: relative;
}
.tab {
  width: 120px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.tab.active {
  color: #1890ff;
}
.tabs-ink-bar {
  margin-top: 5px;
  position: absolute;
  background: #1890ff;
  pointer-events: none;
  width: 60px;
  height: 3px;
  left: 118px;
}
#fm1 .tip a {
  margin: 0 20px;
}
.login .content {
  display: none;
}
.login .captcha-div {
  display: none ;
}
/*# sourceMappingURL=login.css.map */