﻿::placeholder {
    color: coral;
    opacity: 1; /* Firefox */
    font-weight: bold;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: coral;
    font-weight: bold;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: coral;
    font-weight: bold;
}
