.eapps-form-element-input-textarea {
    color: inherit;
    background: #f7f9fa;
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(153,153,153,0.4);
    border-radius: 2px;
    outline: none;
    font-size: 15px;
    line-height: 18px;
    box-sizing: border-box;
    transition: all 0.1s ease, height 0s;
    height: 85px;
    font-family: inherit;
    resize: none;
}

.eapps-form-element-dropdown .eapps-form-element {
    display: block;
    width: 100%;
    font-size: 15px;
    outline: none;
    line-height: 18px;
    height: 52px;
    box-sizing: border-box;
    transition: all 0.1s ease, height 0s;
    -webkit-appearance: none;
    background-color: #f7f9fa;
    color: inherit;
}