.ribbon-slanted {
  position: fixed;
  left: -70px;
  top: 10px;
  transform: rotate(-45deg);
  box-shadow: 0 0 10px #888;
  z-index: 999;
  background-color: #995f22;
  opacity: 0.8;
}
.ribbon-slanted span {
  display: block;
  border: 1px solid #eeeeee;
  margin: 2px;
  padding: 5px 40px;
  min-width: 200px;
  color: #ffffff;
  font: bold 20px Helvetica;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 5px #444;
}

.otp-container {
  display: flex;
  justify-content: center;
}
.otp-container .otp-input {
  width: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

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