/* ==========================================================
   CrudManager V6 - UI Core
   ========================================================== */

.cm-password-wrap {
    position: relative;
}

.cm-password-wrap .form-control {
    padding-right: 2.75rem;
}

.cm-password-toggle {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
    color: #6c757d;
    cursor: pointer;
    z-index: 5;
}

.cm-password-toggle:hover {
    color: #2c7be5;
}

.cm-submit-spinner {
    display: none;
}

.is-submitting .cm-submit-spinner {
    display: inline-block;
}

.password-rules {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
    font-size: .85rem;
}

.password-rules li {
    margin-bottom: .25rem;
}