.container-captchaa {
  position: relative;
  /* max-width: 300px; */
  /* width: 100%; */
  border-radius: 12px;
  /* padding: 15px 25px 25px; */
  /* background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
  margin-bottom: 25px;
}
/* header {
  color: #333;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
} */
.input_fieldd {
  position: relative;
  height: 45px;
  margin-top: 15px;
  width: 100%;
}
.refresh_buttonn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: #0a9ce5;
  height: 30px;
  width: 30px;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.refresh_buttonn:active {
  transform: translateY(-50%) scale(0.98);
}
.input_fieldd input,
.buttonn button {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  /* border-radius: 8px; */
}
.input_fieldd input {
  padding: 0 15px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.captch_boxx input {
  color: #0a9ce5;
  font-size: 22px;
  pointer-events: none;
}
.captch_inputt input:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.captch_inputt input {
  letter-spacing: 0.8em;
  font-size: 22px;
  color: #0a9ce5;
  text-align: center;
}
.messagee {
  font-size: 14px;
  /* margin: 14px 0; */
  color: #0a9ce5;
  display: none;
}
.messagee.active {
  display: block;
}
.buttonn button {
  background: #0a9ce5;
  color: #fff;
  cursor: pointer;
  user-select: none;
}
.buttonn button:active {
  transform: scale(0.99);
}
.buttonn.disabled {
  opacity: 0.6;
  pointer-events: none;
}
