.eapps-form-element-input-text {
    color: inherit;
    background: transparent;
    display: block;
    width: 100%;
    padding: 16px !important;
    margin: 0 !important;
    border: 1px solid rgba(153,153,153,0.4) !important;
    border-radius: 2px !important;
    outline: none;
    font-size: 15px !important;
    line-height: 20px !important;
    height: 25px !important;
    box-sizing: border-box !important;
    transition: all 0.1s ease, height 0s;
    cursor: text;
    appearance: none;
    -webkit-appearance: none;
