.acf-input-wrap input {
    border-style: none;
    background-color: hsla(0, 0%, 90%, .4);
    -webkit-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    color: #4c4847;
}