/* Base body styling */
body {
    background-color: #f8f8f8 !important;
}

/* Dropzone Styling */
.dropzone {
    border: dashed !important;
    background-color: #ccc !important;
    opacity: 0.5;
    border-radius: 10px !important;
}

.dropzone:hover {
    background-color: aliceblue !important;
}

/* Consistent Button Styling */
.btn-primary-bwa {
    background-color: rgb(5, 75, 136) !important;
    color: white !important;
    border: none !important;
}

.btn-primary-bwa:hover {
    opacity: 0.85;
}

/* NavBar Brand Font */
.navbar-brand {
    font-size: 24px;
}

/* Hero Titles */
.hero-title {
    color: white;
}

.hero-subtitle {
    color: white;
    font-weight: bold;
}

/* Container panel (login) */
.panel-login {
    padding: 10px 10px;
    background: rgba(1, 59, 111, 0.5);
    justify-items: center;
}

/* Fixed navbar background */
.navbar-fixed {
    background-color: #98ca4e;
}
