@charset "UTF-8";
header{
    display: none;
}
/* ----------------------------------------------------------------------------------------------------
*  login
* --------------------------------------------------------------------------------------------------*/
body.page-id-91{
    width: 100%;
    background: #000 url(../img/login/bg_main.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.tmp-pw-reset-widget-form .tmp-pw-reset-widget-inside{
    padding: 75px 0;
    background: transparent;
}
.tmp-login-widget-form{
    width: 100%;
    background: #000 url(../img/login/bg_main.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 90px 0;
}
.tmp-login-form-inner{
    position: relative;
    width: 450px;
    margin:0 auto;
    background: rgba(0,0,0,0.95);
    height: calc(100% - 170px);
    padding: 165px 70px 100px;
    border-radius: 5px;
}
.login-txt{
    color: #FFF;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}
.tmp-login-form-inner::before{
    content: '';
    display: block;
    width: 340px;
    height: 63px;
    background-image: url(../img/login/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
}
.tmp-pw-reset-widget-inside{
    width: 450px;
    margin:0 auto;
    background: rgba(0,0,0,1);
    height: calc(100% - 170px);
    padding: 75px 70px;
    border-radius: 5px;
}
.tmp-pw-reset-widget-form > p{
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.3
}
.login_area .logo{
    width: 243px;
    margin: 0 auto;
}
.login_area .txt{
    margin: 35px 0 25px;
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
    font-weight: bold;
}
.tmp-pw-reset-email{
    margin-bottom: 10px;
    font-size: 1.4rem;
}
.tmp-mail-label,.tmp-password-label{
    display: none;
}
.tmp-mail-input input,
.tmp-password-input input,
.tmp-pw-reset-email-input input{
    width: 100%;
    height:50px;
    border-radius: 4px;
    background: #333;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 0 13px;
    color: #ccc;
    font-size: 1.5rem;
    border:none;
}
.tmp-mail-input input::placeholder,
.tmp-mail-input input:-ms-input-placeholder,
.tmp-mail-input input::-ms-input-placeholder,
.tmp-password-input input::placeholder,
.tmp-password-input input:-ms-input-placeholder,
.tmp-password-input input::-ms-input-placeholder {
  color: #ccc;
}
.tmp-mail-input input{
    margin-bottom: 20px;
}
.tmp-login-submit input,
.tmp-pw-reset-submit-button input{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    background: #c15447;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    margin: 40px auto 15px;
    cursor: pointer;
}
.tmp-pw-reset-submit-button input{
    margin-top: 20px;
}
label.tmp-rember-label,
.tmp-login-form-pw-reset-link{
    font-size: 1.4rem;
    color: #fff;
    text-align: left;
}
.tmp-remember-checkbox #auto_login{
    display: none;
}
.tmp-rember-label{
    padding: 3px 0 0 22px;
    position:relative;
    cursor: pointer;
}
.tmp-rember-label::before{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../img/login/ico_check.png) 0  no-repeat;
    border-radius: 2px;
}
.win .tmp-rember-label::before{
    top: 0.25em;
}
.tmp-rember-label.active::before{
    background: url(../img/login/ico_checked.png) 0 0 no-repeat;
}
#tmp-login-form-pw-reset-box{
    margin: 10px 0 0 20px;
    text-align: left;
}

.application_btn a{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    background: #18a6ef;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 90px;
}

footer{
    background: #202122;
}
footer.membership-login small{
    margin-top: 0;
}
footer .login_nav{
    width: 450px;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}

/*@media screen and (min-width: 769px) {*/
/*    footer .nav {*/
/*        width: 380px;*/
/*    }*/
/*}*/

@media screen and (max-width: 768px) {
    body{
        margin-top: 0;
    }
    .tmp-login-widget-form,
    .tmp-pw-reset-widget-form{
        padding: 15% 0;
    }
    .tmp-login-form-inner{
        width: 90%;
        max-width: 320px;
        height: auto;
        padding: 100px 5% 15%;
    }
    .tmp-login-form-inner::before{
        width: 235px;
        height: 60px;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        background-position: center center;
    }
    .tmp-login-form-inner::after{
        font-size: 28px;
        top: 200px;
    }
    .tmp-pw-reset-widget-inside{
        width: 90%;
        max-width: 320px;
        height: auto;
        padding: 12% 5%;
    }
    .tmp-pw-reset-widget-form > p:first-of-type{
        width: 90%;
        margin:0 auto 5%;
        padding: 0 5px;
    }
    .login_area .txt{
        margin: 8% 0;
        font-size: 2.8rem;
    }
    .tmp-pw-reset-email{
        margin-bottom: 5%;
    }
    .tmp-mail-input input{
        margin-top: 5%;
    }
    .tmp-login-submit input {
        margin: 10% auto 6%;
    }
    #tmp-login-form-pw-reset-box{
        margin: 0 0 0 22px;
    }

    .application_btn a{
        font-size: 1.6rem;
        margin: 20px auto 70px;
    }


    footer .login_nav{
        width: 100%;
    }
    footer .nav{
        justify-content: center;
    }
    footer .nav li{
        width: auto;
    }
    footer .nav li + li{
        margin-left: 5%;
    }
}

