body {
    margin: 0px;
    color: #C0C4CC;
}

.rememberPwd .x-form-cb-label-default {
    color: #C0C4CC !important;
}

.loginForm {
    width: 400px;
    padding: 27px 35px 27px 35px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 2px #373b40;
    border-radius: 4px;
}
.securityBox{
    color:#D83D1F;
    font-size: 18px;
    font-weight:bold;
    position: relative;
    top:10px;
}
.inputDiv {
    border-bottom: #C0C4CC solid 1px;
    display: flex;
    height: 32px;
}


.iconCls {
    color: #C0C4CC;
    font-size: 26px;
    cursor: auto;
}
.bottomtdCls{
    height: 100%;
    display: flex;
    justify-content:space-between;
    align-items: flex-end;
    padding-left: 30px;
}

.loginButton {
    height: 40px;
    line-height: 40px;
    background-color: #0f873f;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}
.loginButtonLoading{
    background-color: #597A92 !important;
}
.loginButtonLoading .hj-line-dengdai{
    display: inline !important;
}
.turn{
    position: absolute;
    top:0px;
    left: 195px;
    animation:turn 2s linear infinite;
}
@keyframes turn{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}
.loginButton:hover{
    background-color: #14b450;
}

.loginForm .x-form-text-default {
    background-color: transparent !important;
    color: white;
}

.schemeSelectPanel .x-form-text-default {
    padding: 0px;
    border: #c5c5c5 1px solid;
}

.x-form-trigger-wrap-default {
    border: none;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #c2c5cc !important;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c2c5cc !important;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c2c5cc !important;
}

input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #c2c5cc !important;
}

.mainCls {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;

}

.schemeSelect {
    position: absolute;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}
.langSelect {
    position: absolute;
    cursor: pointer;
    bottom: 20px;
    right: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}
.langSelectWindow {
    display: none;
    position: absolute;
    bottom: 50px;
    right: 60px;
    width: 100px;
    height: 110px;
    background-color: white;
    padding: 5px;
    border-radius: 4px;
}
.langSelectWindow .hj-line {
    margin: 0px 5px;
}
.langSelectRow {
    width: 100%;
    height: 28px;
    cursor: pointer;
    border-radius: 4px;
}
.langSelectRow:hover{
    background-color: #d9d9d9;
}

.wrap {
    position: absolute;

    left: 0px;
    top: 0px;
    height: 100vh;
    z-index: -1;
    transition-property: left;

}

.wrap img {
    float: left;
    width: 100vw;
    height: 100vh;
}

.arrow_left {
    position: absolute;
    cursor: pointer;
    height: 36px;
    width: 36px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    top: 50%;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow_right {
    position: absolute;
    cursor: pointer;
    height: 36px;
    width: 36px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    top: 50%;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activeSheme {
    border: #4eb5ff 1px solid;
}

.activeShemeDiv {
    padding: 1px;
    float: left;
    margin: 5px;
    width: 55px;
    height: 55px;
}

.shemeSelectImg {
    width: 51px;
    height: 51px;
    cursor: pointer;
}

.shemeSelectDiv {
    border: #c5c5c5 1px solid;
    height: 138px;
    width: 348px;
    overflow-y: auto;
}

.password-trigger{
    background: transparent;
    color:#C0C4CC !important;
    line-height: 30px !important;
}

.appdatefield .x-form-trigger-default {
    background: transparent;
}

.verificationCodeDiv {
    position: relative;
    height: 36px;
    line-height: 36px;
    background: rgba(45, 45, 45, 0.8);
    border-radius: 4px;
    text-align: center;
    color: #c0c4cc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.refreshdiv{
    position: absolute;
    top:5px;
    left: 300px;
    width: 50px;
    height: 50px;
}
.smallimg{
    position: absolute;
    width: 60px;
    height: 60px;
}


.slider {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0px;
    border-radius: 4px;
    width: 40px;
    line-height: 40px;
    height: 100%;
    text-align: center;
    /*box-shadow: 0px 2px 2px #b3b7bc;*/
}
.sliderMousedown{
    background-color: rgba(0, 0, 0, 0.71);
}
.sliderMouseup{
    background: rgba(15, 135, 65, 0.7);
}
.slidererror{
    background-color: rgb(245, 122, 122);
}
.sliderok{
    background-color: rgb(15, 195, 63);
}

.rowdiv {
    position: absolute;
    top: 0px;
    height: 34px;
    left: 0px;
    border-radius: 4px;
}
.rowdivMouserdown{
    background-color: rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(0, 0, 0,1);
    border-top: 1px solid rgba(0, 0, 0,1);
    border-bottom: 1px solid rgba(0, 0, 0,1);
    border-right: none;
}
.rowdiverror{
    background-color: rgba(245, 122, 122, 0.71);
    border-left: 1px solid rgba(245, 122, 122, 0.71);
    border-top: 1px solid rgba(245, 122, 122, 0.71);
    border-bottom: 1px solid rgba(245, 122, 122, 0.71);
    border-right: none;
}
.rowdivok{
    background-color: rgba(20, 180, 80, 0.91);
    border-left: 1px solid rgba(82, 204, 186, 0.71);
    border-top: 1px solid rgba(82, 204, 186, 0.71);
    border-bottom: 1px solid rgba(20, 180, 80, 0.71);
    border-right: none;
}

.hj-line{
    line-height: normal;
}
.hj-menu{
    line-height: normal;
}
.hj-block{
    line-height: normal;
}

.sendMsgButton{
    width: 80px;
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    color: rgb(197, 197, 197);
    text-align: center;
    border-radius: 2px;
}
.canSend{
    background-color: #003257;
    cursor: pointer;
}
.canNotSend{
    background-color: #858c9c;
    cursor: not-allowed;
}
.copyright {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #C0C4CC;
    font-size: 14px;
}
.browserBox{
    font-family:微软雅黑;
    color: #333333;
}
.browserBox .tip{
    text-align: center;
    font-size: 1.2em;
    vertical-align: middle;
}
.browserBox i{
    color: #FF4141;
}
.browserItem{
    width: 160px;
    height: 160px;
    margin:20px;
    font-size: 1.1em;
}
:-ms-input-placeholder.x-form-field.x-form-text{
    color:#c0c4cc;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out,background-color 99999s ease-out;
}