body{
	/*background-image: url(../../image/bg_logo_1.jpg);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #011;
}



.auth-header {
    position: relative;
    text-align: center;
    height: 60px;
}

#loginDiv {
    position: relative;
    background: #fff;
    width: 500px;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.15);
    box-shadow: 0 3px 6px rgba(0,0,0,.15);
    padding-bottom: 30px;
}

.auth-login-title{
    text-align: center;
    overflow: hidden;
}

.content{
	text-align: center;
	font-size: 20px;
    margin: 12px 0 12px;
}

.auth-login__form{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 70px;
}

.x-input-wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: middle;
    -webkit-transition: width .2s ease;
    transition: width .2s ease;
}


.x-input {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 5px 12px;
    font-size: 13px;
    border-radius: 2px;
    background-image: none;
    position: relative;
    cursor: text;
    -webkit-transition: border .2s ease-in-out,background .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out,background .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    border: 1px solid #A0A0A0;
    color: #011;
    background-color: #fff;
}

.btnDiv{
	text-align: center;
    height: 50px;
}

.myBtn{
	width: 40%;
    float: right;
    margin-top: 10px;
}



.extra-actions{
    position: relative;
    width: 500px;
    margin: 10px auto 0;
    color:#011;  /* #333*/
}


.extra-actions .lang-switch{
    float: left;
    margin-left: 10px;
}

.lang-switch2{
    float: right;
    margin-right: 10px;
}


.extra-actions a{
    color: #000;   /*#333*/
    font-size: 14px;
    font-weight: bolder;
}

.x-form-item {
    margin-bottom: 25px;
}

#accountInputHit{
    color: #cb3436;
    display:none;
    font-size: 15px;
}


#passworkInputHit{
    color: #cb3436;
    display:none;
    font-size: 15px;
}


.intro{
    margin-top:-48% !important ;
}

.dropdown{
    float: left;
}

.selectlanguage{
    width: 120px;
    margin-top:12px;
}

.systemTitle{
    position:absolute;
    top:50%;
    left: 48%;
    margin:-210px 0 0 -105px;
}

.systemTitle span{
    font-size: 35px;
    color: #ffffff;
}

.selectsubscript{
    margin-left: 15px;
}

/*input:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*background: url('');*/
    /*right: 0;*/
    /*top: 50%;*/
/*}*/

.versionDiv{
    width:500px;
    margin: 0 auto;           /* 水平居中 */
    display: flex;
    justify-content: center;  /* 内部文本/内容水平居中 */
    align-items: center;      /* 内部文本/内容垂直居中（可选） */
    font-size: 22px;
    color: #778899;
    padding-top: 15px;
}

#selectLanguageBtn{
    border: 1px solid #000000;
}


