/*!*******************************************************************************************************************!*\
  !*** 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.5;
  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%;
}

