.t-input,
.t-textarea,
.t-input:focus,
.t-textarea:focus {
    background-color: transparent !important;
    color: #E5E0DA !important;
    -webkit-text-fill-color: #E5E0DA !important;
    caret-color: #E5E0DA !important;
}

.t-input:-webkit-autofill,
.t-input:-webkit-autofill:hover,
.t-input:-webkit-autofill:focus,
.t-input:-webkit-autofill:active,
.t-textarea:-webkit-autofill,
.t-textarea:-webkit-autofill:hover,
.t-textarea:-webkit-autofill:focus,
.t-textarea:-webkit-autofill:active {
    -webkit-text-fill-color: #E5E0DA !important;
    caret-color: #E5E0DA !important;
    -webkit-box-shadow: 0 0 0 1000px rgba(69, 50, 40, 0.55) inset !important;
    box-shadow: 0 0 0 1000px rgba(69, 50, 40, 0.55) inset !important;
    transition: background-color 9999s ease-out 0s !important;
    border-color: rgba(229, 224, 218, 0.9) !important;
}