.capctha-css .input_field {
    position: relative;
    height: 45px;
    margin-top: 15px;
    width: 100%;
  }
  .capctha-css  .refresh_button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: #e7e547;
    height: 30px;
    width: 50px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    line-height: 30px;
    text-align: center;

  }
  .capctha-css .refresh_button:active {
    transform: translateY(-50%) scale(0.98);
  }
  .capctha-css .input_field input,
  .capctha-css .button button {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 8px;
  }
  .capctha-css .input_field input {
    padding: 0 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .capctha-css .captch_box input {
    color: #6b6b6b;
    font-size: 22px;
    pointer-events: none;
  }
  .capctha-css .captch_box p {
    color: #6b6b6b;
    font-size: 22px;
    pointer-events: none;
    background: #fff;
    padding: 6px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .capctha-css .captch_input input:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  }
  .capctha-css .message {
    font-size: 14px;
    margin: 14px 0;
    color: #826afb;
    display: none;
  }
  .capctha-css .message.active {
    display: block;
  }
  .capctha-css .button button {
    background: #826afb;
    color: #fff;
    cursor: pointer;
    user-select: none;
  }
  .capctha-css .button button:active {
    transform: scale(0.99);
  }
  .capctha-css .button.disabled {
    opacity: 0.6;
    pointer-events: none;
  }
  .send-msg-btn{
        height: unset !important;
        margin-top: unset !important;
        width: unset !important;
  }
  .input_field input {
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.input_field.captch_input input {
    height: 100%;
    width: 100% !important;
    outline: none;
    border: none;
    font-size: 17px;
    border-radius: 8px;
}
.capctha-css .input_field.captch_box{
  margin-top: 0px;
}
.capctha-css .input_field.captch_input{
  margin-top: 22px;
}