#uname{
    width: 280px;
    height: 40px;

    margin-top:10px;

    border: 1px solid rgba(219,219,219,1);
    border-radius: 3px;

    text-indent:0.8rem;
}

#upass{
    width: 280px;
    height: 40px;

    margin-top:15px;

    border: 1px solid rgba(219,219,219,1);
    border-radius: 3px;

    text-indent:0.8rem;
}

#login_btn{
    margin-top:40px;
    margin-left: 8px;
    width: 280px;
    height: 40px;
    background: #1364FF;
    /* box-shadow: 0px 5px 10px 0px rgba(19,100,255,0.3); */
    border-radius: 3px;
    border:none;

    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    font-weight: 500;
}

input::placeholder{
    text-indent:0.8rem;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #B8B8B8;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400;
}       

.ui-dialog .ui-dialog-titlebar-close {
    /* position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
    opacity: 0; */

    /* transform: scaleX(-1); */
    opacity: 1.0;
    color: rgba(133,133,133,1);
}