.falcon-password__strength_container {
  background-color: #f4f6f8;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  box-shadow: inset 3px 5px 5px #dcdcdc;
  box-sizing: border-box;
  position: absolute;
  top: 40px;
  width: 100%;
}
.falcon-password__conditions {
  list-style-type: none;
  margin: 30px auto 0 auto;
  padding: 0;
  width: 90%;
}
.falcon-password__conditions_item {
  display: flex;
  justify-content: space-between;
  margin: 5px 0px;
}
.falcon-password__strength_meter {
  display: flex;
  justify-content: space-between;
  margin: 5px auto;
  width: 35%;
}
.falcon-password__strength_meter_dot {
  background: #cedbf5;
  box-shadow: inset 0px -4px 2px rgba(251,251,251,0.25), inset 0px 2px 2px #9fb0d3;
  border-radius: 30px;
  display: inline-block;
  height: 10px;
  width: 10px;
}
.falcon-password__strength_meter_dot_red {
  background: linear-gradient(162.9deg, #f00 37.65%, #bf0000 92.06%);
  box-shadow: none;
}
.falcon-password__strength_meter_dot_orange {
  background: linear-gradient(0deg, #ffcb12, #ffcb12);
  box-shadow: inset -5px -5px 5px #ff7a00;
}
.falcon-password__strength_meter_dot_green {
  background: linear-gradient(180.19deg, #8de07f 0.31%, #357a29 99.83%);
  box-shadow: none;
}
