* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
.logo {
  position: absolute;
  left: 104px;
  top: 99px;
}
.logo .logo-title {
  font-size: 0;
}
.login {
  position: fixed;
  top: 0;
  right: 0;
  width: 749px;
  height: 100%;
  background: url(../img/login-bg.png) no-repeat;
}
.login form {
  width: 340px;
  margin-top: 198px;
  margin-left: 189px;
}
.login form .login-title {
  font-size: 48px;
  margin-bottom: 83px;
  font-weight: bold;
  color: #333;
}
.login form .register-item {
  position: relative;
  margin-bottom: 25px;
}
.login form .register-item .register-item-top {
  color: #666;
}
.login form .register-item .register-item-top img {
  vertical-align: middle;
}
.login form .register-item input {
  width: 100%;
  height: 35px;
  border: none;
  border-bottom: 1px solid #949494;
  outline: none;
}
.login form .register-item .security-btn {
  position: absolute;
  right: 5px;
  bottom: 7px;
  width: 84px;
  height: 34px;
  border: none;
  background-color: #e5e5e5;
  color: #999;
  outline: none;
}
.login form .login-btn {
  width: 100%;
  height: 54px;
  border: none;
  border-radius: 27px;
  background-color: #148ffe;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  outline: none;
  cursor:pointer;
}
.login .explain {
  margin-top: 198px;
  text-align: center;
  font-size: 12px;
  color: #333333;
}

.sso{
	 margin-top: 10px;
}

