input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="text"],
input[type="number"] {
    border-color: #ccc #ccc #ccc #ccc;
    border-style: solid;
    border-width: 0 0 0 2px;
    padding: 6px 12px;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

textarea {
    border-color: #ccc #ccc #ccc #ccc;
    border-style: solid;
    border-width: 0 0 0 2px;
    padding: 6px 12px;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    resize: none;
}
