.login-top {
  padding: 20px 0;
}
.login-top .logo {
  float: left;
  margin-right: 20px;
}
.login-top .logo img {
  width: 100px;
  height: 100px;
  margin-left:20px;
}
.login-top span {
  display: inline-block;
  height: 100px;
  line-height: 100px;
  font-size: 35px;
}
.login-main {
  width: 100%;
  height: 660px;
  background: url('../../imgs/login-bg.png') no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
.login-main .login-box {
  position: absolute;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  padding: 25px;
  border-radius: 20px;
}
.title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 20px 0;
}
.title span {
  font-size: 25px;
  font-weight: bold;
  color: #353f42;
}
.title:hover {
  cursor: default	;
}
.input-content {
  width: 100%;
}
.input-content input {
  width: 330px;
  height: 40px;
  border: 1px solid #dad9d6;
  background: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
.input-content input:focus {
  box-shadow: 0 0 10px #F25C0B;
}
.enter-btn {
  width: 350px;
  height: 40px;
  color: #fff;
  background: #F25C0B;
  line-height: 40px;
  text-align: center;
  border: 0px;
}
.foor {
  width: 100%;
  height: auto;
  color: #9b9c98;
  font-size: 12px;
  margin-top: 20px;
}
.enter-btn:hover {
  cursor: pointer;
  background: #f61c06;
}
.foor div:hover {
  cursor: pointer;
  color: #484847;
  font-weight: 600;
}
.left {
  float: left;
}
.right {
  float: right;
}
