input::-webkit-input-placeholder {
    color: #a6aebf;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a6aebf;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a6aebf;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a6aebf;
}

input:-webkit-autofill { /* 取消Chrome记住密码的背景颜色 */
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}
img {
    border: 0;
}
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body {
    position: relative;
    /*background: #f8f8f8;*/
    /*background: radial-gradient(ellipse at top left,#699bc8 0,#b5c5d8 57%);*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#699bc8+0,b5c5d8+100 */
    background: #699bc8; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #699bc8 0%, #b5c5d8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #699bc8 0%,#b5c5d8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #699bc8 0%,#b5c5d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#699bc8', endColorstr='#b5c5d8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


    font-family: "Microsoft YaHei";
    font-size: 14px;
}
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* IE < 8 */
}

.login-wraper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 500px;
    margin-left: -500px;
    margin-top: -250px;
    box-shadow: 0 1px 4px rgb(0 21 41 / 8%);
}
.login-wraper .login-left {
    position: relative;
    float: left;
    width: 500px;
    height: 500px;
    font-size: 16px;
    color: #fff;
    background: rgba(0,153,255, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#990099ff, endColorstr=#990099ff);
 }
.login-wraper .login-right {
    position: relative;
    float: left;
    width: 500px;
    height: 500px;
    background-color: #ffffff;
}
.login-inner {
    padding: 20px;
}
.login-wraper .login-left .login-time {
    width: 100%;
    color: #fff;
    opacity: .9;
    font-size: 14px;
    overflow: hidden;
}
.login-wraper .login-left .login-left-box {
    position: relative;
    padding: 80px 45px;
    overflow: hidden;
    z-index: 1;
}
.login-wraper .login-left .logo {
    height: 80px;
    margin-bottom: 20px;
    text-align: center;
}
.login-wraper .login-left .title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}
.login-wraper .login-right .login-main {
    padding: 40px 90px;
}
.login-wraper .login-right .login-tabs-head {
    /*border-bottom: solid 1px #dcdfe6;*/
    margin-bottom: 40px;
    overflow: hidden;
}
.login-wraper .login-right .login-title {
    /*float: left;*/
    color: #333;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}
.login-wraper .login-right .login-title.active {
    color: #1890ff;
}
.login-wraper .login-right .login-form {
    margin: 10px 0;
}
.login-form .form-item {
    margin-bottom: 20px;
}
.login-form .form-item-btn {
    margin-top: 30px;
}
.login-form .form-item .form-item-content {
    position: relative;
    line-height: 40px;
    font-size: 14px;
}
.login-form .form-item .form-item-input {
    position: relative;
    width: 100%;
    font-size: 14px;
    display: inline-block;
}
.login-form .form-item .form-item-input .input-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
}
.form-item-input .icon-user {
    background: url("../images/login/icon_user.png") no-repeat center;
}
.form-item-input .icon-pass {
    background: url("../images/login/icon_pass.png") no-repeat center;
}
.form-item-input .icon-code {
    background: url("../images/login/icon_validate.png") no-repeat center;
}
.login-form .form-item .form-item-input .input-inner {
    display: inline-block;
    width: 268px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 40px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 0;
    font-size: inherit;
    color: #606266;
    outline: none;
}
.login-form .form-item .login-code-input {
    float: left;
    width: 210px;
}
.login-form .form-item .login-code-input .input-inner {
    width: 158px;
}
.login-form .form-item .login-code {
    float: right;
    width: 98px;
    height: 38px;
    line-height: 38px;
    background: #fdfdfd;
    border: 1px solid #dcdfe6;
}
.login-form .form-item .login-code-img {
    width: 98px;
    height: 38px;
    cursor: pointer;
}
.login-form .login-menu {
    overflow: hidden;
}
.login-form .error {
    display: none;
    height: 26px;
    line-height: 26px;
    width: 285px;
    margin-bottom: 10px;
    background: #fff3f3 url("../images/login/icon_tips.png") no-repeat 8px center;
    border: 1px solid #fecdcd;
    padding-left: 33px;
    color: #ff3838;
    font-size: 12px;
    overflow: hidden;
}
.login-submit-btn {
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 1;
    padding: 12px 20px;
    margin: 0;
    background: #09f;
    border: solid 1px #09f;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center  ;
    box-sizing: border-box;
    white-space: nowrap;
    letter-spacing: 2px;
    cursor: pointer;
    outline: none;
}
.login-submit-btn:hover, .login-submit-btn:focus {
    background-color: #33adff;
    border-color: #33adff;
    color: #fff;
}
.login-submit-btn:active {
    background: #008ae6;
    border-color: #008ae6;
    color: #fff
}
.login-menu label {
    float: left;
    display: inline-block;
    color: #999;
}
.login-menu a {
    float: right;
    text-decoration: none;
    color: #999;
}