@charset "utf-8";
/* public/login */

@media (min-width:500px) and (max-width:600px){
    .publicLoginBox{
        width:420px !important;
    }
    .publicSignCon {
        padding: 45px 20px !important;
    }
    /*#selectDiv {
        width: 54% !important;
    }*/
    #my_select_id {
        width: 72.5% !important;
    }
    #vcode {
        width: 54% !important;
    }
    #btnSubmit {
        width: 40.5% !important;
    }
    #email {
        width: 54% !important;
    }
}
.fa-check-circle:before {
    content: "";
}
.layui-layer-btn a {
    background: #028345 !important;
    color: #fff !important;
    width: 80px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 34px !important;
}
.layui-layer-btn a:hover {
    background: #886d00 !important;
    border-color: #886d00 !important;
}
.error {
    color:#dd4b39;
}
@media (min-width:200px) and (max-width:499px){
    .login-page .publicLoginBox {
        width: 90vw;
    }
    .login-logo b {
        line-height: 1.2 !important;
        display: flex;
        padding: 2.15vw 0 0;
    }
    #selectDiv {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
    .publicLoginBox .login-box-body {
        padding: 45px 15px;
    }
}
@media (min-width:400px) and (max-width:499px){
    
    
    #btncode, #btnSubmit {
        width: 39vw !important;
        margin: 0 !important;
    }
    #email, #vcode, #phone {
        width: 39vw !important;
    }
    #selectGroup {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #my_select_id {
        width: 68% !important;
    }
}
@media (min-width:300px) and (max-width:399px){
    .btnContainer {
        padding: 0;
    }
    #btnSingIn, #btnCancel {
        min-width: 136px;
    }
    #selectGroup {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #my_select_id {
        width: 49vw !important;
        margin: 0 !important;
    }
    #email, #vcode, #phone {
        width: 37vw !important;
    }
    #btncode, #btnSubmit {
        width: 40vw !important;
    }
}
@media (max-width:390px){
    .btnContainer {
        flex-direction: column;
        align-items: center;
    }
    #btnSingIn, #btnCancel {
        width: 55vw !important;
    }
    #btnSingIn {
        margin: 4vh 0 0 !important;
    }
    #btnCancel {
        margin: 2vh 0 0 !important;
    }
    .btnContainer .btnLoginGroup {
        width: 100%;
    }
    #email, #vcode, #phone {
        width: 35vw !important;
    }
    #btncode, #btnSubmit {
        margin: 0 !important;
    }
    #selectDiv, .publicLoginBox .codeBox {
        flex-direction: column;
    }
    #email, #vcode, #phone {
        width: 100% !important;
    }
    .publicLoginBox #btncode, #btnSubmit {
        width: 100% !important;
        margin: 3% 0 0 !important;
    }
}
#btnSingIn, #btnCancel {
    width: 100% !important;
    
}
.btnLoginGroup {
    width: 7vw;
    min-width: 140px;
    max-width:180px;
}
#btncode, #btnSubmit {
    min-width: 150px !important;
}
#email, #vcode, #phone {
    min-width: 120px !important;
    padding: 6px 12px;
}
#btncode { 
    margin: 0 !important;
}
#selectDiv {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
html, .login-page {
    background: #fff;
}

.login-box {
    width: 580px;
}

.login-box-body {
    border-radius: 8px;
    padding: 45px 50px;
    box-shadow: 0px 0px 8px rgba(54, 124, 43, .3)
}

.login-box-msg {
    font-size: 28px;
    line-height: 1;
    padding: 0 0 30px 0;
    /*-webkit-text-stroke: 1px #367c2b;
            text-stroke: 1px black;*/
    color: #367c2b;
}

#my_select_id {
    height: 34px;
    width: 39%;
    border-color: #d2d6de;
    font-size: 16px;
    border-radius: 5px;
}



label {
    font-size: 16px;
    font-weight: 600;
}

.codeBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#btnSubmit {
    margin: 0;
    width: 33.4%;
}

#email, #vcode, #phone {
    border-radius: 5px;
    height: 40px;
    width: 61.5%;
    display: inline-block;
}

.text-danger {
    color: red;
    font-size: 16px;
}


#selectDiv {
    width: 100%;
    display: inline-block;
}

#btncode {
    display: inline-block;
    /*margin: -2px 0 0 18px;*/
    /* position: absolute;
            left: 306px;
            bottom: 0;*/
}

#label_tx {
    margin: 10px 0 10px 0;
}

html {
    overflow: auto;
}

.login-page {
    background: url(/assets/dist/images/loginbg.jpg) no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
}

.tit {
    color: #367c2b;
}

.registTip {
    margin: 20px 0 -30px;
}

.btnContainer {
    float: none;
    display: flex;
    justify-content: space-evenly;
}

.layui-layer-dialog .layui-layer-content {
    word-break: keep-all !important;
}

.publicSignCon .btn {
    background: #367c2b !important;
}

#btnSingIn {
    width: 100%;
}

.bg-yellow {
    color: #dd4b39 !important;
    background: none !important;
    display: block;
    text-align: center;
    margin-top: -20px;
    font-size: 14px;
}