/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}*/

/*body {
    overflow-y: scroll;
}*/


/*body {
    min-height: 100%;
    display: block;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}*/

.control-label {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

/*.card-header, .card-footer {
    padding:10px;
}*/

.card-title {
    height:10px;
    padding: 0px;
}

/*.table{
   width: 100%;
}*/

/*.footer {
    position: fixed;
}*/


.control-label {
    font-weight: 600;
    font-size:13px;
    color:black;
}


.me-auto{
    margin-top:10px;
}
