

#ke-password-reset {
    display: none;
}
#ke-password-reset.-active {
    display: flex;
    align-items: center;
    justify-content: center;
}

#ke-password-reset {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100000;
}

#ke-password-reset .pw_reset__contents {
    width: 50rem;
    min-width: 50rem;
}
#ke-password-reset .pw_reset__contents {
    padding: 40px 40px 0;
    scrollbar-width: thin;
    scrollbar-color: #767676 transparent;
}
#ke-password-reset .pw_reset__contents {
    display: inline-block;
    overflow-y: auto;
    position: relative;
    padding: 2rem 2rem 0;
    outline: 0;
    background-color: #fff;
    border-radius: 1.2rem;
}
@media (max-width: 1060px) {
    #ke-password-reset .pw_reset__contents {
        min-width: 90%;
        max-width: 90%;
        max-height: 100%;
    }
}