.input,
input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea {
    background: white;
    border: 1px solid #939394;
    color: #373d47;
    font-family: "source-sans-pro", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.15px;
    line-height: 20px;
    max-width: 100%;
    padding: 7px 10px 8px;
    text-overflow: ellipsis;
}

.input--full {
    width: 100%;
}