@charset "utf-8";

a,button{outline: none;}

.dobest_login_form{
    /*padding:60px 45px 16px;*/
    padding:90px 0 16px;
}
.dobest_field{
    margin-bottom: 15px;
    overflow: hidden;
    *zoom:1;

    width: 540px;
    margin: 0 auto 20px;
}

.login-title {
    /*width:140px;*/
    width:153px;
    float: left;
    /*margin-left: 30px;*/
    display:inline;
}

.login-title em {
    display: block;
    width:126px;
    height:26px;
    background: url(../../img/label_title.png?v=2019) 0 0;
}

.login-title em.login-psw {
    background-position: 0 -54px;
}

.dobest_register, .dobest_find {
    float: left;
    margin-left: 15px;
    margin-top: 4px;
}

.dobest_register a, .dobest_find a{
    /*font-weight: bold;*/
    color: #603838;
    font-size: 16px;
    text-decoration: underline;
}



.dobest_input{
    width: 254px;
    padding-left: 12px;
    padding-right: 12px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #9d7548;
    font-size: 16px;
    color: #f9edde;
    background: #30200c;
    vertical-align: middle;
    outline: none;
    /* display: block; */
    float: left;
}
.dobest_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #675c4f; font-size: 16px;
}
.dobest_input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #675c4f; font-size: 16px;
}
.dobest_input:-ms-input-placeholder{
    color: #675c4f; font-size: 16px;
}
.dobest_input::-webkit-input-placeholder{
    color: #675c4f; font-size: 16px;
}

.dobest_login_form .dobest_extra {
    /*margin-left:230px;*/
    margin-bottom:15px;
    overflow: hidden;
    font-weight: bold;

    text-align: center;
}

.dobest_extra input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;

    opacity: 0;
    filter:alpha(opacity=0);

}


.dobest_field_btn{
    text-align: center;
}
.dobest_login_form .dobest_de_btn,.dobest_btn_blue{
    width: 214px;
    height: 52px;
    background: url(../../img/login_g_btn.png?v=2019) 0 0 no-repeat;
    display:block;
    text-indent: -9999px;
    /*margin-left: 170px;*/
    margin:0 auto;
}
.dobest_login_form .dobest_de_btn:hover,.dobest_btn_blue:hover{
    background-position: 0 -52px;
}

.dobest_login_form .dobest_de_btn:active,.dobest_btn_blue:active{
    background-position: 0 -104px;
}


.dobest_error {
    font-size: 15px;
    color:#863414;
    padding-bottom: 5px;
    display: none;
    /*padding-left: 169px;*/
    text-align: center;
}

.dobest_icon_alert {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: -3px;
    background: url(../../img/icon_alert.png?v=2019) no-repeat;
}

.yzm-title {
    width: 140px;
    height: 34px;
    background: url(../../img/yzm_bg.png?v=2019) no-repeat;
    float: left;
    margin-right: 3px;
    /*margin-left: 25px;*/
    display: inline;
}

.yzm-names {
     width: 100%;
    height: 34px;
    background: url(../../img/yzm_bg.png?v=2019) 87px -53px  no-repeat;
}

.yzm-names img{
     margin-left:240px;
}



.dobest_login_form .dobest_yzm_box {
    margin-bottom: 20px;
    height: 62px;
}


