#member{
    /*border-top: 1px solid #000;*/
}
.memberPage{
    border: 1px solid #000;
    background-color: #fff;
    width: 100%;
    border-radius: 30px;
    padding: 30px;
}
.memberPage ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.memberPage ul li{
    display: flex;
    align-items: center;
    padding: 15px 0px;
    border-bottom: 1px dashed #ccc;
}
.memberPage ul li span{
    display: flex;
    align-items: center;
    width: 100px;
    flex-shrink: 0;
}
.memberPage .btns{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.memberPage .btns .btn{
    width: 150px;
    height: 45px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    margin-right: 15px;
}
.memberPage .btns .btn.btn-password{
    background-color: #666;
}
.memberPage .btns .btn i{
    margin-right: 7px;
}
.memberModal .modal-content{
    border-radius: 30px;
    padding: 15px;
}
.memberModal .title{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.memberModal ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.memberModal ul label{
    margin-bottom: 0px;
    /*margin-bottom: 5px;*/
    color: #999;
    font-weight: inherit;
}
.memberModal .form-control{
    height: 40px;
    border: 1px solid #000;
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 5px;
    width: calc(100% - 10px);
    color: #000;
}
.memberModal .form-control::placeholder{
    color: #eee;
}
.memberModal .addr .form-control{
    margin-bottom: 5px;
}
.memberModal .btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    margin-top: 30px;
    border-radius: 20px;
    height: 40px;
}
.memberModal .dropdown .btn{
    margin-top: 5px;
    margin-bottom: 15px;
}
.memberModal .bootstrap-select>.dropdown-toggle{
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    color: #000;
}
.memberPage .btns .btn.btn-line{
    height: 45px;
    background-color: #00c300;
    color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.memberPage .btns .btn.btn.btn-line i{
    font-size: 24px;
    margin-right: 10px;
}

@media(max-width:  576px){
    .memberPage .btns{
        flex-wrap: wrap;
    }
    .memberPage .btns .btn{
        width: 100%;
        margin: 0px;
        margin-bottom: 15px;
    }
    .memberPage .btns .btn.btn-line{
        width: 100%;
    }
}