﻿.login-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #121313;
  opacity: 0.6;
  z-index: 1000;
}
.login-depart {
  width: 420px;
  height: 520px;
  padding: 0 55px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  z-index: 1500;
}
.login-depart .login-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
}
.login-depart .login-top {
  position: relative;
  margin-top: 52px;
  text-align: center;
}
.login-depart .login-top .title {
  position: relative;
  width: 50px;
  font-size: 24px;
  color: #333;
}
.login-depart .login-top .title:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  width: 50px;
  height: 1px;
  background: #666;
}
.login-depart .login-error-inf {
  position: absolute;
  top: 100px;
  background-color: #fbe1e3;
  border-color: #fbe1e3;
  color: #e73d4a;
  width: 308px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.login-depart .login-form {
  margin-top: 74px;
}
.login-depart .login-form .form-row {
  position: relative;
/*   overflow: hidden; */
}
.login-depart .login-form .form-row span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.login-depart .login-form .form-row .upright {
  position: absolute;
  top: 10px;
  left: 57px;
  width: 2px;
  height: 22px;
  background: #c6c7c9;
  z-index: 100;
}
.login-depart .login-form .form-row input {
  position: relative;
  width: 100%;
  height: 42px;
  outline: none;
  padding-left: 71px;
  font-size: 16px;
  border-radius: 21px;
  border: 1px solid #979797;
}
.login-depart .login-form .form-row input::placeholder {
  color: #B2CBDE;
}
.login-depart .login-form .form-row .user-name {
  background: url("../img/name.png") 27px 10px no-repeat, #fff;
  margin-bottom: 20px;
}
.login-depart .login-form .form-row .password {
  background: url("../img/password.png") 27px 10px no-repeat, #fff;
}
.login-depart .login-form .form-row .submit-btn {
  width: 100%;
  margin-top: 18px;
  height: 41px;
  line-height: 41px;
  border-radius: 30px;
  border: none;
  outline: none;
  font-size: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(to right, #3DE2E1 0%, #2485E8 100%);
}
.login-depart .login-form .form-row .remember {
  display: inline-block;
  margin-left: 20px;
}
.login-depart .login-form .form-row .remember .remember-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 37px;
  height: 16px;
  background: #666;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.login-depart .login-form .form-row .remember .remember-btn .slide-btn {
  position: absolute;
  right: 21px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: right 0.3s;
}
.login-depart .login-form .form-row .remember .remember-btn.active {
  background-color: #2486E8;
}
.login-depart .login-form .form-row .remember .remember-btn.active .slide-btn {
  right: 0;
}
.login-depart .login-form .form-row .forget {
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  margin-left: 94px;
  color: #333;
}
.login-depart .login-other {
  margin-top: 19px;
}
.login-depart .login-other .login-other-title {
  text-align: center;
  color: #B2CBDE;
}
.login-depart .login-other .login-other-title span {
  position: relative;
}
.login-depart .login-other .login-other-title span:before {
  position: absolute;
  left: -70px;
  top: 7px;
  content: "";
  width: 60px;
  height: 1px;
  background: #A3C5DF;
}
.login-depart .login-other .login-other-title span:after {
  position: absolute;
  right: -70px;
  top: 7px;
  content: "";
  width: 60px;
  height: 1px;
  background: #A3C5DF;
}
.login-depart .login-other .login-other-content {
  overflow: hidden;
  margin-top: 17px;
}
.login-depart .login-other .login-other-content > ul > li {
  float: left;
  width: 42px;
  height: 42px;
  text-align: center;
  border-radius: 50%;
  background: #C3D5E7;
  cursor: pointer;
}
.login-depart .login-other .login-other-content > ul > li i {
  display: inline-block;
  font-size: 20px;
  line-height: 42px;
  color: #fff;
}
.login-depart .login-other .login-other-content > ul > li + li {
  margin-left: 51px;
}
.login-depart .login-other .login-other-register {
  margin-top: 36px;
  text-align: center;
  color: #B2CBDE;
}
.login-depart .login-other .login-other-register .toregister {
  color: #2486E8;
  cursor: pointer;
}
/*# sourceMappingURL=login-popup.css.map */