html {
    height: 100%
}

body {
    background: #fbfbfb;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
            box-shadow: 0 0 0px 1000px white inset !important;
}

input[type="text"], input[type="password"] {
    border: 1px solid #e0e0e0;
    outline: none;
    text-indent: 35px;
    height: 42px;
    width: 100%;
}

.top {
    width:100%;
    height: 86px;
    border-bottom: #f0f0f0 1px solid;
    background: #282924;
    position: absolute;
    top:0;
    color:#fff;
}

.content-width {
    min-width: 800px;
    max-width: 1000px;
    margin: 0 auto;
}

.top-wrap {
    height: 100%;
}
.bg{
    background: url("../images/login_bg.png") no-repeat;
    height:100%;
    background-size: 100% 100%;
    display: -webkit-box;  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */     /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;  /* 混合版本语法: IE 10 */ /* 新版本语法: Chrome 21+ */
    display: flex;         /* 新版本语法: Opera 12.1, Firefox 22+ */
}
.logo-div {
    /*margin-top: 21px;*/
    background: url("../images/logo3.png") no-repeat left center;
    text-indent: 140px;
    height:100%;

}
.logo-div span{
    font-size: 16px!important;
    line-height: 96px!important;
    margin-left: -15px;
}
.top-wrap .word {
    height: 100%;
    line-height: 86px;
}
.main{
    /*margin-top: 160px;*/
    margin:auto;
    /*position: relative;*/
    /*top:50%;*/
    /*-webkit-transform: translateY(-20%);*/
            /*transform: translateY(-20%);*/
}
.main2{
    /*margin-top: 160px;*/
    margin:0 auto;
    position: relative;
    top:50%;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
.main-wrap {
    position: relative;
    height:415px;
    width:1000px;
}

.main-wrap .img-div {
    position: absolute;
    left: 0;
    top:52px;
}

.login-div {
    width: 340px;
    height: 440px;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    background: #fff;
    -webkit-box-shadow: #C8C8C4 0px 2px 13px;
            box-shadow: #C8C8C4 0px 2px 13px;
}

.login-div-top {
    width: 250px;
    height: 60px;
    line-height: 60px;
    background: url("../images/logo4.png") no-repeat 40px 9px;
    margin: 35px auto;
    text-indent: 108px;
    font-size: 18px;
    background-size: 30%;
}
.blue{
    width:5px;
    height:5px;
    background-color: #1dcaff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.login-div-body {
    padding: 0 28px 28px 28px;
}

.input-div {
    position: relative;
    padding-bottom: 30px;
}

.username {
    position: absolute;
    top: 12px;
    left: 11px;
}

.go-register-wrap {
    height: 40px;
    position: relative;
}

.go-register-wrap a {
    position: absolute;
    right: 0;
    color: #31acf3;
    text-decoration: underline;
}

.login-btn {
    width: 100%;
    height: 45px;
    background: #31acf3;
    color: #fff;
    border: none;
}

.login-btn:hover {
    background: #47bcff;
}

.footer{
    width: 100%;
    height:64px;
    line-height:64px;
    text-align: center;
    border-top: 1px solid #dedede;
    position: absolute;
    bottom:0;
    color:#bfbfbf;
    background-color: #282924;
}
.my-control:focus{
    transition:border linear .4s,-webkit-box-shadow linear .5s;
    transition:border linear .4s,box-shadow linear .5s;
    transition:border linear .4s,box-shadow linear .5s,-webkit-box-shadow linear .5s;
    -moz-transition:border linear .4s,-moz-box-shadow linear .5s;
    -webkit-transition:border linear .4s,-webkit-box-shadow linear .5s;
    outline:none;border-color:rgba(93,149,242,.75);
    box-shadow:0 0 8px rgba(93,149,242,.105);
    -moz-box-shadow:0 0 8px rgba(93,149,242,.5);
    -webkit-box-shadow:0 0 8px rgba(93,149,242,3);
}
