﻿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;*/
}


@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;
    }
}
