body.login {

}

body.login .top_back {
    background-image: none;
}

.login_box {
    /*max-width: 1000px;*/
    margin: 100px auto;
    /*padding: 5% 20%;*/
    /*background: #fff;*/
    border-radius: 20px;
}

@media (min-width: 768px) {
    .login_box {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .login_box {
        width: 960px !important;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .login_box {
        width: 1140px !important;
        margin:0 auto;

    }
}


.login_box_wrap {
    padding: 10px;
    
}

.login_box h3 {
    text-align: center;
    padding-bottom: 20px;
}

.login_box .forgot_pass {
    margin: 10px 0 0 0;
    text-align: center;
}

.login_box hr {
    border: none;
    border-top: solid 1px #ccc;
    height: 1px;
    color: #fff;
    margin: 0;
}

.forgot_pass a, .forgot_pass a:hover {
    color: #000;
}




/******追加***********/

#back_top_icon{
    display: none;
}

.login_box_wrap{
    background: url('../img/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;

    min-height: 90vh;
}

.login_frame{
    width: 48.3%;
    max-width: 584px;
    margin: 8.3vw auto 11.7vw auto;;
    height: 100%;
    background-color: #fff;
    padding: 40px 58px 56px 58px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

.login_box h3 {
    text-align: center;
    padding-bottom: 22px;
    padding: 0 0 56px 0;
    margin:0;
}

input{
    border-bottom: 1px solid #d8d8d8 !important;
    height: 48px;
    padding-left: 10px;
    font-size: 24px;
}


label{
    font-size: 14px;
    font-weight: bold;
}

.login_brn{
    margin-top:24px;
    cursor: pointer;
    color: #333333;
    border: 1px solid #333333;
    border-radius :10px;
}

.btn{
    width: 100%;
    height: 48px;
    background-color: #f8f8f8;
    color: #333333 !important;
    
    border-radius :10px;
}

.forgot_pass a{
    font-size: 12px;
    font-weight: bold;
    margin: 24px 0 22px 0;
    color: #0754B5 !important;
}

.forgot_pass {
    
    margin: 24px 0 22px 0 !important;
    
}

.new_touroku{
    width: 100%;
    height: 48px;
    /*background-color:#c21630;*/
    text-align: center;
    /*line-height: 48px;*/
    border-radius :10px;
    margin-top: 24px;
}

.new_tou_roku{
    width: 100%;
    height: 48px;
    background-color:#c21630;
    text-align: center;
    line-height: 48px;
    border-radius :10px;
    margin-top: 24px;
}

.new_touroku a{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.new_tou_roku a{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
}



.toggle{
    position: relative;
}

.js-password-toggle{
    position: absolute;
    top:40px;
    right: 20px;
}

.el-icon-eye-open{
    font-size: 20px;
}

.el-icon-eye-close{
    font-size: 20px;
}


.form-group {
    margin-bottom: 24px !important;
}


@media screen and (max-width: 748px) {
    .login_box {
        border-color: transparent;
        margin: 0px auto;
        padding: 0;
    }

    .login_frame{
        width: 100%;
        margin: 40px auto;
        height: 100%;
        background-color: #fff;
        padding: 0px;
        box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
    }

    .pc_bg_img{
        display: none;
    }

    .login_box_wrap{
        background: none;
        padding: 58px 16px 80px 16px;
        background-color: #fff;
    }

    .login_frame {
        
        padding: 0;
        box-shadow: none;
    }

    .login_box h3{
        font-size: 22px;
        font-weight: bold;

        padding: 0px 0 48px 0;
    }

    label {
        font-size: 13px;
        font-weight: bold;
    }

    .form-group {
        margin-bottom: 18px;
    }

    .btn.sub_login_byn {
        margin: 0px 0 0px 0 !important;
    }


    .sub_login {
        padding-bottom: 56px;
    }

    input.btn.sub_login_byn {
        background-color: #6f6f6f !important;
        color: #ffffff !important;
        border: #6f6f6f !important;
    }
}



.exp{
    font-size: 14px;
    padding-bottom: 24px;
}

.btn_red {
    background-color: #c21630 !important;
    color: #fff !important;
}

.mgtop{
    margin-top:24px;
}

.line{
    margin-bottom: 24px !important;
}

.mct_link{
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #333333;
    border-radius :10px;

}

.mct_link a{
    font-size: 16px;
    font-weight: bold;
    color:  #333333;

    display: block;
}


.regi_btn {
    margin-top: 56px;
}


.form-control  {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0) !important;
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.0) !important;
}

.btn.btn_red {
    border-radius: 8px;
    border: 0px solid !important;
}