* {
  padding: 0;
  margin: 0;
}

@charset "utf-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #072b56;
  font-family: Arial, Tahoma, "Helvetica Neue", "Hiragino Sans GB", '微软雅黑', sans-self;
}
html,
body {
    height: 100%;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.hide {
  display: none;
}

#wrapper {
  color: #fff;
  height: 100%;
  background: url(../images/bgd.jpg) no-repeat 50% 50%;
  box-sizing: border-box;
  overflow: auto;
}
#login {
  position: relative;
  top: 50%;
  margin-top: -286px;
}
.login-title {
  text-align: center;
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 0 rgba(143,223,251, 0.28);
}
.form-container {
  padding-top: 70px;
  width: 370px;
  margin: 0 auto;
  overflow: hidden;
}
.form-label {
  display: block;
  margin-bottom: 25px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.form-input {
  width: 100%;
  height: 44px;
  background: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.form-input input{
  color: #111;
  font-size: 15px;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 10px 25px 10px 52px;
  box-sizing: border-box;
}
.form-input input::-webkit-input-placeholder {
  color: #999;
}
.form-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -9px;
  display: block;
  width: 18px;
  height: 18px;
}
.form-verify {
  padding-right: 160px;
  position: relative;
}
.verify-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 130px;
  height: 44px;
  border-radius: 4px;
  overflow: hidden;
}
.verify-img img{
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.form-button {
  text-align: center;
  margin-top: 25px;
}
.form-button button,.form-button .reclink{
  height: 44px;
  width: 45%;
  border-radius: 4px;
  background: #10adfc;
  font-size: 20px;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  float:left;
}
.form-button button:hover {
  background: #0089ce;
}
.form-button .reclink{
	background: #ff0000;
	display:inline-block;
	line-height:44px;
	float:right;
}
.form-button .reclink:hover{
	text-decoration:none;
	background: #AE0000;
}
.get-pass {
  font-size: 15px;
  text-align: right;
  margin-top: 15px;
}

.form-opentime {
  margin-top: 40px;
}
