﻿.btn-logout {
  background-color: #9E2415 !important;
}
.btn-logout:hover {
  background-color: #FF3B21 !important;
}

/*$current-vendor: rgba(253, 178, 15, 0.8);
$our-vendor: rgba(29, 74, 149, 0.8);*/
body {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  letter-spacing: 0.1px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.footer-custom {
    font-size: 16px;
    background-color: #FFEAE8 !important;
}

.btn-logout:hover {
  background-color: #9E2415 !important;
}
