.login-box {
    background: #f4f4f4;
    padding: 2rem;
    border: 1px solid #ddd;
    max-width: 75%;
    margin: 2rem auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

/*.button_div{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.button_div input{*/
/*    margin-left: auto !important;*/
/*    margin-right: auto !important;*/
/*}*/

#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg, #wpmem_reg{
    margin-left: auto !important;
    margin-right: auto !important;
}

.login-box h2 {
    margin-bottom: 1rem;
    text-align: center;
}

.access-denied {
    text-align: center;
    color: red;
    padding: 2rem;
}

.wps-limit-login-credits{
    display: none;
}

.wpmem-login-register-tabs {
    max-width: 80%;
    width: 50%;
    margin: 0 auto;
    font-family: sans-serif;
}

.tabs-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tab-button {
    flex: 1;
    padding: 10px;
    background: #eee;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.tab-button.active {
    background: #0073aa;
    color: #fff;
}

.tabs-content {
    border: 1px solid #ccc;
    padding: 15px;
    background: #fafafa;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}