html, body {
  min-height: 100%;
  margin: 0;
  background-color: #eff2f9;
  font-family: 'Noto Sans', sans-serif; }

html, body.vertical-layout {
  height: 100%; }

.card a:active, .card a:hover, .card a:focus, .card a:visited {
  text-decoration: none; }

/* Helper */
.btn.d-block {
  width: 100%; }

/* Auth */
#auth-card {
  width: 100%;
  max-width: 540px; }

/* Shops */
#shops_list .shop-item {
  max-width: 300px;
  background-color: #f3eee3;
  color: #223357;
  border: 1px solid #ceb478;
  font-family: 'Roboto'; }
  #shops_list .shop-item-icn {
    color: #ceb478; }

@media (max-width: 767.98px) {
  body.vertical-layout {
    height: auto; } }

/*# sourceMappingURL=theme.css.map */
