.forget_password_box {
    border: 1px solid #ccc;
    padding: 15px;
}

.description_text {
    width: 487px;
    margin: 0 auto 17px;
    background: #f1f1f1;
    padding: 10px;
}

.fpb_username_txtfld {
    width: 487px;
    float: none;
    margin: 0 auto;
    height: 70px;
}

    .fpb_username_txtfld.reqs {
        min-height: 117px;
        max-height: 140px;
    }
    span.error_catch {
        display: block;
        width: 100% !important;
    }
    .fpb_username_txtfld.checkbox_style {
        margin-top: 10px;
    }
    .forget_password_box .fpb_username_txtfld span {
        width: 100%;
        float: left;
    }
    .fpb_username_txtfld .password_reqs {
        display: inline-block;
        background: #f1f1f1;
        padding: 10px;
        margin-bottom: 17px;
        width: 320px;
    }

        .fpb_username_txtfld .password_reqs .req_label {
            font-weight: bold;
        }

        .fpb_username_txtfld .password_reqs .req {
            margin-left: 17px;
        }

            .fpb_username_txtfld .password_reqs .req.done {
                margin-left: 0;
                color: #128800;
            }

                .fpb_username_txtfld .password_reqs .req.done i {
                    color: #5bb94b;
                }

    .fpb_username_txtfld .checkboxes {
        display: inline-block;
    }

    .fpb_username_txtfld .checkbox_wrapper {
        display: block;
        margin-right: 10px;
    }

        .fpb_username_txtfld .checkbox_wrapper input[type='checkbox'] {
            margin: 0 5px;
            vertical-align: middle;
        }

    .fpb_username_txtfld label {
        float: none;
    }

        .fpb_username_txtfld label.req:after {
            content: '*';
            color: red;
        }

    .fpb_username_txtfld.buttons {
        height: auto;
    }

    .fpb_username_txtfld .fpb_submit_btn {
        width: auto;
        float: none;
    }

        .fpb_username_txtfld .fpb_submit_btn a {
            display: inline-block;
            margin: 10px 10px 10px 0;
            font-size: 16px;
            color: #05658f;
        }

.fpb_username_txtfld input[type="text"] {
    width: 320px;
    float: none;
    max-width: 100%;
    height: 36px;
    padding-left: 10px;
}


.fpb_username_txtfld input[type="password"] {
    width: 320px;
    float: none;
    max-width: 100%;
    height: 36px;
    padding-left: 10px;
}

        .fpb_username_txtfld input[type="text"]:disabled {
            background: #ccc;
            border: none;
        }

.error_catch {
    color: Red;
    font-style: normal;
    font-size:13px;
}
small.error_catch {
    margin-bottom: 20px;
    display: block;
}
.forget_password_box small {
    display: block;
    width: 100%;
}

.forget_password_box {
}

    .forget_password_box .steps_wrapper {
        width: 425px;
        margin: 10px auto 30px;
        float: none;
        position: relative;
    }

    .forget_password_box .greyline {
        background: #b9b9b9;
        position: absolute;
        left: 70px;
        right: 70px;
        height: 2px;
        top: 19px;
        z-index: 0;
    }

    .forget_password_box .greenline {
        background: #5bb94b;
        position: absolute;
        left: 70px;
        right: 70px;
        height: 2px;
        top: 19px;
        z-index: 0;
    }

    .forget_password_box .step {
        display: inline-block;
        text-align: center;
        width: 151px;
        position: relative;
        z-index: 1;
        vertical-align: top;
    }

        .forget_password_box .step.two {
            width: 115px;
        }

        .forget_password_box .step .circle {
            background: #5bb94b;
            border-radius: 200px;
            color: white;
            font-size: 25px;
            display: inline-block;
            text-align: center;
            width: 39px;
            padding-top: 4px;
        }

        .forget_password_box .step .circle_label {
            color: #388f2b;
            line-height: 13px;
            margin-top: 6px;
        }

    .forget_password_box.step1 .greenline {
        display: none;
    }

    .forget_password_box.step2 .greenline {
        width: 150px;
    }

    .forget_password_box.step1 .step.two .circle,
    .forget_password_box.step1 .step.three .circle,
    .forget_password_box.step2 .step.three .circle {
        background: #b9b9b9;
    }

    .forget_password_box.step1 .step.two .circle_label,
    .forget_password_box.step1 .step.three .circle_label,
    .forget_password_box.step2 .step.three .circle_label {
        color: #8e8e8e;
    }

section, .section {
    padding-bottom: 140px;
}

@media (max-width: 768px) {
    section, .section {
        padding-bottom: 244px;
    }
    .fpb_username_txtfld {
        height: 84px;
    }
}
@media (min-width: 380px) and (max-width: 768px) {
    .fpb_username_txtfld {
        max-width: 325px !important;
    }
}
@media (max-width: 575px) {
    .fpb_username_txtfld {
        width: 321px;
        height: 91px;
    }

        .fpb_username_txtfld label {
            padding: 0;
        }

        .fpb_username_txtfld span {
            margin-top: 0;
            padding-left: 0;
        }

        .fpb_username_txtfld .fpb_submit_btn {
            width: 321px;
            float: none;
            margin-left: 0;
            padding: 0;
        }

        .fpb_username_txtfld .password_reqs {
            margin-top: -24px;
        }

    .description_text {
        width: 320px;
    }
}

@media (max-width: 516px) {
    .forget_password_box .steps_wrapper {
        width: 321px;
        position: relative;
        height: 39px;
        text-align: center;
    }

        .forget_password_box .steps_wrapper .step.one {
            width: auto;
            float: left;
        }

        .forget_password_box .steps_wrapper .step.two {
            width: auto;
        }

        .forget_password_box .steps_wrapper .step.three {
            width: auto;
            float: right;
        }

        .forget_password_box .steps_wrapper .circle_label {
            display: none;
        }

        .forget_password_box .steps_wrapper .greyline,
        .forget_password_box .steps_wrapper .greenline {
            left: 0;
            right: 0;
        }

    .forget_password_box.step2 .greenline {
        width: 150px;
    }
}

@media (max-width: 411px) {
    .forget_password_box .steps_wrapper, .description_text {
        width: auto;
    }

    .forget_password_box.step2 .greenline {
        width: 50%;
    }
}

@media (max-width: 410px) {
    .fpb_username_txtfld,
    .fpb_username_txtfld.reqs,
    .fpb_username_txtfld .password_reqs {
        width: auto;
        display: block;
    }
    .popover_wrapper {
        right: 35px;
        top: 30px;
    }
    .fpb_username_txtfld input[type="password"] {
        width: 100%;
    }
        .fpb_username_txtfld input[type='text'] {
            width: 100%;
            border:1px solid #777;
        }


        .fpb_username_txtfld .fpb_submit_btn {
            width: auto;
        }

    section, .section {
        padding-bottom: 280px;
    }

    .fpb_username_txtfld.checkbox_style label {
        padding: 0;
        width: 117px;
    }
    .fpb_username_txtfld.checkbox_style label.req {
        width: 100%;
    }

}
@media screen and (max-width: 1024px) {
    .fpb_username_txtfld {
        width: 487px !important;
        margin: 0 auto !important;
        max-width: 100% !important;
    }
}
