body {
    font-family: "Microsoft YaHei";
    background-image: url('../images/login/login_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    min-width: 800px;
    overflow: auto;
}

.cl {
    clear: both;
}

.err-alert {
    position: absolute;
    bottom: -22px;
    color: red;
    width: 100%;
    right: 0px;
    text-align: right;

}

.logo {
    position: absolute;
    top: 60px;
    left: 80px;
}

.carousel {
    /* height: 100%;
    margin: 0 auto;
    background: #FFB25A;
    position: relative; */
    
}

.has-success .form-control {
    box-shadow: none;
}

.logins input[type="text"][readonly] {
    background: none;
}

.logins {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 2%;
}

.carousel-caption {
    width: 520px;
    height: 460px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, .3);
    border: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 0 2px 29px 0 rgba(0, 0, 0, .19);
}

.form-horizontal .form-group {
    margin: 0;
}

.loginss {
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.letter-spaceing2 {
    letter-spacing: 2px;
}

.fontSize16 {
    font-size: 16px;
}

.inputs {
    /* background: #fff; */
    /* margin: 15px 20px; */
    padding: 5px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}

label img {
    width: 18px;
}

label {
    text-align: center;
}

.form-control {
    border: none;
    box-shadow: none;
    margin-top: 3px;
    margin-left: 6px;
    background: transparent;
    outline: none;
    padding: 0;
    color: #fff;
}

.form-group.fa-position {
    padding: 5px 0;
}
.pwd-position {
    position: relative;
}
.pwd-position input {
    width: 85%;
}
.pwd-position img {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}

.accounts {
    border-bottom: 1px solid #eee;
    position: relative;
}

.accounts label {
    font-weight: normal !important;
    letter-spacing: 2px;
}

.inputs .control-label {
    color: #fff !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin-top: 2px
}

.checkbox {
    font-size: 14px;
    color: #fff;
}

.checkbox span {
    display: inline-block;
    padding-right: 8px;
    color: #FFBE08;
    cursor: pointer;
}
.checkbox span:hover {
    color: #FFC500;
}

.pl10 {
    padding-left: 10px;
}

.btn-login {
    width: 140px;
    border-radius: 5px;
    height: 35px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
}

.btn-login-left {
    border: 1px solid #fff;
}
.btn-login-left:hover {
    border: 1px solid #FFC500;
    color: #FFC500;
}

.btn-login-right {
    background: #FFA737;
    color: #444;
    margin-left: 30px;
}
.btn-login-right:hover {
    background-color: #FFC500;
}

.btn-login:active {
    opacity: 0.5;
    cursor: pointer
}

.form-horizontal .btn-height {
    height: 48px;
    line-height: 48px;
}

.btn.btn-primary {
    background: none;
    border-radius: 0;
    font-size: 17px;
    width: 100%;
    /* height: 30px;
    line-height: 24px; */
    /*letter-spacing: 10px;*/
}
.btn-login-right .btn.btn-primary, .btn-login-left .btn.btn-primary {
    padding: 0;
    line-height: 48px;
}

.form-horizontal .control-label {
    text-align: center;
}

.checkbox {
    margin-left: 20px;
}

.logos {
    /* margin: 2% 35px; */
}

.copyright {
    position: fixed;
    color: #fff;
    font-size: 16px;
    text-align: center;
    bottom: 2%;
    width: 500px;
    margin-left: -250px;
    left: 50%;
}

.contents {
    /* margin-top:6%; */
}

.login-left {
    margin-top: -60px;
}

.login-left img {
    width: 100%;
}

input:focus,
button:focus {
    outline: none;
    box-shadow: 0 0 0 #fff !important;
}


/*修改密码*/
.c-inputs {
    background: #fff;
    margin: 15px 14px;
    padding: 5px 13px;
    border-radius: 3px;
}

.c-inputs .col-sm-3,
.c-inputs .col-sm-9 {
    padding: 0;
    font-weight: normal;
    color: #5e5e5e;
}

.c-inputs .form-group.fa-position {
    padding: 6px 0;
    position: relative;
}

.c-inputs .form-control {
    margin-top: 0;
}

/* label.col-sm-3.control-label {
    position: relative;
    top: 5px;
} */
.btn-change span {
    display: inline-block;
    font-size: 14px;
    width: 60px;
    text-align: center;
}

.tc {
    text-align: center;
}

.btn-change span {
    display: inline-block;
    font-size: 14px;
    width: 100px;
    border-radius: 3px;
    height: 30px;
    margin-top: 3px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    background: #FFBE00;
    cursor: pointer;
}

.btn-change span:active {
    opacity: 0.6;
}

.oldPsw,
.confrimPsw,
.newPsw {
    position: absolute;
    left: 60px;
    top: 34px;
    z-index: 999;
}

.oldPswText,
.confrimPswText,
.newPswText {
    border: 1px solid #ddd;
    background: #fff;
    padding: 3px 8px;
    display: inline-block;
    border-radius: 5px;
    color: red;
}

.oldPsws,
.confrimPsws,
.newPsws {
    height: 0;
    width: 0;
    border-width: 8px;
    border-style: solid dashed dashed;
    border-color: transparent transparent #ddd;
    position: absolute;
    top: -15px;
    left: 20px;
    font-size: 0;
    line-height: 0;
    z-index: 999
}

.oldPsw em {
    height: 0;
    width: 0;
    border-width: 8px;
    border-style: solid dashed dashed;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -14px;
    left: 20px;
    font-size: 0;
    z-index: 9999;
    line-height: 0;
}

/*国语话语言切换样式*/
.lan {
    position: absolute;
    top: 60px;
    right: 40px;
    width: 100px;
    z-index: 3;
}

.langs {
    position: relative;
    cursor: pointer;
}

.lanToggle {
    width: 100px;
    /* width: 100px;
    border: 1px solid #ddd;
    background: #fff;
    height: 26px;
    border-radius: 2px;
    line-height: 24px;
    padding-left: 6px; */
}

.lanChoose {
    border: 1px solid #ddd;
    background: #fff;
    width: 100px;
    display: none
}

.lanChoose ul {
    padding: 0;
    margin: 0;
}

.lanChoose ul li {
    list-style: none;
    font-size: 12px;
    padding: 3px 6px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.lanIcon {
    position: absolute;
    top: 3px;
    right: 6px;
}

/* .lanIcon .fi-caret::before{
    font-size: 12px;
    color: #6e7679
} */

.mt50 {
    margin-top: 50px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;

}

.other-title {
    font-size: 16px;
    color: white;
}

.flex-align-items-center {
    display: flex;
    align-items: center;
}

.msg-error {
    background-color: #EAC1B7;
    color: #FF7171;
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
}

.msg-succ {
    background-color: #bad8a9;
    color: green;
}

.input-other-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 5px;
    margin-top: 5px;
}

.input-other {
    width: 100%;
    font-size: 13px;
    height: 29px;
    line-height: 1.42857143;
    border: none;
    color: white;
    background-color: transparent;
}

.input-other::-webkit-input-placeholder {
    color: white;
}
.input-other::-internal-autofill-selected { 
    color: white !important;
    background-color: transparent !important;
}
.input-show-psw {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.input-verify-psw {
    height: 35px;
    width: 30%;
    border-radius: 5px;
    background-color: #ffa737;
    display: flex;
    justify-content: center;
    align-items: center;  
    color: #444;
    margin:0px 15px 0px 15px;     
    height: 35px;
    line-height: 30px;
    font-size: 16px;
}
.input-verify-psw:active{
    background-color: #ffC500; 
    cursor: pointer;
}
.input-verify-psw-disable {
    height: 29px;
    width: 35%;
    border-radius: 5px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center; 
    border: 1px solid #A09D98;
}

.input-verify-psw-button {
    font-size: 14px;
    color: #444444;
    font-weight: bold;    
    background: none;
    border-radius: 0;   
     border: none;
     padding-left: 0px;
     padding-right: 0px;
} 

.input-verify-psw-button-disable {
    color: #A09D98;
    font-weight: normal;   
}

.input-verify-div {
    width: 100%;
    border-radius: 0px 0px 5px 5px;  ;
    background-color: rgba(0, 0, 0, .4);
    border: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 0 2px 29px 0 rgba(0, 0, 0, .19);
    padding: 20px;
}
.input-verify-item{display: flex;  justify-content: space-between;}
.input-verify-text{font-size: 13px; font-weight: bold;  color: white;}
@media (min-width:1200px){body{width:1200px}}
@media (max-width:1200px){body{width:auto;}}