﻿
.login_title {
    padding: 0px 0px 0px 30px;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    vertical-align: middle;
}

.input_wrapper {
    margin: 10px auto;
    border: 1px solid rgb(226, 226, 226);
    border-image: none;
    width: 310px;
    height: 44px;
}

.input_wrapper1 {
    margin: 10px auto;
    border: 1px solid rgb(226, 226, 226);
    border-image: none;
    width: 410px;
    height: 34px;
}


.input_wrapper1 input {
    border: 0px currentColor;
    border-image: none;
    width: 260px;
    height: 32px;
    text-indent: 10px;
    vertical-align: middle;
}

.input_wrapper1 select {
    border: 0px currentColor;
    border-image: none;
    width: 300px;
    height: 32px;
    text-indent: 10px;
    padding-left:20px;
    vertical-align: middle;
}
.input_icon {
    width: 44px;
    height: 44px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    background-color: rgb(226, 226, 226);
}
.input_txt {
    margin-top: 8px;
    font-size:14px;
    font-style: normal
}
.input_icon2 {
    width: 84px;
    height: 34px;
    color:#333333;
    text-align: center;
    vertical-align:bottom;

    display: inline-block;
    background-color: rgb(226, 226, 226);
}
.input_check {
    width: 44px;
    height: 44px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    ;
}

.input_wrapper input {
    border: 0px currentColor;
    border-image: none;
    width: 200px;
    height: 42px;
    text-indent: 10px;
    vertical-align: middle;
}

.user_icon {
    background: url("../images/login_icon.png") no-repeat 0px -30px;
    width: 20px;
    height: 20px;
    margin-top: 12px;
    display: inline-block;
}

.pwd_icon {
    background: url("../images/login_icon.png") no-repeat 0px -59px;
    width: 20px;
    height: 20px;
    margin-top: 12px;
    display: inline-block;
}

.code_icon {
    background: url("../images/login_icon.png") no-repeat 0px -97px;
    width: 30px;
    height: 30px;
    margin-top: 8px;
    display: inline-block;
}

.ot_wrapper {
    margin: 10px auto;
    width: 310px;
    opacity: 1;
}

    .ot_wrapper span {
        margin: 10px auto;
        width: 310px;
        font-size: 14px;
        vertical-align: middle;
    }

    .ot_wrapper input {
        vertical-align: middle;
    }

.miss_pwd {
    color: rgb(55, 181, 244);
    font-size: 14px;
    text-decoration: none;
    margin-top: 4px;
    float: right;
}

    .miss_pwd:hover {
        text-decoration: underline;
    }

.sub_btn {
    background: rgb(55, 181, 244);
    width: 100%;
    height: 46px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 46px;
    text-decoration: none;
    display: block;
}

    .sub_btn:hover {
        background: rgb(86, 197, 252);
    }

.sub_reg {
    background: rgb(183, 71, 22);
    width: 100%;
    height: 46px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 46px;
    text-decoration: none;
    display: block;
}

    .sub_reg:hover {
        background: rgb(183, 22, 79);
    }

.bgDiv {
    filter: alpha(opacity=30);
    -moz-opacity: 0.5;
    opacity: 0.5;
    background-color: #898989;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.loginDiv {
    border: solid 10px #898989;
    background: #fff;
    padding: 10px;
    width: 400px;
    z-index: 1001;
    height: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -200px;
}
.regDiv {
    border: solid 10px #898989;
    background: #fff;
    padding: 10px;
    width: 600px;
    z-index: 1001;
    height: 520px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -250px;
}
.chgPwdDiv {
    border: solid 10px #898989;
    background: #fff;
    padding: 10px;
    width: 450px;
    z-index: 1001;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -150px;
}

    .chgPwdDiv h3 {
        font-size: 22px;
        color: #024291;
        text-align: center;
        margin-top: 20px;
    }
.log_input{width: 380px;height: 35px;margin-left: 20px;margin-top: 15px;border:1px solid #bbbbbb;}
.log_input1{background-image: url(../images/log1.png);background-repeat: no-repeat;background-position:7px 1px;text-indent: 50px;float:left;}
.log_input2{background-image: url(../images/log2.png);background-repeat: no-repeat;background-position:7px 1px;text-indent: 50px;float:left;}
.log_input3{background-image: url(../images/log3.png);background-repeat: no-repeat;background-position:7px 1px;text-indent: 50px;float:left;}
.log_input4{background-image: url(../images/log4.png);background-repeat: no-repeat;background-position:7px 1px;text-indent: 50px;float:left;}
