/* ------------------

update_password.css

--------------------- */

#update_password_wh {
    margin: 60px 0 0;
}

.input_text_6 {
    display: flex;
    justify-content: center;
}

.input_text_6 input {
    height: 50px;
    width: 250px;
    margin: 50px 0 0 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #191621;
    font-size: 13pt;
    background-color: transparent;
    border-radius: 0;
    letter-spacing: 5px;
}

#new_pw_validity_check_text_6 {
    margin: 10px 0 0 0;
    text-align: center;
}

.password_modiify_button_6{
    z-index: 999;
    position: fixed;
    font-size: 11pt;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #FFFFFF;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 85%;
    max-width: 500px;
    border-radius: 100px;
    background: rgba(38, 79, 54, 0.85);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}