﻿@charset "UTF-8";
html{ width: 100%;height: 100%;}
body{ margin: 0;height: 100%;overflow: hidden;}
.login {
  font-family: Helvetica, Arial, "Helvetica Neue", "Droid Sans", "Heiti SC", "Microsoft YaHei", sans-serif;
  height: 100%;
}

.lognbody {
    width: 100%;
    height: 100%;
}
.logncontain {
    background-color: rgba(238,238,238,.7);
    width: 370px;
    border-radius: 5px;
    top: 130px;
    position: relative;
    margin: 0 auto;
    transition: top linear 400ms;
    overflow: hidden;
}
.login-head {
    width: 100%;
    height: 50px;
    padding: 20px 0;
    background-color: rgba(192,196,200,.8);
    border-bottom: 1px solid #b3bdb7;
    box-shadow: 0 1px 10px 2px #999;
    text-align: center;
}
.login-tab {
    color: #898989;
    text-align: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 10px 0;
}
.login-tab div {
    display: inline-block;
    cursor: pointer;
}
.login-tab div.active {
    color: #000;
}
.login-foot {
    color: #666;
    font-size: 12px;
    padding-top: 18px;
    padding-bottom:10px;
}

.content {
    height: 100%;
    margin: 0 auto;
    width: 300px;
    text-align: center;
}

.lostPassword {
    color: #333;
    width: 55px;
    text-align: right;
    float: right;
    cursor: pointer;
}

.lostPassword:hover {
    text-decoration:underline; 
}

.inputDiv {
  position: relative;
  margin-bottom: 17px;
  background-color: #fff;
  width: 100%;
  height: 40px;
  border-radius: 5px;
}
.icon {
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 35px;
  left: 9px;
  line-height: 35px;
  vertical-align: text-top;
  color: #fff;
  font-size: 18px;
}
.input{
  width: 100%;
  height: 40px;
  border: 1px solid #fff;
  font-size: 14px;
  outline: none;
  border-radius: 5px;
  padding-left: 10px;
    box-sizing: border-box;
}
/* 实现带图标的input框*/
input{
  line-height:100%;
}
.bottomDiv{
    color: #333;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    margin-top: -10px;
    margin-bottom: 5px;
}
.bottomDiv input{
    position: relative;
    top: 2px;
}

  
.btnLogin{
    width: 300px;
    height: 45px;
    line-height: 45px;
    background-color: #0099cc;
    color: #fff;
    border-radius: 5px;
    padding: 0;
    font-size: 15px;
    border: none;
    font-family: "Microsoft YaHei", sans-serif;
}
.btnLogin:hover{
    background-color: #00ccff;
    cursor: pointer;
}
#forgetpwd input {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    height: 35px;
    text-indent: 15px;
}
#forgetpwd .box-context {
    margin-top: -10px;
    margin-bottom: 10px;
}
