@charset "utf-8";
.loginmask {
    width: 100%;
    height: 100%;
    z-index: 999998;
    background: rgba(16, 16, 16, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#email_input {
    height: 30px;
}

/*#loginalert {*/
/*margin-top: 10%;*/
/*width: 550px;*/
/*background: url('/assets/images/join-our-familyy.png') no-repeat 50% 50%;*/
/*position: fixed;*/
/*top: -800px;*/
/*left: 50%;*/
/*margin-left: -220px;*/
/*z-index: 999999;*/
/*height: 385px;*/
/*}*/

@media only screen and (max-width: 768px) {
    #loginalert {
        background-size: contain !important;
    }

    #loginwrap {
        bottom: 32px;
    }
}

#loginalert {
    background: url(/assets/images/join-our-familyy-2.png) no-repeat 50% 50%;
    position: absolute;
    top: -800px;
    left: 0;
    margin-top: 10%;
    z-index: 999999;
    height: 385px;
    right: 0;
}

.pd20 {
    padding-left: 19px;
    padding-right: 18px;
}

.closealert {
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
    color: #e1251b;
    position: absolute;
    bottom: -71px;
    right: 14px;
    width: 100px;
}

/*.loginwrap {*/
/*width: 420px;*/
/*margin: 0 auto;*/
/*}*/

.loginwrap {
    width: 402px;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
}

/*.loginh {*/
/*position: absolute;*/
/*bottom: 29px;*/
/*left: 114px;*/
/*margin-bottom: 0 !important;*/
/*}*/

.loginh {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 355px;
    margin: 0 auto;
}

.loginh {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}

.loginh .fr {
    font-size: 18px;
    line-height: 50px;
    color: #707070;
}

.loginh .fr a {
    font-size: 18px;
    line-height: 50px;
    color: #FF4200;
    margin-left: 5px;
}

.loginwrap h3 {
    font-size: 14px;
    font-weight: 500;
    height: 20px;
    margin-top: 15px;
    color: #292929
}

#login_form {
    top: 55px;
    position: relative;
}

/*.logininput {*/
/*bottom: 37px;*/
/*position: absolute;*/
/*width: 100%;*/
/*left: 114px;*/
/*}*/

.logininput {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*#pop_check_dom {*/
/*bottom: -41px;*/
/*position: absolute;*/
/*left: 57px;*/
/*color: white;*/
/*width: auto;*/
/*padding: 0 12px;*/
/*}*/

#pop_check_dom {
    color: white;
    top: 45px;
    padding: 5px 15px;
}

.logininput input {
    width: 40%;
    border: 0;
    overflow: hidden;
    color: #979696;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 0;
    float: left;
}

.logininput .loginusername {
    margin-top: 15px;
    margin-bottom: 10px;
}

.loginsubmit input {
    width: auto;
    height: 40px;
    color: #fff;
    background: #70CA10;
    display: block;
    text-align: center;
    font-size: 20px;
    border: none;
    cursor: pointer;
    padding: 7px 15px;
}

.logincal {
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #d63b22;
    display: block;
    text-align: center;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.loginsubmit {
    height: 40px;
    margin: 0 0 0 1em;
    display: inline-block;
}

.loginsubmiting {
    height: 40px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: none;
}

.loginsubmiting_inner {
    height: 40px;
    background: url('loading.gif') no-repeat 50% 50%;
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
}

.thirdlogin .pd50 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.thirdlogin h4 {
    color: #6B6A6A;
    font-weight: 500;
    margin-bottom: 20px;
}

.thirdlogin ul li {
    display: block;
    float: left;
    margin-bottom: 10px;
}

.thirdlogin ul li a {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 160px;
    color: #fff;
    text-indent: 60px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

@media screen and (max-width: 550px) {
    #loginalert {
        width: 100%;
        left: 0px;
        margin-left: 0px;
    }

    #loginwrap {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    #loginwrap h3 {
        word-wrap: break-word;
        line-height: 22px;
        height: auto;
    }
}
