body{
    background:#E2EFF7;
}

.repassword-boxs-main{
    padding-top: 60px; padding-bottom: 40px;
}

.repassword-boxs{
    box-shadow: 0px 8px 24px 0px rgba(149,157,165,0.2); background: #FFFFFF; border-radius: 6px;
    padding: 44px 27px; display: flex; flex-direction: column; justify-content: flex-start;
    width: 451px; margin:0 auto; max-width: 100%;
}

.re-title{
    margin-bottom: 2px;
}

.re-title span{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    margin-right: 15px;
    padding-bottom: 13px;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.re-title span::after{
    content: " "; position: absolute; left: 20%;bottom: 0;height: 3px;
    width: 60%; background: #4B83F4;
}

.re-boxs{
    display: flex; flex-direction: column;
}

.re-boxs .items-box {
    margin-bottom: 15px; display: flex; flex-direction: column; position: relative;
}

.re-boxs .desc{
    color: #333333; line-height: 16px; height: 22px; margin-bottom: 6px;
}

.re-boxs .re a{
    position: absolute; right: 12px;
}

.re-boxs a.vis-pw{
    height: 26px; width: 26px; top: 12px; border: 2px dashed #ccc; padding: 2px;
}

.re-boxs .items-box input.txt-input {
    width: 100%;
    outline: none;
    border-radius: 3px;
    border: 1px solid #4B83F4;
    height: 50px;
    padding: 5px 9px;
}

.re-boxs .items-box.submit{
    margin-top: 18px;
}

.re-boxs .items-box.submit button.tj{
    background: rgba(75,131,244,0.6); outline: none; height: 50px; line-height: 50px; width: 100%; text-align: center;
    border-radius: 4px; border: none; font-size: 17px; color: white;
}

.re-boxs .items-box.submit button.tj.ok{
    background: rgba(75,131,244,1);
}


@media screen and (max-width: 767px) {

    .re-boxs .items-box input.txt-input::placeholder{
        font-size: 12px;
    }

    .repassword-boxs{
        padding: 0px 11px; box-shadow:none;
    }

    .re-title span {
        margin-bottom: 5px;
    }

    .member-mains {
        padding-left: 5px; padding-right: 5px;
    }

    .re-boxs .desc{
        font-size: 13px; text-align: center; color: #999;
    }

    .re-title{
        display: none;
    }



}