#v-pills-tab button {
    border: 0;
    margin: 10px 0;
    background: none;

    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;

    height: 60px;
    line-height: 60px;

    display: flex;
    align-items: center;

    padding: 0 16px;
    box-sizing: border-box;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#v-pills-tab button.active{
    background-color: white;
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-right: -1px;
    z-index: 10;
    border-radius: 6px 0 0 6px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    outline: none;
    color: #000000;
}

#v-pills-tabContent .tab-pane {
    border: 1px solid #dfdfdf;
    border-radius: 6px;
}
.tab-pane {
    min-height: 400px;
    margin-bottom: 20px;
}
#v-pills-tabContent .tab-pane button{
    font-size: .7rem!important;

}
h1.h1_lk{
    margin-top: 2rem;
    font-weight: 500 !important;
    font-size: 1.4rem !important;
}
.enter{
    background-color: #fbf0cf !important;
    color: #2e2222;
}
.save{
    background-color: #4c8843 !important;
    color: white !important;
}
.office-auth-register-wrapper{
    background-color: #fbf0cf !important;
    border: none;
}


#nav_lk_mobile button{
    font-size: 0.8rem !important;
    padding: .5rem  .4rem .5rem .3rem !important;
}

@media (max-width: 640px) {
    #nav_lk_mobile button{
        font-weight: 400;
        color: #636363;
    }

    #nav_lk_mobile button.active{
        font-weight: bold;
        color:#d96e1f;
    }
    #v-pills-tabContent .tab-pane {
        border: none !important;
    }
    #nav_lk_mobile button i{
        margin-right: 3px;
    }
    #v-pills-tabContent *{
        font-size: 0.8rem;
    }

    #v-pills-tabContent h3{
        font-size: 0.9rem;
        margin-top: 1rem;
    }
    h1.h1_lk{
        margin: 0 !important;
        font-size: .9rem !important;
        text-align: left;
        color: #5a5a5a;
    }
}