body { background-image : url("../images/logo_openRLabs.png"); background-repeat: no-repeat; background-position-x: center; background-position-y: 200px; background-size: 400px; } .container_setup { display: flex; flex-flow: row; } .menu_config{ border-style: double; background-color: #eeebeb; padding-top: 20px; display: table; width: 400px; } .form_config{ border-style: double; background-color: #eeebeb; padding-top: 20px; margin-left: 20px; padding-left: 20px; } .form_config input { margin-left: 20px; } .form_config select { margin-left: 20px; } .form-check-label input { margin-left: -15px; } .form-control { width: 80%; } a { color: black; text-decoration: none; } #form_import { display: flex; flex-direction: column; } #form_import input { width: min-content; padding-right: 20px; } #label_input { display: flex; flex-flow: column; } #console_csv{ display: flex; flex-flow: column; background-color: #212529; margin-right: 20px; } .lines_csv { font-style: oblique; margin-left: 30px; margin-right: 20px; padding-left: 20px; padding-right: 10px; color: #bdbbbb; font-weight: bold; }