@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");
@font-face {
  font-family: "Principal";
  src: url("../../font/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  font-family: Principal;
}

.form-signin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding: 10px;
  min-height: 100vh;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.all-height {
  justify-content: center;
}

.message.alert {
  position: absolute;
  z-index: 2000;
  right: 15px;
  top: 75px;
  cursor: pointer;
}

#lateralNav .offcanvas-header {
  width: 100%;
}
#lateralNav .offcanvas-header #lateralNavLabel {
  height: 80px;
  margin: auto;
}
#lateralNav .offcanvas-header #lateralNavLabel img {
  height: 100%;
}

.logo_nav {
  width: 50px;
  margin-right: 10px;
}

#boropuff_card {
  position: relative;
  background: linear-gradient(to right, #d95c34 0%, #d95c34 50%, #40a0ac 50%, #40a0ac 100%);
  padding: 10px 50px 50px 50px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px black;
}
#boropuff_card .wrapper_brand_logo {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100px;
}
#boropuff_card .wrapper_brand_logo img {
  position: relative;
  width: 60%;
  align-self: center;
}
#boropuff_card h2 {
  display: flex;
  flex-direction: row;
}

#biovapo_card {
  position: relative;
  background: rgb(171, 154, 210);
  padding: 10px 50px 50px 50px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px black;
}
#biovapo_card .wrapper_brand_logo {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100px;
}
#biovapo_card .wrapper_brand_logo img {
  position: relative;
  width: 80px;
  align-self: center;
}
#biovapo_card h2 {
  display: flex;
  flex-direction: row;
}

#boropremium_card {
  position: relative;
  background: white;
  padding: 10px 50px 50px 50px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px black;
}
#boropremium_card .wrapper_brand_logo {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100px;
}
#boropremium_card .wrapper_brand_logo img {
  position: relative;
  width: 100px;
  align-self: center;
}
#boropremium_card h2 {
  display: flex;
  flex-direction: row;
}

/*# sourceMappingURL=general.css.map */
