@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

main section {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../content/images/welcomeBackground.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
main section .container {
  min-height: 100vh;
}
main section .container .row {
  min-height: 100vh;
}
main section .container .row .col-12 {
  min-height: 100vh;
}
main section .container .row .col-12 .contentBx img {
  width: 100px;
  margin-bottom: 15px;
}
main section .container .row .col-12 .contentBx h1 {
  color: #f5f5f5;
  font-size: 24px;
  font-weight: 800;
}
main section .container .row .col-12 .contentBx p {
  color: #f5f5f5;
  font-weight: 600;
}
main section .container .row .col-12 .contentBx .logInBtn {
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  color: #f5f5f5;
  background: linear-gradient(to bottom right, #ff9900, #e27335);
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
}
main section .container .row .col-12 .contentBx .registerBtn {
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  color: #f5f5f5;
  border: 1px solid #ff9900;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
}
main section .container .row .col-12 .contentBx .registerBtn:hover {
  background: linear-gradient(to bottom right, #ff9900, #e27335);
  border-color: transparent;
}
main section .container .row .col-12 .contentBx .backBtn {
  display: inline-block;
  width: 100%;
  color: #f5f5f5;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}
main section .container .row .col-12 .contentBx .backBtn:hover i {
  color: #ff9900;
}
main section .container .row .col-12 .contentBx .backBtn i {
  color: #f5f5f5;
  margin-right: 10px;
}
main section .container .row .col-12 .copyBx p {
  color: #f5f5f5;
  font-weight: 600;
  margin-bottom: 5px;
}
main section .container .row .col-12 .copyBx p a {
  text-decoration: none;
}
main section .container .row .col-12 .copyBx p a img {
  width: 100px;
}

@media (min-width: 769px) {
  main section {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)), url(../content/images/welcomeBackground.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}/*# sourceMappingURL=welcome.css.map */