::placeholder {
    color: #C1272D;
}
:-ms-input-placeholder {
    color: #C1272D;
}
::-ms-input-placeholder { 
    color: #C1272D;
}

select.select, input.textInput {
    background-color: white;
    border-color: #C1272D;
    border-width: 0 0 1px;
    color: #C1272D;
    transition: .5s ease;
}

input.textInput:focus {
    outline: none;
    border-width: 0 0 2px;
    transition: .5s ease;
}
input.textInput#trackTrace::placeholder {
    color: grey;
}

.input-newsletter {
    width: 40%;
}

label {
    font-family: HelveticaNeueLTStd;
    font-weight: 300;
    font-size: 0.85em;
}

#TrackTrace .textInput {
    width: 50%;
}

@media (max-width: 500px){
    #TrackTrace .textInput {
        width: 80%;
    }
    .input-newsletter {
        width: 70%;
    }

    textarea#contactTextArea {
        width: 90% !important;
    }
}