textarea.LiveField__input[rows][rows="1"], input[type="text"], input[type="email"], input[type="tel"] {
    background-color: rgba(0,0,0,.04);
    padding: 5px 10px;
    transition: background-color .3s;
    border-bottom-color: transparent;
}

textarea.LiveField__input[rows][rows="1"], input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover {
    background-color: rgba(0,0,0,.04);
}

textarea.LiveField__input[rows][rows="1"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
    background-color: transparent;
    box-shadow: 0 0 20px -6px rgba(0,0,0,.2);
}