.otp-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #f38001;
}
.otp-container1 {
  width: 100%;
  height: 116px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.otp-image {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 84px;
  position: absolute;
  object-fit: cover;
}
.otp-container2 {
  width: 98%;
  height: 630px;
  display: flex;
  position: relative;
  box-shadow: 5px 5px 10px 0px #868383;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.otp-image1 {
  top: 1px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 169px;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
.otp-form {
  top: 200px;
  left: 0px;
  right: 0px;
  width: 95%;
  height: 229px;
  margin: auto;
  display: flex;
  position: absolute;
  box-shadow: 5px 5px 10px 0px #989696;
}
.otp-button {
  top: 172px;
  left: 0px;
  color: var(--dl-color-gray-white);
  right: 0px;
  width: 266px;
  margin: auto;
  position: absolute;
  border-width: 0px;
  border-radius: 10px;
  background-color: rgb(251, 132, 3);
}
.otp-text {
  top: 37px;
  left: 19px;
  margin: auto;
  position: absolute;
  font-style: normal;
  font-weight: 700;
}
.otp-textarea {
  top: 66px;
  left: 0px;
  right: 0px;
  width: 266px;
  height: 91px;
  margin: auto;
  position: absolute;
  border-color: #fb9009;
  margin-bottom: auto;
}
.otp-image2 {
  left: 0px;
  width: 100%;
  bottom: 26px;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
