﻿:focus {
    outline: 0;
}

div, img {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}

a {
    border: 0;
    text-decoration: none;
}

    a:hover {
        border: 0;
        text-decoration: none;
    }

body {
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    font-family: regular;
    background: -webkit-gradient(linear, 0 0, 0 0, from(#9fe5ef), to(#3a91db));
    background: -webkit-linear-gradient(to right, #9fe5ef, #3a91db);
    background: -moz-linear-gradient(to right, #9fe5ef, #3a91db);
    background: -o-linear-gradient(to right, #9fe5ef, #3a91db);
    background: -ms-linear-gradient(to right, #9fe5ef, #3a91db);
    background: linear-gradient(to right, #9fe5ef, #3a91db);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #9fe5ef, endColorstr = #3a91db);
}

.container {
    clear: both;
    overflow: hidden;
    margin-left: auto;
    width: 1000px;
    height: 1080px;
    background: #4948fe;
}

.divlogfrm {
    float: right;
    margin-right: 200px;
    margin-top: 216px;
    width: 388px;
    height: 490px;
    background: #fff;
    border-radius: 17px;
}

.divlogfrm {
}

.divloginlogo {
    float: left;
    margin-top: 25px;
    width: 285px;
    height: 400px;
}

.logodiv {
    margin-top: 130px;
    margin-left: 15px;
    text-align: center;
}

.logotit {
    margin-top: 15px;
    margin-left: 15px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.divloginfo {
    float: right;
    /* margin-top: 25px; */
    /* margin-right: 65px; */
    width: 400px;
    height: 400px;
    margin-left: auto;
}

.login-tit {
    margin: auto;
    margin-top: 50px;
    width: 400px;
    height: 40px;
    color: #2bb5bf;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
}

.login-uname-tit {
    margin-top: 40px;
    margin-left: 90px;
    color: #2bb5bf;
    font-size: 12px;
}

.login-uname-input {
    margin-top: 18px;
    margin-left: 56px;
    width: 296px;
    height: 35px;
    border: 1px solid #e1edf0;
    -moz-border-radius: 4px;
    border-radius: 6px;
    background: #FFF;
    color: #2bb5bf;
}

.login-input {
    float: right;
    /*margin-left: 10px;*/
    width: 260px;
    height: 32px;
    border-style: none;
    background: #FFF;
    color: #999;
    font-size: 12px;
    line-height: 32px;
}

.login-pwd-tit {
    margin-top: 25px;
    margin-left: 90px;
    color: #2bb5bf;
    font-size: 12px;
}

.login-btndiv {
    margin-top: 25px;
    margin-left: 46px;
    color: #FFF;
    font-size: 12px;
}

.btn-login {
    margin-left: 15px;
}

.btn-res {
    margin-left: 30px;
}

.message {
    margin: auto;
    margin-top: 5px;
    width: 400px;
    height: 10px;
    color: red;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
}

.copydiv {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -394px;
    height: 16px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 10px;
}

.btn-login {
    width: 291px;
    height: 38px;
    border: 0px;
    border-radius: 19px;
    color: #fff;
    background: -webkit-gradient(linear, 0 0, 0 0, from(#3a91db), to(#9fe5ef));
    background: -webkit-linear-gradient(to right, #3a91db, #9fe5ef);
    background: -moz-linear-gradient(to right, #3a91db, #9fe5ef);
    background: -o-linear-gradient(to right, #3a91db, #9fe5ef);
    background: -ms-linear-gradient(to right, #3a91db, #9fe5ef);
    background: linear-gradient(to right, #3a91db, #9fe5ef);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #3a91db, endColorstr = #9fe5ef);
}

.login-input-box {
    margin-top: 59px;
}

.login-input-code {
    margin-left: 10px;
    width: 110px;
    height: 32px;
    border-style: none;
    background: #FFF;
    color: #999;
    font-size: 12px;
    line-height: 32px;
    float: left;
}

.img-code {
    float: right;
    height: 44px;
    width: 120px;
}

    .img-code img {
        width: 100%;
        height: 80%;
    }

.login-icon {
    float: left;
    width: 19px;
    height: 32px;
    margin-left: 7px;
}

.login-name-icon {
    background: url('../Images/Login/icon_1.png') no-repeat center center;
}

.login-pwd-icon {
    background: url('../Images/Login/icon_3.png') no-repeat center center;
}

.login-code-icon {
    background: url('../Images/Login/icon_5.png') no-repeat center center;
}

.divbox {
    height: 1080px;
    width: 1920px;
    background: url(../Images/Login/bg02.png) no-repeat;
    background-position: 0 100%;
}

.divfloat {
    background: url(../Images/Login/bg01.png) no-repeat;
    overflow: hidden;
    z-index: 9999;
    position: fixed;
    padding: 5px;
    text-align: center;
    width: 186px;
    height: 113px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    right: 50px;
    top: 50px;
}