.w-input:focus::placeholder, textarea.w-input:focus::placeholder { opacity: 0 !important; transition: opacity .2s ease !important; } input, textarea, select { background-color: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #080808 inset !important; -webkit-text-fill-color: #fff !important; }