﻿body {
    margin: 0;
    padding: 0;
}
 .div_NavBar { /*border:1px solid red;*/
            background-color: black;
            color: white;
        }
.div_All {
    position: fixed;
    width: 100%;
    height: 100%;
    font-size: 14px;
    background-image: url("/Images/Manages/login/loginBack.jpg");
    background-size: 100% 100%;
    /*border:1px solid red;*/
    overflow:auto;
}

.div_top {
    height: 80px;
}

.tb_top {
    width: 100%;
    height: 100%;
}

.div_main {
    /*height: 100%;*/
    /*background-color: #f1f2f3;*/
    width: 700px;
    /*height: 360px;*/
    margin-left: auto;
    margin-right: auto;
    /*padding-top: 50px;*/
    margin-top:60px;
    background-color: #F4F4F4;
    margin-bottom:60px;
    /*border:1px solid red;*/
}

.tb_com {
    width: 700px;
    height: 420px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    
}

.td_title {
    height: 80px;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #333333;
    border-bottom: 1px solid #EEEEEE;
}

.tb_com td {
    text-align: center;
}

.tb_com input[type='text'],input[type='password'] {
    height: 42px;
    width: 52%;
    border: 1px solid #DCDEE2;
}

.tb_com input[type=button] {
    height: 42px;
    width: 52%;
    border: none;
    background-color: #2C82FF;
    color: white;
}
    /*.btn_NextStep{background-color:#2C82FF;color:white;}*/
    .tb_com input[type=button]:hover {
        background-color: #4790FF;
    }

#span_LastStep {
    color: #2C82FF;
}

    #span_LastStep:hover {
        color: #4790FF;
        cursor: pointer;
    }

.tb_com label {
    color: red;
}

.div_getYZM {
    width: 37%;
    height:44px;
    float: right;
    line-height: 44px;
    background-color: #67B4CE; /*#60c9eb*/
    color: white;
}

.div_getYZM:hover {
    cursor:pointer;
    /*background-color: #57e496;*/ /*#60c9eb*/
}

.div_btnAdd {
    width: 37%;
    height:44px;
    float: right;
    line-height: 44px;
    border: 1px solid #5fa9b1;
    background-color: #FFFFFF;
    color: #5fa9b1;
}

#td_SysName{ width:80vw; }

.SysName_Chinese{padding-left: 20px; font-size: 28px; letter-spacing:5px; /*font-size:20px; font-weight: bolder;*/  color: #1b9bf6;}
.SysName_English{padding-left: 20px; font-size: 26px; font-weight: bolder;  color: #164D7A;}

/*#lab_SwichLanguage{ color:#337AB7; cursor:pointer;}
#lab_SwichLanguage:hover{color:#23527C;}*/
#Login{color:#337AB7; cursor:pointer;}
#Login:hover{color:#55d1f8;}

#tb_ResetPassword{display:none;}
.notClick{pointer-events:none;}