.inputcolor {
    color: #FFFFFF !important;
    background-color: transparent !important;
}

.label-me {
    margin: 10px auto;
}

.nosee {
    display: none;
}

button {
    cursor: pointer;
}

.CS_Login .CS_content_tablogin li.tabhover {
    background: #20ade5;
}

.checkcodewith {
    width: 125px;
}

input::-webkit-input-placeholder {
    color: #fff !important;
}

input:-moz-placeholder {
    color: #fff !important;
}

.tologin a {
    margin: 0 110px 0 10px;
    /* margin-right: 118px; */
    font-size: 18px;
}

.myspan {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 50px;
    overflow: hidden;
    height: 38px;
    width: 152px;
    background: #fff;
}

.myopacity {
    opacity: 0.4;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

.protocolLabel{
    font-size: 13px;
    color: #fff;
    line-height: 18px;
}

.protocolLabel span{
    padding-left: 27px;
}

.protocolLabel input{
    border: 1px solid #fff;
    background: #fff0;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    line-height:  16px;
    position: absolute;
}

.tologin{
    position: relative;
    display: block;
    height: 18px;
    line-height: 18px;
    overflow:  hidden;
}