
.subject{
    display: flex; /* 使用 flex 布局 */
    /*flex-direction: column; !* 主轴方向为垂直，子元素上下排列 *!*/
    height: 100vh;

    /*position: absolute;*/
    /*right: 205px;*/
    /*top: 295px;*/


}







/*.login_container {*/
/*    !*position: fixed;*!*/
/*    !*top: 360px;*!*/
/*    !*left: 1135px;*!*/
/*    width: 100%;*/
/*    padding: 10px 15px;*/
/*    border-radius: 5px;*/
/*    background: #1c3c60;*/
/*}*/
.login_container{

}

.btn{
    width: 100%;
    height: 50px;
    /*padding: 0 60px;*/
    vertical-align: middle;
    background: #35435d;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    text-shadow: none;
}

.login-title span{
    font-size: 16px;
    display:inline-block;
    color: white;
    padding: 15px 20px 20px 20px ;
}





.a-link:HOVER ,.fot-a-link:HOVER{
    color: #3499d0;
}

.a-link1{
    /*margin: 20px;*/
    color: white;
    cursor: pointer;
}

.a-link{
    margin: 20px;
    color: white;
    cursor: pointer;
}

.a-link1{
    color: white;
    font-size: 14px;
    /*line-height: 13px;*/
    /*margin-top: -30px;*/
    /*margin-right: 25px;*/
}
.a-link3{
    color: white;
    margin-left: 350px;
}

.fot-a-link{
    line-height: 13px;
    /*margin-right: 30px;*/
    margin-left: 16px;
    margin-top: 10px;
    color: white;
    cursor: pointer;
}

.send-code{
    color:white;
}

.send-code:HOVER {
    color:black;
}

input{
    font-size: 14px !important;
}

.sms-btnGet,.btnGet{
    position: absolute;right: 5px;top: 3px;
    display: inline-block;
    background: #fff;padding: 10px 15px;
    color: #3AB8CC;
    cursor: pointer;
    border-radius: 5px;
}

.wxStyle {
    color: #e8e8e8;
    text-decoration:underline;
    cursor: pointer;
    margin-left: 50px;
}

.footer{
    position: fixed;
    width: 100%;
    bottom: 0px;
    color: #fff;
    z-index: 1000000;
    background: #333;
    height: 36px;
    line-height: 36px;
}

.checkbox-remember{
    font-size: 14px;
    line-height: 20px;
    float: right;
    margin-top: 10px;
    margin-right: 60px;
}



.agreeA{
    color: #3AB8CC;
}
.checkbox-remember input[type=checkbox]+label:before {
    line-height: 1;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border: 1px solid #dce4e6;
    border-radius: 3px;
    background-color: #f3f6f8;
    background-repeat: no-repeat;
    background-size: 100%;
}

.checkbox-remember input {
    display: none;
    opacity: 0;
}

.checkbox-remember label{
    color:#fff;
}

.checkbox-remember input[type=checkbox]:checked+label:before {
    border: 1px solid #21b351;
    background-color: #21b351;
    background-image: url(../../../image/oss/iot/icon-check.svg);
}

.checkbox-remember input[type=checkbox]+label {
    display: flex;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
}


/*newcss*/

.system-login-box{
    width: 512px;
    min-height: 464px;
    padding: 40px 60px;
    background-color: #184367;
    border-radius: 20px 20px 20px 20px;
}
.title{
    height: 60px;
    width: 100%;

}
.system-title{
    /*position: fixed;*/
    /*top: 288px;*/
    /*left: 1115px;*/
    height: 40px;
    width: 100%;
    margin-bottom: 32px;
    font-size: 40px;
    text-align: center; /* 居中对齐 */
    font-weight: bold; /* 文字加粗 */
    >img{
        height: 40px;
        width: 160px;
    }
}
.system-title-register{
    margin-bottom: 32px;
}
.login-title{
    line-height: 24px;
    margin-bottom: 29px;
}
.login-title-tabs{
    font-weight: 500;
    font-size: 20px;
    color: #ddd;
    line-height: 0px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 40px;
}
.login-title-tabs-selected{
    position: relative;
    color: #FFFFFF;
}
.login-title-tabs-selected::after{
    display: block;
    position: absolute;
    content: '';
    left: calc(50% - 10px);
    bottom: -17px;
    width: 21px;
    height: 9px;
    background-image: url(../../../image/oss/index/loginTabsSelected.png); /* 替换为你的图片路径 */
    background-position: center; /* 图片居中 */
    background-size: cover; /* 图片覆盖整个元素 */
    background-repeat: no-repeat; /* 不重复图片 */

}
.login-input{
    margin-bottom: 20px;
}
.login-input-register{
    margin-bottom: 20px;
}
.checkbox-remember1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.noadmin-register{
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
input[type="checkbox"] {
    width: 16px;
    height: 16px;
    background-color: #184367;
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
}
input[type="checkbox"]:checked {
    background: url(../../../image/oss/index/login-checked.png)
    no-repeat center;
    background-size: 100% 100%;
    border: 1px solid #3AB8CC;
}
.btn{
    width: 100%;
    height: 50px;
    vertical-align: middle;
    background: #3AB8CC;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    text-shadow: none;
}
.agree-box-class{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
}
.agree-box-class-register{
    color: #000720;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
}
.code-input{
    padding-right: 200px;
}
.input{
    padding: 17px 24px;
}
a{
    cursor: pointer;
}