.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
    font-family: PT serif;
}

.forgetpwd-box {
    padding: 60px 20px;
    /* padding-top: 100px; */
}

.forgotPassword img {
    width: 327px;
}

.forgotPassword {
    margin: auto;
    text-align: center;
}

.horizontal-form {
    line-height: 32px;
    margin: auto;
    color: #343a40;
}

input#new_password,
input#confirm_password {

    background: transparent;
    border: 1px solid rgb(164, 164, 164);
    border-radius: 3px;
    width: 60%;
}

button.o3-btn.o3-btn-primary.o3-btn-block {
    background-color: #343a40 !important;
    color: white;
    border-radius: 3px;
    width: 35%;
    font-size: 15px;
    border: none;
    margin-top: 10px;
}

button.o3-btn.o3-btn-primary.o3-btn-block:hover {
    color: #fff !important;
    font-family: "PT serif" !important;
    border-radius: 3px;
    box-shadow: 1.5px 3px 6px 0 rgb(0 0 0 / 16%), inset 1.5px 3px 4.5px 0 rgb(0 0 0 / 16%);
    background-color: #ac2024 !important;
    border: 0px solid transparent;
}



label {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 0px;
    color: #343a40 !important;
    font-weight: 400;
}

input:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(36 48 65 / 15%) !important;
}

.horizontal-subtitle {
    font-size: 13px;
}

.toggle-password {
    float: right;
    cursor: pointer;
    position: absolute;
}

i.toggle-password.fa.fa-fw.fa-eye-slash {
    font-size: 15px;
    padding-top: 10px;
    right: 42%;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: -3px;
    font-size: 13px;
    color: #ac2024 !important;
}

p.horizontal-subtitle {
    color: #ac2024 !important;
}

.titleReset {
    font-weight: 600;
    line-height: 20px;
    font-size: 25px;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
    right: 42%;
    padding-top: 10px;
}

p.password-not-match {
    margin-bottom: 0px;
    font-size: 13px;
}

button[disabled],
html input[disabled] {
    cursor: default;
    width: 60%;
}

@media only screen and (max-width: 770px) {
    .forgotPassword img {
        width: 200px;
    }

    input#new_password,
    input#confirm_password {
        background: transparent;
        border: 1px solid rgb(164, 164, 164);
        border-radius: 3px;
        width: 100%;
    }

    button[disabled],
    html input[disabled] {
        cursor: default;
        width: 100%;
    }

    i.toggle-password.fa.fa-fw.fa-eye-slash {
        font-size: 12px;
        padding-top: 11px;
        right: 10%;
    }

    label {
        display: inline-block;
        font-size: 13px;

        margin-bottom: 0px;
        color: #343a40 !important;
        font-weight: 500;
    }

    p.horizontal-subtitle {
        color: #ac2024 !important;
        line-height: 20px;
        text-align: center;
    }

    .titleReset {
        font-weight: 600;
        line-height: 25px;
        text-align: center;
        font-size: 20px;
    }

    button.o3-btn.o3-btn-primary.o3-btn-block {
        background-color: #343a40 !important;
        color: white;
        border-radius: 3px;
        width: 50%;
        font-size: 13px;

        border: none;
    }
}

@media only screen and (min-width: 770px) and (max-width: 1024px) {

    button[disabled],
    html input[disabled] {
        cursor: default;
        width: 100%;
    }

    input#new_password,
    input#confirm_password {
        background: transparent;
        border: 1px solid rgb(164, 164, 164);
        border-radius: 3px;
        width: 100%;
    }

    i.toggle-password.fa.fa-fw.fa-eye-slash {
        font-size: 15px;
        padding-top: 10px;
        right: 10%;
    }

    .fa-fw {
        width: 1.28571429em;
        text-align: center;
        right: 10%;
        padding-top: 10px;
    }
}