.captchetat-input {
    width: 250px;
    margin-top: 1rem;
    outline: none;
}

#captchetat-container {
    min-height: 90px;
    margin-bottom: 5px;
}

.captchetat-input::placeholder {
    opacity: 0.8;
    font-size: 1rem;
    vertical-align: text-top;
}
#captchetat-container button {
    padding: 0 !important;
    margin: 0  !important;
    width: 32px  !important;
    height: 32px !important;
    border: 1px solid black !important;
    background-color: rgb(240, 240, 240) !important;
}

.ur-frontend-form .ur-form-row  .ur-form-grid input[type="text"].captchetat-acf {
  width: 240px;
  text-transform: uppercase;
}
