.banner{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.banner Img {
    height: 3rem;
    margin: 0px 10px;
}

.mapDiv{
    height: 800px;
}

.card{
    margin-bottom: 10px;
}

.cardTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin: 20px 15px;
}

.bxIcons{
    display: flex;
    justify-content: space-around;
    font-size: 24px;
    width: 60px;
}

/* Custom CSS for login page */
h2 {
    color: #007bff !important;
}

.border {
    border: 1px solid #ced4da !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.form-label {
    font-size: 0.9rem !important;
}

.form-control {
    font-size: 0.9rem !important;
}

.btn-primary {
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.btn-primary:hover {
    background-color: #0056b3 !important;
    border-color: #0056b3 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-success {
    color: #28a745 !important;
}
