html, body {
  background-color: #e2ebf0;
  background-image: linear-gradient(to top, #dfe9ef 0%, #e2ebf0 100%);
}

#wrap {
  margin-top: 50px;
}

.bg-info, .border-info, .btn-secondary {
  background-color: transparent !important;
  border-color: transparent !important;
}


.btn-secondary img {
  width: 100px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

h3.card-title {
  color: #000 !important;
}

#header, #logout, #footer {
  display: none;
}
