.table-responsive {
    min-height: 400px;
    overflow-y: scroll;
}

@media (max-width: 1199px) {
    .table-responsive {
        height: auto;
    }
}

.separator.separator-dashed {
    border-bottom-style: dashed;
    border-bottom-color: transparent;
}

.signIn_form_heading {
    position: relative;
}

.signIn_error_MSG {
    color: red;
    background-color: #ff00002d;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.signIn_page_signIn_button-disabled {
    pointer-events: none !important;;
    background: red !important;
}

.object-fit {
    object-fit: contain;
}