﻿.input-error {
    border-color: #f35b3f !important;
    background: rgba(255, 0, 0, 0.5) !important;
    color: white !important;
    
}


 ::placeholder {
 
        color: black !important;
 }

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black !important;
}