input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 1px 1px 1000px #F6F6F6 inset;
}

/*.reserve-popup {
    display: none;
}*/

.wrap-reset-password {
    width: 750px;
    margin: 0 auto;
    position: relative;
}

.reserve-popup.help-popup {
    width: 600px;
    height: 360px;
}

.reserve-popup {
    padding: 0px;
}

.black-layer {
    display: none;
}

.help-popup-ttl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.help-left {
    margin: 5px 0 5px 20px;
    text-align: left;
}

.horizontal-line {
    border-bottom: 1px solid #9e2b25;
}

.title-email {
    display: inline-block;
    margin-right: 15px;
}

.title-reset {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 30px;
    font-weight: bold;
}

.btn-resetcancel {
    margin-right: -165px !important;
}

#btnReset {
    width: 180px;
    margin-right: 20px;
}

#btn-Reset {
    width: 180px;
    margin-right: 20px;
}


.title-pass {
    display: inline-block;
    text-align: left;
}

.input-reset-password {
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.label-reset-password {
    display: flex !important;
    margin-right: 20px;
}

.label-password {
    width: 200px;
}

.input-detail {
    display: flex;
}

.btn-reset-password {
    float: right;
}

.row-reset-password {
    margin: 0px 0px 40px 0px;
    /*height:40px;*/
}

/* パスワードリセット：エラー全文折り返し表示・スクロールバー非表示 */
#ResetEmailIdError.reset-password-error {
    display: none;
    color: red;
    width: 100%;
    letter-spacing: 0.08em;
    font-size: 98%;
    border: none;
    background: transparent;
    resize: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    min-height: 4.5em;
    overflow: hidden;
    padding: 4px 8px !important;
    box-sizing: border-box;
    margin-top: 0px;
    margin-left: -2px;
}

/* スクロールバー非表示（overflow:auto にした場合のフォールバック） */
#ResetEmailIdError.reset-password-error::-webkit-scrollbar {
    display: none;
}
#ResetEmailIdError.reset-password-error {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

@media screen and (max-width: 915px) {
    .navbar-brand {
        margin-left: 20px;
    }

    h2 {
        font-size: 1.2rem;
    }

    p, i, label {
        font-size: 98%;
    }

    .dashboard-content {
        padding: 70px 20px 60px 20px !important;
    }

    .wrap-reset-password {
        width: 100%;
    }

    .input-detail {
        flex-direction: column;
    }

    .label-error {
        font-size: 98%;
        padding: 0px;
    }

    .btn-reset-password {
        float: none;
    }
}

/*@media screen and (max-width: 320px) {
    #btn-Reset {
        margin: 0;
    }
}
*/
@media screen and (max-width:391px){
    #btn-Reset {
        margin: 0;
    }

    #btnCancel{
        width: 180px;
    }

    .btn-reset-password {
        flex-direction: column;
        gap: 10px;
        display: flex;
    }

    #ResetEmailIdError.reset-password-error {
        display: block !important;
    }
}

#request-reset {
    color: #015eae;
}

#disable-authentication {
    margin-right: 8px;
}
