.list-unstyled {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
    justify-content: flex-start;
    align-items: flex-start;
}
h1 {
  color: white !important;
}
h2 {
  font-size: 3rem !important;
  color: black !important;
  padding: 50px 0 20px 0 !important;
}
h3 {
  color: black !important;
  padding: 10px 0 5px 0 !important;
}
.col {
  padding-bottom: 80px;
}
.titular {
  text-align: center;
  font-size: 3rem;
  padding: 0 0 30px 0;
}
.justify-content-between {
  justify-content: center;
}
.li.media .mt-3 {
  margin-top: 0;
}
:root {
  --h2: #ff0000;
}
.text-muted {
  color: gray !important;
  font-size: 24px !important;
}
.mt-2 {
    color: red !important
    font-size: 2rem !important;
}
form label {
  font-weight: normal !important;
  color: gray !important;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem !important;
  line-height: 1.5;
  border-radius: 0.3rem;
  background-color: black !important;
  min-width: 200px;
  color: white !important;
  margin: 20px 0px;
}
.btn-primary {
  background: black;
  color: white;
  border-radius: 4px;
  margin-top: 0.5rem;
}
.oe_website_login_container {
  height: 100vh;
  .oe_login_form {
    max-width: 400px !important;
    padding: 50px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0) !important;
    background-color: transparent !important;
  }
}
.form-group {
    margin-bottom: 1rem !important;
}
input {
  font-size: 1rem;
  font-weight: normal;
  color: gray !important;
  height: 3em !important;
  background-color: white !important;
  border: 1px solid #efefef !important;
  border-radius: 0.25rem;
  width: 100%;
  padding: 0.375rem 0.75rem;
}
.form-control {
  font-size: 1.3em;
  font-weight: bolder;
  color: gray !important;
  height: 3em !important;
  background-color: white !important;
  border: 1px solid #efefef !important;
}
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 220, 255, 0.25) !important;
}
#wrapwrap {
  background-color: white !important;
}
.bizople_button_12.btn-primary:after {
  background-color: white !important;
}
.alert {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.alert-danger {
  margin-top: 1rem !important;
  color: red !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
::selection {
  background-color: rgba(2, 220, 255, 0.25) !important;
  background: rgba(2, 220, 255, 0.25) !important;
}
.border-0 {
  .btn {
    .btn-block {
      .btn-primary {
        .bizople_button_11 {
          background-color: black !important;
        }
      }
    }
  }
.biz_portal .list-group-item {
  width: 30%;
  float: left;
  margin: 10px;
  padding: 14px 18px;
  min-height: 77px;
  font-size: 16px;
  border-radius: 9px;
  background: #f9f9f9;
  border-color: #efefef;;
}
.biz_portal [title="Odoo Referral Program"], .biz_portal .list-group-item:last-child {
  color: red;
}
table {
  border-radius: 4px;
}
