/* UTILISATEURS V1 - MDP OUBLIE + PREMIERE CONNEXION */

.gh-forgot-link {
    display: inline-flex;
    justify-content: center;
    color: #d01120 !important;
    font-weight: 900;
    text-decoration: none;
    margin-top: 2px;
}

.gh-forgot-link:hover {
    text-decoration: underline;
}

.users-access-table-wrap {
    overflow-x: auto;
}

.users-access-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
}

.users-access-table th,
.users-access-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: middle;
}

.users-access-table th {
    color: #667085;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.users-access-table td strong {
    display: block;
    color: #111827;
}

.users-access-table td span {
    display: block;
    color: #667085;
    font-size: 12px;
    margin-top: 2px;
}

.users-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.users-actions form {
    display: inline-flex;
    margin: 0;
}

.first-login-check {
    border: 1px solid rgba(208,17,32,.22);
    background: #fff5f6;
    border-radius: 14px;
    padding: 12px;
}

.first-login-check strong {
    color: #111827;
}

.first-login-check small {
    color: #667085;
}

.gh-login-card .alert {
    margin-bottom: 14px;
    border-radius: 14px;
    padding: 11px 12px;
    font-weight: 850;
    line-height: 1.35;
    word-break: break-word;
}

.gh-login-card .alert-success {
    background: #dcfce7;
    color: #166534;
}

.gh-login-card .alert-error {
    background: #fee2e2;
    color: #991b1b;
}
