/* BASIC css start */
.pwd-link { margin-top:30px; text-align:center;  margin-bottom:80px;}

.txt{
    color:var(--main-color)
}

.bbs-table-pwd {}

.bbs-table-pwd {
    text-align: center;
    margin-top: 30px;
}

.bbs-table-pwd .txt {
    font-size: 16px;
    font-weight: 500;
}

.bbs-table-pwd div {
    font-size: 15px;
    margin-bottom: 20px;
}

input#bp_input_passwd {
    background: #F3F3F3;
    height: 28px;
    border-radius: 5px;
    width: 150px;
}
.bbs-table-pwd div.frm {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bbs-table-pwd div a {
    height: 30px;
    display: inline-block;
    border: 1px solid #E0E0E0;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 5px;
}
/* BASIC css end */

