#loginform label {
    color: #fff;
}

#loginform .login-password input,
#loginform .login-username input,
.pmpro_lost_password-field input,
.pmpro_lost_password-field input:focus,
.pmpro_checkout input, .pmpro_checkout input:focus {
    background: #fff;
    color: #333;
    border-radius: 5px;
    border-color: #fff;
    height: 50px;
    padding: 8px 12px;
    padding-left: 14px;
    margin-top: 8px;
}


#loginform .login-submit input {
    width: 90%;
    height: 50px
}


form.pmpro_form .pmpro_checkout-fields div,
#loginform p {
    margin: 0 0 0.6em 0;
}

#loginform .login-remember {
    display: none
}

.pmpro_logged_in_welcome_wrap {
    text-align: center;
    background: #fff;
    border-radius: 5px
}

.pmpro_message pmpro_error {
    max-width: 90%
}


.pmpro_checkbox_group {
    display: flex;
    width: 100%;
    gap: 10px;
}

.pmpro_checkbox_group .pmpro_checkout-field {
    width: 100%;
}

.pmpro_signup_form .pmpro_checkout-field input {
    max-width: 100% !important;
}


.pmpro-signup-footer {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pmpro_advanced_levels-div{
    display: flex;
    padding: 20px;
}
