﻿
.form-input {
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    margin-bottom: 20px;
}

textarea.form-input {
    min-height: 150px;
}
