section#login-section {
    max-width: 500px;
    width: 100%;
    margin-top: 50px;
}

section.shadow {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    padding: 20px;
}

section .form-group {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 2fr;
    margin-top: 10px;
    place-items: center stretch;
}

.invalid-feedback strong{
    color: red;
}

.readonlypasswordhashwidget{
    border: none;
}

.form-control:has(.form-check){
    border: none;
}

.filtered{
    appearance: none;
    background-clip: padding-box;
    background-color: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color);
    color: var(--bs-body-color);
    display: block;
    font-size: .825rem;
    font-weight: 400;
    line-height: 1.625;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}

table.dataTable td.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable th.dt-type-numeric {
    text-align: left;
}

.current-file-box{
    margin: 1px;
    outline: 0.5px #dcdfe1 solid;
}
#login-body {
    justify-content: center;
    padding-bottom: 20em;
}