/* --- MODERN BERNET THEME (FORCED) --- */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    background-color: #f8f9fa !important;
    color: #333 !important;
}

/* Central Box Styling */
#container {
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
    margin-top: 50px !important;
    max-width: 700px !important;
    padding: 0 !important;
}

/* Header (Blue Bar) */
#header {
    background: linear-gradient(135deg, #0056b3 0%, #004494 100%) !important;
    color: white !important;
    padding: 20px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom: none !important;
}

/* Dropdown */
select#user_idp {
    padding: 10px !important;
    border-radius: 5px !important;
    border: 1px solid #ced4da !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    height: 45px !important;
}

/* Submit Button */
input[type="submit"] {
    background-color: #0056b3 !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    width: 100% !important;
    font-weight: bold !important;
}

input[type="submit"]:hover {
    background-color: #003d82 !important;
}

/* Footer Links */
#footer {
    background-color: #f1f1f1 !important;
    border-top: 1px solid #e9ecef !important;
    padding: 15px !important;
    text-align: center !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
