

.container {
    margin-top: 50px;
}


.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

body {
    background-color: #f8f9fa;
}

header {
    background: #007bff;
}

footer {
    background: #343a40;
    color: #fff;
}

.card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 2rem;
}

.card-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.logo-img {
    height: 50px; /* Adjust the height as needed */
    width: auto; /* Allow the width to adjust proportionally */
    margin-right: 10px; /* Add some spacing between the logo and the title */
}
