::placeholder {
    color: rgba(0,0,0,0.2);
}
.container {
    width: 100%;
    height: 100vh;
    background-image: url("/static/business/larryms/images/login/login_bg_cbpj2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}
.container_zbgd{
    background-image: url("/static/business/larryms/images/login/login_bg_cbpj2.png");
}
.container_zbgx{
    background-image: url("/static/business/larryms/images/login/login_bg_zbgxznjj.png");
}
.loginBox {
    width: 1020px;
    height: 622px;
    margin-top: calc((100vh - 622px) / 2);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    background-image: url('/static/business/larryms/images/login/login_bg_cbpj.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    transition: all .2s;
}

.loginBox_zbgd{
    background-image: url('/static/business/larryms/images/login/login_bg_cbpj_zbgd.png');
}
.loginBox_zbgx{
    background-image: url('/static/business/larryms/images/login/login_bg_cbpj_zbgx.png');
}
.logoBlock {
    width: 512px;
    min-width: 260px;
    height: auto;
    box-sizing: border-box;
    padding: 0px 20px 0px 20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #324160;
    position: absolute;
    top: 75px;
    right: 0;
}
.logoBlock img.logoImg {
    width: 45px;
    margin-right: 10px;
    display: none;
}
.logoBlock .ifn {
    color: #0E95A6;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 12px;
}
.loginBox form {
    width: 512px;
    position: absolute;
    top: 180px;
    right: 0;
}
.loginTxtRow {
    width: 77%;
    min-width: 260px;
    height: 45px;
    line-height: 45px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    margin-top: 30px;
}
.loginTxtRow input[type="text"], .loginTxtRow input[type="password"] {
    width: calc(100% - 65px);
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 0;
    color: rgba(0,0,0,0.8);
    margin-left: 15px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
}
#username_input {
    background-image: url("/static/business/larryms/images/login/icon-user.png");
}
#password_input {
    background-image: url("/static/business/larryms/images/login/icon-password.png");
}
.loginValidRow {
    margin-top: 20px;
    width: 77%;
    min-width: 260px;
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.loginValidRow .geetest_holder.geetest_wind {
    width: 100%!important;
    height: 50px;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_radar_btn, .loginValidRow .geetest_holder.geetest_wind .geetest_success_btn {
    border-radius: 0px;
    border: 1px solid #1B8EC3;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_radar {
    margin: 9px;
    left: 5px;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_radar_tip, .loginValidRow .geetest_holder.geetest_wind .geetest_success_radar_tip {
    height: 48px;
    line-height: 48px;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_logo, .loginValidRow .geetest_holder.geetest_wind .geetest_success_logo {
    top: 12px;
    right: 15px;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_logo {
    background-image: url('/static/business/larryms/images/login/va.png');
    background-size: 100% 100%;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_radar_btn {
    background-image: none;
    background-color: rgba(255,255,255,0);
}
.loginValidRow .geetest_holder.geetest_wind .geetest_radar_btn:hover {
    background-image: none;
    background-color: rgba(255,255,255,0);
}
.loginValidRow .geetest_holder.geetest_wind .geetest_radar_tip, .loginValidRow .geetest_holder.geetest_wind .geetest_success_radar_tip {
    font-size: 16px;
    color: #76E5FF;
    padding: 0 60px 0 60px;
}
.loginValidRow .geetest_holder.geetest_wind.geetest_radar_click_ready .geetest_radar_btn {
    background: rgba(255,255,255,0);
}
.loginValidRow .geetest_holder.geetest_wind .geetest_success_btn .geetest_success_box {
    top: 12px;
    left: 14px;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_wait {
    top: 3px;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_wait .geetest_wait_dot {
    background: #76E5FF;
}
.loginValidRow .geetest_holder.geetest_wind.geetest_radar_click_hide .geetest_radar .geetest_dot, .loginValidRow .geetest_holder.geetest_wind.geetest_slide_click_hide .geetest_radar .geetest_dot {
    background: #76E5FF;
}
.loginValidRow .geetest_holder.geetest_wind .geetest_success_radar_tip {
    color: #18A452;
}
.loginBtnRow {
    margin-top: 40px;
    width: 77%;
    min-width: 260px;
    margin-left: auto;
    margin-right: auto;
}
.loginBtnRow input[type="submit"] {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 0px;
    color: rgba(0,0,0,0.8);
    border: 2px solid #4FA1D9;
    background-color: #FFFFFF;
    color: #4FA1D9;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    outline: none;
    transition: all .2s;
}
.loginBtnRow input[type="submit"]:hover {
    background-color: #4FA1D9;
    color: #FFFFFF;
}
.copyRightBox {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.copyRightBox p {
    color: #818587;
    line-height: 21px;
}
@media screen and (max-width: 1020px) {
    .loginBox {
        width: 520px;
        height: 520px;
        background-image: none;
    }
}
@media screen and (max-width: 520px) {
    .loginBox {
        width: 330px;
        background-image: none;
    }
    .logoBlock {
        width: 330px;
        left: 50%;
        right: auto;
        margin-left: -165px;
    }
    .loginBox form {
        width: 330px;
        left: 50%;
        right: auto;
        margin-left: -165px;
    }
}
@media screen and (max-width: 330px) {
    .container {
        overflow: auto;
    }
}