/* public/resources/assets/forget-password-custom.css */

/* Fixes the Datepicker overlay depth */
#ui-datepicker-div {
    z-index: 9999 !important;
}

/* Explicit layout utilities replacing blocked inline style attributes */
.is-hidden-csp {
    display: none !important;
}

.form-field-width-60 {
    width: 60% !important;
}

/* Restores layout alignments from your original markup */
.csp-label-col {
    width: 110px;
    vertical-align: top;
}

.csp-colon-col {
    width: 10px;
    vertical-align: top;
}

.csp-input-col {
    width: 600px;
    vertical-align: top;
}