:root {
    --vhsconnect-setpassword-bg: none;
}

body #page {
    background-image: var(--vhsconnect-setpassword-bg)!important;
    background-position: center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-attachment: fixed!important;
}

/* MVHS forgotpassword UI refinement - start */
body#page-local-vhsconnect-forgotpassword .login-container {
    padding-top: 2.25rem;
    padding-bottom: 2.5rem;
}

body#page-local-vhsconnect-forgotpassword .login-logo {
    margin-bottom: 1.5rem;
}

body#page-local-vhsconnect-forgotpassword .box.generalbox {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 1.1rem;
    max-width: 100%;
    text-align: justify;
    hyphens: auto;
    line-height: 1.55;
}

body#page-local-vhsconnect-forgotpassword .mform fieldset.clearfix {
    margin: 0 0 1.35rem;
    padding: 0 0 1.15rem;
    border-bottom: 1px solid #dee2e6;
}

body#page-local-vhsconnect-forgotpassword .mform fieldset.clearfix:last-of-type {
    margin-bottom: 0;
}

body#page-local-vhsconnect-forgotpassword .mform fieldset.clearfix > .d-flex {
    margin-bottom: .65rem !important;
}

body#page-local-vhsconnect-forgotpassword .mform fieldset h3 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.2;
    white-space: nowrap;
}

body#page-local-vhsconnect-forgotpassword .mform .fitem {
    margin-bottom: .85rem !important;
}

body#page-local-vhsconnect-forgotpassword .mform label.word-break {
    word-break: normal !important;
    overflow-wrap: normal;
}

@media (min-width: 768px) {
    body#page-local-vhsconnect-forgotpassword .mform .col-md-3 {
        flex: 0 0 34%;
        max-width: 34%;
    }

    body#page-local-vhsconnect-forgotpassword .mform .col-md-9 {
        flex: 0 0 66%;
        max-width: 66%;
    }

    body#page-local-vhsconnect-forgotpassword .mform label.word-break {
        white-space: nowrap;
    }
}

@media (max-width: 767.98px) {
    body#page-local-vhsconnect-forgotpassword .login-container {
        padding-top: 1.5rem;
        padding-bottom: 1.75rem;
    }

    body#page-local-vhsconnect-forgotpassword .login-logo {
        margin-bottom: 1.25rem;
    }

    body#page-local-vhsconnect-forgotpassword .box.generalbox {
        text-align: left;
    }

    body#page-local-vhsconnect-forgotpassword .mform fieldset h3 {
        font-size: 1.35rem;
        white-space: normal;
    }

    body#page-local-vhsconnect-forgotpassword .mform label.word-break {
        white-space: normal;
    }
}
/* MVHS forgotpassword UI refinement - end */
/* MVHS forgotpassword equal input widths - start */
body#page-local-vhsconnect-forgotpassword .mform .felement[data-fieldtype="text"] .form-control {
    width: 100%;
    max-width: 100%;
}
/* MVHS forgotpassword equal input widths - end */