.erphp-login-tips {
    position: fixed;
    z-index: 99999;
    bottom: -258px;
    right: 0;
    width: 250px;
    height: auto;
    background: #000000ad;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #2e3757;
    border-radius: 3px 0 0 0;
    padding: 20px;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    transition: bottom 0.3s cubic-bezier(.4,0,.2,1);
    font-size: 14px;
    color: #ffffff;
}

.erphp-login-tips-welcome {
    margin-bottom: 10px;
}

.erphp-login-tips-welcome span {
    color: #ff0000;
}

.erphp-login-tips-current {
    border-bottom: 1px solid #ff5b5b;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.erphp-login-tips-current span, .erphp-login-tips-last span {
    font-family: tahoma,arial,sans-serif;
}

.erphp-login-tips-bug {
    color: #ff0000;
    margin-top: 5px;
    font-weight: 600;
    font-size: 13px;
}

.erphp-login-tips .close {
    position: absolute;
    right: 0;
    top: -24px;
    background: #00000094;
    opacity: 1;
    color: #f20000;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px 3px 0 0;
    font-size: 20px;
    box-shadow: -2px -3px 3px rgba(0,0,0,0.1);
}
