﻿.btn-grem {
  color: #1b9cca;
  background-color: #34b6e4;
  border-color: #1ca5d5;
}
.btn-grem:hover {
  color: #0f5770;
  background-color: #4bbee7;
  border-color: #61c6ea;
}
.btn-check:focus + .btn-grem,
.btn-grem:focus {
  color: #0f5770;
  background-color: #4bbee7;
  border-color: #61c6ea;
  box-shadow: 0 0 0 0.25rem rgba(28, 164, 211, 0.5);
}
.btn-check:checked + .btn-grem,
.btn-check:active + .btn-grem,
.btn-grem:active,
.btn-grem.active,
.show > .btn-grem.dropdown-toggle {
  color: #000;
  background-color: #5dc5e9;
  border-color: #33aed9;
}
.btn-check:checked + .btn-grem:focus,
.btn-check:active + .btn-grem:focus,
.btn-grem:active:focus,
.btn-grem.active:focus,
.show > .btn-grem.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(28, 164, 211, 0.5);
}
.btn-grem:disabled,
.btn-grem.disabled {
  color: #000;
  background-color: #34b6e4;
  border-color: #1ca5d5;
}
.btn-outline-grem {
  color: #34b6e4;
  border-color: #34b6e4;
}
.btn-outline-grem:hover {
  color: #222;
  background-color: #4bbee7;
  border-color: #34b6e4;
}
.btn-check:focus + .btn-outline-grem,
.btn-outline-grem:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 182, 228, 0.5);
}
.btn-check:checked + .btn-outline-grem,
.btn-check:active + .btn-outline-grem,
.btn-outline-grem:active,
.btn-outline-grem.active,
.btn-outline-grem.dropdown-toggle.show {
  color: #000;
  background-color: #4bbee7;
  border-color: #34b6e4;
}
.btn-check:checked + .btn-outline-grem:focus,
.btn-check:active + .btn-outline-grem:focus,
.btn-outline-grem:active:focus,
.btn-outline-grem.active:focus,
.btn-outline-grem.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 182, 228, 0.5);
}
.btn-outline-grem:disabled,
.btn-outline-grem.disabled {
  color: #34b6e4;
  background-color: transparent;
}
.bg-grem-toast {
  background-color: #de5c9d;
}
body {
    background-image: url("../../images/picture-building.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
