body {
    background-color: #ebf3fc;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.login-card {
    border: none;
    border-radius: 10px;
    padding: 20px;
    background: #ffffff;
}

.card-title {
    font-weight: bold;
    color: #333333;
}


.navbar-brand{
    font-weight: 500;
}

.form-container {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.separator {
    border-bottom: 1px solid #dee2e6;
    margin: 20px 0;
}

.form-group label {
    font-weight: 600;
}

.form-label {
    font-weight: bold;
}
.table td, .table th {
    padding: 0.3rem; /* Adjust the padding to reduce row height */
}


thead{
    background: #F8F9FA;
}

th{
    white-space: nowrap;
}