/* /////////////////////////////////////////////////////////////// */

html,
body {
  height: 100%;
}

body {
  background: url(images/login-bg.jpg) no-repeat center;
}

.icon {
  display: inline-block;
}

.hidden {
  display: none;
}

.viewport {
  width: 1000px;
  height: 90%;
  min-height: 700px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.form-box {
  background: white;
  width: 400px;
  padding: 30px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.14);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.14);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.logo-info {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.form-box .line {
  margin-bottom: 22px;
  position: relative;
  display: block;
}

.form-box .line .icon-input {
  position: absolute;
  top: 13px;
  left: 10px;
}

.form-box .line .icon-mail {
  top: 16px;
}

.form-box .line .error {
  display: block;
  font-size: 12px;
  color: #e30202;
  /* margin-top: 5px; */
  /* overflow: hidden; */
  position: absolute;
  /* bottom: -18px; */
  left: 0;
}

.form-box .line .error .icon-error {
  position: relative;
  top: 2px;
  left: 0px;
}

#invalid .error {
  display: block;
}

.form-box input[type="text"],
.form-box input[type="password"] {
  padding: 13px 0px;
  border-radius: 4px;
  font-size: 13px;
  text-indent: 30px;
  background: #fafafa;
  width: 99%;
}

.form-box .title {
  font-size: 17px;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #f9f9f9;
}

.form-box .extra {
  position: absolute;
  top: 40px;
  right: 50px;
  color: gray;
  cursor: pointer;
}

.form-box .form {
  margin-top: 25px;
}

.form-box .submit-btn {
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 45px;
  padding: 15px;
  border: 1px solid #f2f2f2;
  background: #e6e6e6;
  font-size: 14px;
  cursor: pointer;
  color: #8a8a8a;
  border-radius: 4px;
  font-size: 15px;
}

.form-box .submit-btn.active {
  color: white;
  background: #64befc;
  border-color: #64befc;
}

#popup-captcha {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.21);
  z-index: 100000;
}

.geetest_holder.geetest_wind {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.register-type {
  text-align: center;
  margin-bottom: 20px;
}

.logo-info {
  display: none !important;
}