/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 .formulus-input-wrapper {
    display: inline-grid;
}


textarea.textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    color : black;
}