html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}




.card-header-crud {
    background-color: #405189 !important;
    color: white !important;
    height: 60px;
}

.card-title-crud {
    color: white !important;
    font-size: 20px !important;
}

.btn-card {
    color: #000;
    background-color: #fff !important;
}

img {
    height: 50px;
    display: block;
}
