html,body{ /* background-image: url('../files/img/bg/Screenshot\ 2023-08-17095037.png') !important; background-size: cover; background-position: center; background-repeat: no-repeat; height: 100%; */ } .container{ margin: 0 !important; } body{ display: block; flex-wrap: wrap; margin: 0; width: 100%; /* background-color: #f7f7f7; */ } .grid-margin { margin-bottom: 25px; } @media (min-width: 576px) { .grid-margin-sm-0 { margin-bottom: 0; } } @media (min-width: 768px) { .grid-margin-md-0 { margin-bottom: 0; } } @media (min-width: 992px) { .grid-margin-lg-0 { margin-bottom: 0; } } @media (min-width: 1200px) { .grid-margin-xl-0 { margin-bottom: 0; } } @media (min-width: 768px) { .grid-margin-md { margin-bottom: 25px; } } @media (min-width: 992px) { .grid-margin-lg { margin-bottom: 25px; } } @media (min-width: 1200px) { .grid-margin-xl { margin-bottom: 25px; } } .body-container{ /* background: scroll; */ background-color: #f7f7f7; height: 100vh; /* max-height: 1251.02px; */ /* width: 98%; max-width: 98%; */ /* margin-right:auto; margin-left:auto; */ } #content{ background-image: url('../files/img/bg/Screenshot\ 2023-08-17095037.png') !important; background-size: cover; background-position: center; background-repeat: no-repeat; } #system-footer { position: absolute; bottom: 0; left: 0; right: 0; background-color: #333; color: white; padding: 10px; } .navbar{ background-color: grey !important; background-color: blue; width: 100%; max-width: 80%; margin: 0 auto; position: relative; height: 70px; margin-bottom: 10px; } /* .admin-body-container{ padding: 5px 10px; } */ .stretch-card{ display: block; align-items: stretch; justify-content: stretch; } .stretch-card > .card { width: 100%; min-width: 100%; } .system-index{ } .btn-add{ float: right; margin: 10px; } .btn-add:nth-child(2){ margin-right: -5px; } .search_input{ margin: 10px; } #search{ margin: 5px 5px; } .admin-body-container{ padding: 0 10px 10px; } .card-registration{ width: 750px; } .card-registration .row{ width: 100%; } #register-btn{ margin-right: -7%; } /* .card-registration .col-label{ width: 10% !important; } .card-registration .col-input{ width: 70% !important; } */ .questions_search{ border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .custom-prepend > span{ border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .footer{ position: absolute; bottom: 0; width: 100%; height: 60px; /* adjust this value according to your footer's height */ }