body {
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
.login-container {
    text-align: center;
    width: 100%;
    max-width: 400px;
    padding: 20px;
}
.login-container img {
    max-width: 100px;
    margin-bottom: 20px;
}
.form-control {
    border-radius: 10px;
    margin-bottom: 15px;
}
.btn-primary {
    background-color: #000;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
}
.btn-primary:hover {
    background-color: #333;
}
.form-text {
    margin-top: 10px;
}
.form-text a {
    color: #000;
    text-decoration: none;
}
.form-text a:hover {
    text-decoration: underline;
}
@media (max-width: 576px) {
    .login-container {
        padding: 10px;
    }
    .form-control {
        font-size: 14px;
    }
    .btn-primary {
        font-size: 14px;
        padding: 8px 0;
    }
    .login-container img {
        max-width: 80px;
        margin-bottom: 15px;
    }
}
.password-toggle {
    cursor: pointer;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    visibility: hidden;
    }
.login-image{
    height: 25%;
    width:25%;
}



/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
   /* height: 450px;*/
    overflow-y: auto;
}
.text-error{
    color:red;
}
.table th {
    text-align: center;
}