.memberdeck form .payment-errors a {
    color: #FFC043 !important;
    text-decoration: underline !important;
    font-weight: bold !important;
} 

.confirm-screen .reveal-login {
    color: white !important;
    background-color: #29b08b !important;
    font-weight: bold !important;
    text-decoration: none !important;
    padding: 8px !important;
    border-radius: 8px !important;
    display: none  !important;
}

#finaldescPayPal {
    display: none  !important;
}

.confirm-screen .reveal-account {
    display: none  !important;
}

#logged-input::after{
    content: "Important: Please make sure to specify a valid email address, so we can contact you regarding reward fulfillment.";
    display: block;
    text-align: center;
}

body.layout-full {
    background-color-x: #fff !important;
}
