.input-sm,.btn{
width: 320px;
height: 60px;
border: 1px solid #000000;
Padding: 0px 0px 0px 10px;
margin-bottom: 20px;
}

.btn{
width: 320px;
height: 60px;
border: 1px solid #000000;
background: #F69687;
cursor: pointer;
}
.btn:hover {
  font-weight: 900;
}

.ButtonOtp {
  width: 275px;
  height: 60px;
  left: 20px;
  top: 436px;
  background-color: #038DCE;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease; /* добавляем плавный переход */
}

.ButtonOtp:hover {
  background-color: #84C44A; /* меняем цвет фона при наведении */
}
