/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./templates/routes/main/home/home.css ***!
  \*******************************************************************************************************************/
body {
  background-color: white;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
}

#col {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: -1rem;
  height: -webkit-fill-available;
  width: calc(100% + 2rem);
  border-radius: 0;
  background-image: url("/assets/img/backgrounds/home_bg.jpg");
  background-size: 100% 80%;
  background-repeat: no-repeat;
  background-position-y: center;
}

#login_btn {
  line-height: 2;
  min-width: 10%;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: px;
  width: fit-content;
}

a:hover {
  text-decoration: none !important;
}

