@charset "utf-8";

.error-tips {
    display: inline-block;
    background: #c33;
    font-size: 80%;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 5px;
}
.validation-notice {
    position: fixed;
    padding: 10px 20px;
    background: #c33;
    color: #fff;
    border-radius: 10px;
    bottom: 20px;
    right: 30px;
    opacity: 0;
    cursor: pointer;
    z-index: 9999;
}
