body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}




.login-container {
    max-width: 400px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.login-container img {
    max-width: 200px;
    margin-bottom: 20px;
}

.form-control {
    border-radius: 20px;
}

.btn-primary {
    width: 100%;
    border-radius: 20px;
    background-color: #333;
    border-color: #333;
}

.forgot-password {
    margin-top: 15px;
}

.forgot-password a {
    color: #000;
    text-decoration: none;
}

.forgot-password a:hover {
    text-decoration: underline;
}

body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
}

.container {
    max-width: 500px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin: auto;
    text-align: center;
}

.form-title img {
    max-width: 200px;
}

.form-group label {
    font-weight: bold;
    text-align: left;
    display: block;
}
.logoTr {
    max-width: 200px;

}
.btnsig {
    width: 100% !important;;
    border-radius: 20px !important;;
    background-color: #333 !important;
    border-color: #333 !important;;

}
select.form-control {
    border-radius: 20px;
    padding-left: 15px;
}

.switch-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
}

.switch-item {
    margin: 10px;
    text-align: center;
    font-weight: bold;
    color: #6c757d;
}

.switch-item label {
    display: block;
    margin-bottom: 5px;
}

.custom-switch .custom-control-label::before {
    background-color: #d6d6e0;
}

.custom-switch .custom-control-input:checked~.custom-control-label::before {
    background-color: #6c5b7b;
}

.btn-primary {
    width: 100%;
    border-radius: 20px;
    background-color: #333;
    border-color: #333;
    margin-top: 30px;
}

body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
    max-width: 600px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.logo img {
    max-width: 180px;
    margin-bottom: 20px;
}

.table {
    margin-top: 20px;
    color: #6c757d;
}

.table th, .table td {
    font-size: 1rem;
    font-weight: bold;
}

.table th {
    border-top: none;
    font-weight: bold;
}

.table td {
    border-top: none;
}

.table tr {
    border-bottom: 1px solid #dee2e6;
}

@media (max-width: 576px) {
    .table th, .table td {
        font-size: 0.9rem;
    }
}
