@charset "utf-8";
body{ background:#FFFFFF}
.c-header{background:none;border-bottom:none}
.pup-mask{position:fixed;top:0; left:0;width:100%;height:100%;background:#000;opacity:0.5;display:none}
.login-wrap{ width:80%;margin: 0 auto 50px;}
.login-wrap .l-logo{   width: 170px;margin: 30px auto 25px;text-align: center;}
.login-wrap .l-form .l-txt{ height:45px; width:100%; border-radius:45px; border:none; background:#EFEFEF; text-align:center; margin-bottom:1.125rem;}
.login-wrap .l-form .l-btn,.login-wrap .r-form .r-btn{ height:45px; width:100%; border-radius:45px; border:none; background:#5C7AF2; color:#FFF; margin-bottom:10px; font-size:1.125rem; letter-spacing:2px}
.login-wrap .l-form a{ margin:0 8px}
.login-wrap .r-form .r-txt{height:45px; line-height:43px; width:100%; border-radius:45px;border:solid 1px #EFEFEF; margin-bottom:2em;}
.login-wrap .r-form .r-txt dt{width:30%;float:left;border-right:solid 1px #EFEFEF;margin-left:-1px;text-align:center;color:#878787}
.login-wrap .r-form .r-txt dd{width:70%;float:left; position:relative}
.login-wrap .r-form .r-txt dd input[type="text"],.login-wrap .r-form .r-txt dd input[type="password"]{width:55%;float:left;height:43px;border:none;padding:0 5px;}
.login-wrap .r-form .r-txt dd .identifying{width:45%;float:right;border:none;border-left:solid 1px #EFEFEF;background:none;height:43px;color:#1FA5EC}
.login-wrap .r-form .r-txt dd label{    position: absolute;
    bottom: -25px;
    background-color: #FCE7AB;
    /*border: solid 1px #F7D77C;padding: 4px;*/
    z-index: 0;
    line-height: 24px;
        color: #F00;
    left: -1px;
    border-radius: 0 5px 5px 5px;}
.login-wrap .r-form .tc{font-size: 0.75rem;margin:10px 0 15px 0}
.pupCaptcha{position:fixed;top:30%;width:80%;left:10%;background:#FFF;border-radius:5px;overflow:hidden;padding:20px 15px;text-align: center;display:none}
.pupCaptcha .r-txt{height:45px; line-height:43px; width:100%; border-radius:8px;border:solid 1px #EFEFEF; margin-bottom:20px;overflow:hidden}
.pupCaptcha .r-txt input[type="text"]{width:60%;float:left;height:43px;border:none;padding:0 10px;}
.pupCaptcha .r-txt .captchaImage{width:40%;float:left;padding:0 10px;margin: 10px 0;}
.pupCaptcha .captchat-btn{ height:38px; width:80%; border-radius:45px; border:none; background:#5C7AF2; color:#FFF; font-size:1.125rem; letter-spacing:2px;margin:auto}