<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#codediv {
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}
.vcwrap {
    margin: 0px;
    width: 210px;
    overflow: hidden;
}

    .vcwrap div {
        display: block;
    }

    .vcwrap .item {
        position: relative;
        float: left;
        margin: 1px;
        /*margin-left: -2px;
        margin-top: -2px;*/
        width: 48px;
        height: 44px;
        text-align: center;
        border: 1px solid #ccc;
        cursor: pointer;
        background-color: #FCFCFC;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal; 
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
    }
     .vcwrap .item img {
         width: 100%;
         height: 100%;
     }

    /* webkit, opera, IE9 */
    .vcwrap .item img::selection{
        background: none;
    }

    /* mozilla firefox */
    .vcwrap .item img::-moz-selection{
        background: none;
    }

    .vcwrap .item.codeActive:before {
        content: "\f00c";
        position: absolute;
        bottom: 0;
        right: 4px;
        color: #F72121;
        z-index: 1;
    }
.code-wrap {
    margin: 5px auto;
    line-height: 20px;
    overflow: hidden;
    width: 250px;
}
.code-text {
    float: left;
    width: auto;
    text-align: left;
    font-size: 13px;
}
.code-text .code-tip {
    color: red;
    font-size: 15px !important;
}

.loginWrap .loginForm fieldset img {
    float:left;
}
.loginWrap .loginForm fieldset label {
    vertical-align: top;
}
.ui.input .code-btn,
.code-btn {
    float: right;
    color: #3B83C0;
    width: auto;
    height: 21px;
    padding: 0 ;
    padding-right: 0px !important;
    border: 0;
    background: none;
    border: none;
    text-decoration: none;
    font-size: 13px;
}
.code-btn .icon-refresh {
    padding-right: 5px;
}
.code-btn:hover ,.code-btn:focus{
    color: #3B83C0;
    border: none;
    outline: none;
    text-decoration: underline;
}
input.code-btn-drag {
    padding: 6px 0;
}
.old-valid {
    width: 120%;
    white-space: nowrap;
    font-size: 14px;
}
.old-valid .code-btn {
    padding: 8px;
}
.old-valid img {
    padding: 4px 0px;
}</pre></body></html>