.mycred-tbr-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
    padding: 1em;
    background: #fff;
    overflow-y: auto;
    max-height: 100%;
    z-index: 1050;
}

.mycred-tbr-popup-button-wrap {
    margin-top: 1rem;
    text-align: center;
}

.mycred-tbr-login-msg {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 5px;
}
.mycred-tbr-login-msg span{
    font-weight: 600;
    color: #491217;
}