@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Ubuntu', sans-serif;
}

#logo {
  position: absolute;
  left: 0;
  width: 280px;
  padding: 50px 30px;
  background-color: #ffffff;
  text-align: center;
  z-index: 1000;
}

#logo img {
  width: 60px;
  margin-bottom: 1rem;
}

#logo h1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #b19777;
  letter-spacing: 9px;
  margin: 0;
  text-transform: uppercase;
}

#sidebar {
  position: absolute;
  left: 0;
  width: 90px;
  height: 100%;
  background-color: #ffffff;
  text-align: center;
  z-index: 500;
}

#sidebar i, #sidebar a {
  color: #b19778;
  text-decoration: none;
  cursor: pointer;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%; 
  object-fit: cover;
  object-position: center;
}

footer {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  padding: 10px;
  z-index: 1000;
  color: #ffffff;
}

/* Rewrite Bootstrap */

.modal-content,
.form-control {
  border-radius: 0;
}