span.error {
    display: inline-block;
	color: #0b2e13;
}

.form-error {
    /*float: right;*/
    margin-left: 8px;
    margin-bottom: 5px;
    color: #0b2e13;
}

.input-group-password {
    display: table;
    position: relative;
    border-collapse: separate;
}

.input-group-addon {
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}

.input-group-addon > img {
    position: absolute;
    right: 8px;
    top: 5px;
}

.tip-holder {
    min-height: 300px;
}

.frame {
    overflow-y: auto;
    /* border: 1px solid black;
    height: 3em;
    width: 10em;
    line-height: 1em; */
}

.frame::-webkit-scrollbar {
    -webkit-appearance: none;
}

.frame::-webkit-scrollbar:vertical {
    width: 12px;
}

.frame::-webkit-scrollbar:horizontal {
    height: 12px;
}

.frame::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; 
    background-color: #80808052;
}