/* ============================================================
   BASE GLOBAL SIGEF WEB
============================================================ */

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: white;
    overflow: auto;
}

input, select, textarea {
    padding: 6px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

label {
    font-weight: bold;
}

h3 {
    margin: 15px 0 10px;
}
