/* 登录 */
.loginwidget_login{
    width: 300px;
}
.loginwidget_login_field{
    position: relative;
    padding-left: 30px;
    background: #fff;
    border:1px solid #eee;
    margin-bottom: 10px;
}
.loginwidget_login_field>span{
    position: absolute;
    left: 5px;
    top: 3px;
    color: #999;
    font-size: 18px;

}
.loginwidget_login_field .loginwidget_input{
    display: block;
    padding-left: 10px;
    outline: 0;
    width: 100%;
    height: 30px;
    color: #999;
    font-size: 12px;
    border-radius: 0;
    border:none;
    background: #d0efef;
}
.yandialogfooter button{
    width: 100%;
    background: #39ad58;
    font-weight: bold;
    border: none;
    color: #fff;
    padding:8px 0;
}
.loginwidget_footer{
    height: 13px;
}
.loginwidget_footer a{
    font-size: 12px;
    float: right;
    text-decoration: underline;

}