.__logo {
    height: 90px;
    width: 150px;
}

.__background_login {
  background-repeat: no repeat;
  background-size: cover;
  background-image: url(../img/bg_login_2.jpeg);
}

.__sidebar a {
  margin-bottom: 10px;
  text-align: left;
  color: #ffffff;
}

.__sidebar > a:hover {
  background-color: #298e7b;
  color: #ffffff;
}

.__item_active {
  background-color: #298e7b !important;
  color: #ffffff !important;
}

.__items_submenu > li:hover a {
  background-color: #34a08c !important;
  color: #ffffff !important;
}

.is-required:after {
  content: "*";
  margin-left: 3px;
  color: red;
  font-weight: bold;
}

.is-required::after {
  content: "*";
  margin-left: 3px;
  color: red;
  font-weight: bold;
}

.semaforo{
  width: 100px;
  height: 200px;
  border-radius: 30px;
  display: grid;
  place-items: center;
  background-color: #2c3e50;
  padding: 10px;
}
.luces-circulo{
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgb(0, 0,0,0.3);
  position: relative;
}
.luces-circulo::after{
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-right: 4px solid rgb(255, 255,255,0.6);
  top: 5%;
}
.stick{
  width: 8px;
  height: 280px;
  background-color: rgb(0, 0,0,0.5);
}
.floor{
  width: 300px;
  height: 1px;
  background-color: rgb(0, 0,0,0.5);
  box-shadow: 0 0 10px 1px #a5682a;
}
.red{
  background-color: #c0392b;
  box-shadow: 0 0 10px 1px #c0392b;
}
.yellow{
  background-color: #f1c40f;
  box-shadow: 0 0 10px 1px #f1c40f;
}
.green{
  background-color: #2ecc71;
  box-shadow: 0 0 10px 1px #2ecc71;
}
