@font-face {
  font-family: TShark-UI-Icons;
  src: url(../../assets/fonts/tshark-ui-icons.eot);
  src: url(../../assets/fonts/tshark-ui-icons.eot?#iefix) format('embedded-opentype'), url(../../assets/fonts/tshark-ui-icons.woff) format('woff'), url(../../assets/fonts/tshark-ui-icons.ttf) format('truetype'),
  url(../../assets/fonts/tshark-ui-icons.svg#teambition-ui-icons) format('svg');
  font-weight: 400;
  font-style: normal
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  display: block;
  font-family: Helvetica Neue, WenQuanYi Micro Hei, Microsoft Yahei, Hiragino Sans GB, sans-serif;
}

#loginContainer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#loginContainer .header {
  flex: 0 0 90px;
  margin-bottom: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f8f8;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 0 40px;
}

#loginContainer .body {
  flex-grow: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loginContainer .footer {
  flex: 0 0 90px;
  margin-top: 50px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 40px 30px;
  font-size: 14px;
  color: #4b4a63;
}

#loginContainer .header .logo {
  height: 50px;
}

#loginContainer a {
  text-decoration: none;
  color: #1e1c3b;
}

#loginContainer a:hover {
  color: #1C7677;
}

#loginContainer .extend-menu a {
  margin-left: 50px;
}

#loginContainer .extend-menu .register-btn {
  color: #1C7677;
  padding: 2px 30px;
  border: 2px solid #1C7677;
  border-radius: 30px;
}

#loginContainer .footer a {
  margin-left: 15px;
}

#loginContainer .login-wrapper {
  width: 50%;
  height: 60%;
  max-width: 480px;
  min-height: 584px;
  max-height: 700px;
  border-radius: 10px;
  background-color: #f8f8f8;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#loginContainer .login-wrapper .title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

#loginContainer .login-wrapper .subtitle a {
  color: #1C7677;
}

#loginContainer .error-wrapper {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #db4040;
}

#loginContainer .input-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#loginContainer .input-wrapper input {
  width: 100%;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #1C7677;
  outline: none;
  font-size: 20px;
  padding: 10px 0;
  background: transparent;
}

#loginContainer .input-wrapper .operate-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 40px;
  color: #4b4a63;
}

#loginContainer .input-wrapper button {
  width: 100%;
  font-size: 25px;
  border: none;
  background-color: #1e1c3b;
  color: #fff;
  padding: 10px 0;
  cursor: pointer;
}

#loginContainer .input-wrapper p {
  color: #4b4a63;
  font-size: 14px;
  margin: 20px 0;
}

#loginContainer .input-wrapper .wechat-btn {
  background-color: #1C7677;
}

#loginContainer .check-code-panel {
  width: 100%;
  margin-bottom: 20px;
}

#loginContainer .check-code-panel .check-show-panel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

#loginContainer .check-code-panel .check-show-panel i.fa {
  cursor: pointer;
  font-size: 20px;
}

#loginContainer .check-code-panel .check-picture-panel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#loginContainer .check-code-panel .check-picture-panel i.fa {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4b4a63;
  cursor: pointer;
}

#loginContainer .check-code-panel .check-picture-panel i.fa:hover,
#loginContainer .check-code-panel .check-picture-panel i.fa.active {
  background-color: #1e1c3b;
  color: #fff;
}